Skip to content

Merge pull request #283 from okta/fix/254-user-agent-release-builds #837

Merge pull request #283 from okta/fix/254-user-agent-release-builds

Merge pull request #283 from okta/fix/254-user-agent-release-builds #837

Triggered via push July 2, 2026 20:56
Status Failure
Total duration 11m 35s
Artifacts 2

tests.yaml

on: push
Preflight Checks
13s
Preflight Checks
Lint Sources
17s
Lint Sources
Matrix: SwiftBuild
Build Documentation Archives
1m 6s
Build Documentation Archives
Matrix: XcodeBuild
Matrix: CocoaPods Build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 31 warnings
Xcode 16.4 on platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro
Process completed with exit code 65.
Xcode 16.4 on platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro: Tests/TestCommon/URLSessionMock.swift#L117
testAutomaticRefresh, failed - Mock URL https://example.com/oauth2/v1/token not found
Xcode 16.4 on platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro: Tests/AuthFoundationTests/CredentialRefreshTests.swift#L297
testAutomaticRefresh, XCTAssertEqual failed: ("3") is not equal to ("2")
Xcode 16.4 on platform=iOS Simulator,OS=18.6,name=iPhone 16 Pro Max
The strategy configuration was canceled because "XcodeBuild.platform_visionOS_Simulat" failed
Xcode 16.4 on platform=iOS Simulator,OS=18.6,name=iPhone 16 Pro Max
The operation was canceled.
Preflight Checks
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint Sources
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint Sources: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L164
nonisolated modifier should come before public (modifier_order)
Lint Sources: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L87
nonisolated modifier should come before public (modifier_order)
Lint Sources: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L58
nonisolated modifier should come before public (modifier_order)
Lint Sources: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L55
nonisolated modifier should come before public (modifier_order)
Lint Sources: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L49
nonisolated modifier should come before public (modifier_order)
Lint Sources: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L46
nonisolated modifier should come before public (modifier_order)
Lint Sources: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L43
nonisolated modifier should come before public (modifier_order)
Lint Sources: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L40
nonisolated modifier should come before public (modifier_order)
Lint Sources: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L37
nonisolated modifier should come before public (modifier_order)
Lint Sources: Sources/BrowserSignin/BrowserSignin.swift#L339
nonisolated modifier should come before public (modifier_order)
Lint Sources
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
Documentation warning: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L30
'createCredentialRegistrationRequest()' doesn't exist at '/OktaIdxAuth/WebAuthnRegistrationCapability' Replace 'createCredentialRegistrationRequest()' with 'createPlatformRegistrationRequest()' Replace 'createCredentialRegistrationRequest()' with 'createSecurityKeyRegistrationRequest()'
Documentation warning: Sources/OktaIdxAuth/Capabilities/WebAuthnAuthenticationCapability.swift#L25
'challenge(authenticatorData:clientData:signatureData:)' doesn't exist at '/OktaIdxAuth/WebAuthnAuthenticationCapability' Replace 'challenge(authenticatorData:clientData:signatureData:)' with 'challenge(authenticatorData:clientData:signatureData:userHandle:)'
Documentation warning: Sources/OktaIdxAuth/Capabilities/WebAuthnAuthenticationCapability.swift#L23
'createCredentialAssertionRequest()' doesn't exist at '/OktaIdxAuth/WebAuthnAuthenticationCapability' Replace 'createCredentialAssertionRequest()' with 'createPlatformCredentialAssertionRequest()' Replace 'createCredentialAssertionRequest()' with 'createSecurityKeyCredentialAssertionRequest()'
Documentation warning: Sources/OktaIdxAuth/Capabilities/WebAuthnRegistrationCapability.swift#L162
'attestationPreference' doesn't exist at '/OktaIdxAuth/WebAuthnRegistrationCapability/createPlatformRegistrationRequest()'
Documentation warning: Sources/AuthFoundation/JWT/Enums/AuthenticationMethod.swift#L15
'authenticationMethods' doesn't exist at '/AuthFoundation/JWT' Replace 'authenticationMethods' with 'authenticationContext'
Documentation warning: Sources/AuthFoundation/AuthFoundation.docc/AuthFoundation.md#L107
'JSONError' doesn't exist at '/AuthFoundation' Replace 'JSONError' with 'JWTError'
Documentation warning: Sources/AuthFoundation/AuthFoundation.docc/AuthFoundation.md#L54
'JSONRepresentable' doesn't exist at '/AuthFoundation' Replace 'JSONRepresentable' with 'JSONDecodable'
Documentation warning: Sources/AuthFoundation/AuthFoundation.docc/AuthFoundation.md#L53
'AnyJSON' doesn't exist at '/AuthFoundation'
Documentation warning: Sources/AuthFoundation/AuthFoundation.docc/AuthFoundation.md#L52
'JSON' doesn't exist at '/AuthFoundation' Replace 'JSON' with 'JSONDecodable'
Documentation warning: Sources/AuthFoundation/AuthFoundation.docc/CustomizingNetworkRequests.md#L31
'add(delegate:)' doesn't exist at '/AuthFoundation/OAuth2Client'
Swift 6.2 on macos-15
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Swift 6.1 on macos-15
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Swift 6.0 on ubuntu-latest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Swift 5.10 on macos-15
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Swift 6.0 on macos-15
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Xcode 16.4 on platform=watchOS Simulator,OS=11.5,name=Apple Watch Series 10 (46mm): Sources/AuthFoundation/Security/Internal/Keychain+Extensions.swift#L71
'kSecUseOperationPrompt' was deprecated in watchOS 7.0: Use kSecUseAuthenticationContext and set LAContext.localizedReason property
Xcode 16.4 on platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Xcode 16.4 on platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro: Sources/AuthFoundation/Security/Internal/Keychain+Extensions.swift#L71
'kSecUseOperationPrompt' was deprecated in visionOS 1.0: Use kSecUseAuthenticationContext and set LAContext.localizedReason property

Artifacts

Produced during runtime
Name Size Digest
Logs-XcodeBuild-16.4-platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro
50.7 MB
sha256:b8bd902464c07b1bb729e4d89d8dd73f3159c4a64b60f0d7aa5c8a0177ff4a34
changes
355 Bytes
sha256:00dc619b49a03e7d4eda0225e578e8b0f8b9e3e2ea7c318c7d4c3e14d02c9b44