Skip to content

Merge pull request #275 from okta/release-2.1.5 #827

Merge pull request #275 from okta/release-2.1.5

Merge pull request #275 from okta/release-2.1.5 #827

Triggered via push April 21, 2026 18:33
Status Cancelled
Total duration 28m 25s
Artifacts 1

tests.yaml

on: push
Preflight Checks
12s
Preflight Checks
Lint Sources
18s
Lint Sources
Matrix: SwiftBuild
Build Documentation Archives
1m 11s
Build Documentation Archives
Matrix: XcodeBuild
Matrix: CocoaPods Build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 29 warnings
Xcode 16.4 on platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro
The job has exceeded the maximum execution time of 25m0s
Xcode 16.4 on platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro
The operation was canceled.
Preflight Checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint Sources
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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)
Documentation warning: Sources/OktaIdxAuth/OktaIdxAuth.docc/Extensions/InteractionCodeFlow.md#L7
'init()' doesn't exist at '/OktaIdxAuth/InteractionCodeFlow'
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/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'
Documentation warning: Sources/AuthFoundation/JWT/Enums/AuthenticationMethod.swift#L15
'authenticationMethods' doesn't exist at '/AuthFoundation/JWT' Replace 'authenticationMethods' with 'authenticationContext'
Swift 6.2 on macos-15
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, SwiftyLab/setup-swift@latest. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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: 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
changes Expired
267 Bytes
sha256:1412c8679145096438b4cd4c6ff7a1169beb85468ac63f20509db9d81eb70f05