Build Information
Failed to build Auth0, reference 2.13.0 (319006
), with Swift 6.1 for Wasm on 31 May 2025 17:10:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/auth0/Auth0.swift.git
Reference: 2.13.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/auth0/Auth0.swift
* tag 2.13.0 -> FETCH_HEAD
HEAD is now at 3190066 Release 2.13.0 (#965)
Cloned https://github.com/auth0/Auth0.swift.git
Revision (git rev-parse @):
3190066c4f9b682dee1def3b1f26e63d46ea3781
SUCCESS checkout https://github.com/auth0/Auth0.swift.git at 2.13.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/auth0/Auth0.swift.git
https://github.com/auth0/Auth0.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "simplekeychain",
"requirement" : {
"exact" : [
"1.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/auth0/SimpleKeychain.git"
},
{
"identity" : "jwtdecode.swift",
"requirement" : {
"exact" : [
"3.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/auth0/JWTDecode.swift.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "13.0.0",
"upper_bound" : "14.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Auth0",
"name" : "Auth0",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Auth0",
"targets" : [
"Auth0"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Auth0Tests",
"module_type" : "SwiftTarget",
"name" : "Auth0Tests",
"path" : "Auth0Tests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"APICredentialsSpec.swift",
"ASProviderSpec.swift",
"Auth0Spec.swift",
"AuthenticationErrorSpec.swift",
"AuthenticationSpec.swift",
"BioAuthenticationSpec.swift",
"ChallengeGeneratorSpec.swift",
"ClaimValidatorsSpec.swift",
"ClearSessionTransactionSpec.swift",
"CredentialsManagerErrorSpec.swift",
"CredentialsManagerSpec.swift",
"CredentialsSpec.swift",
"Extensions/UIWindow+TopViewControllerSpec.swift",
"Generators.swift",
"IDTokenSignatureValidatorSpec.swift",
"IDTokenValidatorBaseSpec.swift",
"IDTokenValidatorMocks.swift",
"IDTokenValidatorSpec.swift",
"JWKSpec.swift",
"JWTAlgorithmSpec.swift",
"LoggerSpec.swift",
"LoginTransactionSpec.swift",
"ManagementErrorSpec.swift",
"ManagementSpec.swift",
"Matchers.swift",
"Mocks.swift",
"MyAccount/AuthenticationMethods/MyAccountAuthenticationMethodsSpec.swift",
"MyAccount/AuthenticationMethods/PasskeyAuthenticationMethodSpec.swift",
"MyAccount/AuthenticationMethods/PasskeyEnrollmentChallengeSpec.swift",
"MyAccount/MyAccountErrorSpec.swift",
"MyAccount/MyAccountSpec.swift",
"NetworkStub.swift",
"OAuth2GrantSpec.swift",
"PasskeyLoginChallenge.swift",
"PasskeySignupChallengeSpec.swift",
"RequestSpec.swift",
"ResponseSpec.swift",
"Responses.swift",
"SSOCredentialsSpec.swift",
"SafariProviderSpec.swift",
"StubURLProtocol.swift",
"TelemetrySpec.swift",
"TransactionStoreSpec.swift",
"UserInfoSpec.swift",
"UserPatchAttributesSpec.swift",
"UsersSpec.swift",
"WebAuthErrorSpec.swift",
"WebAuthSpec.swift",
"WebAuthSpies.swift",
"WebAuthenticationSpec.swift",
"WebViewProviderSpec.swift"
],
"target_dependencies" : [
"Auth0"
],
"type" : "test"
},
{
"c99name" : "Auth0",
"module_type" : "SwiftTarget",
"name" : "Auth0",
"path" : "Auth0",
"product_dependencies" : [
"SimpleKeychain",
"JWTDecode"
],
"product_memberships" : [
"Auth0"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Auth0/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"APICredentials.swift",
"ASProvider.swift",
"Array+Encode.swift",
"Auth0.swift",
"Auth0APIError.swift",
"Auth0Authentication.swift",
"Auth0Error.swift",
"Auth0WebAuth.swift",
"AuthTransaction.swift",
"Authentication.swift",
"AuthenticationError.swift",
"AuthenticationHandlers.swift",
"Barrier.swift",
"BioAuthentication.swift",
"ChallengeGenerator.swift",
"ClaimValidators.swift",
"ClearSessionTransaction.swift",
"Credentials.swift",
"CredentialsManager.swift",
"CredentialsManagerError.swift",
"CredentialsStorage.swift",
"DesktopWebAuth.swift",
"Helpers.swift",
"IDTokenSignatureValidator.swift",
"IDTokenValidator.swift",
"IDTokenValidatorContext.swift",
"JSONObjectPayload.swift",
"JWK+RSA.swift",
"JWKS.swift",
"JWT+Header.swift",
"JWTAlgorithm.swift",
"Loggable.swift",
"Logger.swift",
"LoginPasskey.swift",
"LoginTransaction.swift",
"Management.swift",
"ManagementError.swift",
"MobileWebAuth.swift",
"MultifactorChallenge.swift",
"MyAccount/Auth0MyAccount.swift",
"MyAccount/AuthenticationMethods/Auth0MyAccountAuthenticationMethods.swift",
"MyAccount/AuthenticationMethods/MyAccountAuthenticationMethods.swift",
"MyAccount/AuthenticationMethods/PasskeyAuthenticationMethod.swift",
"MyAccount/AuthenticationMethods/PasskeyEnrollmentChallenge.swift",
"MyAccount/MyAccount.swift",
"MyAccount/MyAccountError.swift",
"MyAccount/MyAccountHandlers.swift",
"NSData+URLSafe.swift",
"NSURL+Auth0.swift",
"NSURLComponents+OAuth2.swift",
"NewPasskey.swift",
"OAuth2Grant.swift",
"Optional+DebugDescription.swift",
"PasskeyLoginChallenge.swift",
"PasskeySignupChallenge.swift",
"PasswordlessType.swift",
"PublicKeyCredentialCreationOptions.swift",
"PublicKeyCredentialRequestOptions.swift",
"Request.swift",
"Requestable.swift",
"Response.swift",
"SSOCredentials.swift",
"SafariProvider.swift",
"SignupPasskey.swift",
"String+URLSafe.swift",
"Telemetry.swift",
"TransactionStore.swift",
"UIWindow+TopViewController.swift",
"UserInfo.swift",
"UserPatchAttributes.swift",
"Users.swift",
"Version.swift",
"WebAuth.swift",
"WebAuthError.swift",
"WebAuthUserAgent.swift",
"WebAuthentication.swift",
"WebViewProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/auth0/JWTDecode.swift.git
[1/14755] Fetching quick
[1477/18380] Fetching quick, jwtdecode.swift
[7167/37964] Fetching quick, jwtdecode.swift, nimble
Fetching https://github.com/auth0/SimpleKeychain.git
Fetched https://github.com/auth0/JWTDecode.swift.git from cache (4.17s)
Fetched https://github.com/Quick/Quick.git from cache (4.18s)
Fetched https://github.com/Quick/Nimble.git from cache (4.20s)
[1/4351] Fetching simplekeychain
Fetched https://github.com/auth0/SimpleKeychain.git from cache (0.47s)
Computing version for https://github.com/auth0/JWTDecode.swift.git
Computed https://github.com/auth0/JWTDecode.swift.git at 3.3.0 (5.12s)
Computing version for https://github.com/auth0/SimpleKeychain.git
Computed https://github.com/auth0/SimpleKeychain.git at 1.3.0 (1.24s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (0.52s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/5959] Fetching swift-algorithms
[5960/21345] Fetching swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms.git from cache (0.89s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.90s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.42s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.7.1 (0.83s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.27s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.92s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.24s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.76s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.6.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.7.1
Creating working copy for https://github.com/auth0/JWTDecode.swift.git
Working copy of https://github.com/auth0/JWTDecode.swift.git resolved at 3.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/auth0/SimpleKeychain.git
Working copy of https://github.com/auth0/SimpleKeychain.git resolved at 1.3.0
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/10] Write sources
[8/10] Copying PrivacyInfo.xcprivacy
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/18] Compiling SimpleKeychain SimpleKeychainError.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
1 | import Security
| `- error: no such module 'Security'
2 |
3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[12/18] Emitting module JWTDecode
[13/18] Compiling JWTDecode JWTDecodeError.swift
[14/18] Compiling JWTDecode JWT.swift
[15/18] Compiling JWTDecode JWTDecode.swift
/host/spi-builder-workspace/.build/checkouts/JWTDecode.swift/JWTDecode/JWTDecode.swift:94:38: error: cannot find type 'CFTypeRef' in scope
92 | // wrapper and check its Core Foundation type directly. We do so by comparing its Core Foundation type ID to
93 | // that of CFBoolean.
94 | if let value = self.value as CFTypeRef?, CFGetTypeID(value) == CFBooleanGetTypeID() {
| `- error: cannot find type 'CFTypeRef' in scope
95 | return self.value as? Bool
96 | }
/host/spi-builder-workspace/.build/checkouts/JWTDecode.swift/JWTDecode/JWTDecode.swift:94:50: error: cannot find 'CFGetTypeID' in scope
92 | // wrapper and check its Core Foundation type directly. We do so by comparing its Core Foundation type ID to
93 | // that of CFBoolean.
94 | if let value = self.value as CFTypeRef?, CFGetTypeID(value) == CFBooleanGetTypeID() {
| `- error: cannot find 'CFGetTypeID' in scope
95 | return self.value as? Bool
96 | }
/host/spi-builder-workspace/.build/checkouts/JWTDecode.swift/JWTDecode/JWTDecode.swift:94:72: error: cannot find 'CFBooleanGetTypeID' in scope
92 | // wrapper and check its Core Foundation type directly. We do so by comparing its Core Foundation type ID to
93 | // that of CFBoolean.
94 | if let value = self.value as CFTypeRef?, CFGetTypeID(value) == CFBooleanGetTypeID() {
| `- error: cannot find 'CFBooleanGetTypeID' in scope
95 | return self.value as? Bool
96 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/18] Emitting module SimpleKeychain
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
1 | import Security
| `- error: no such module 'Security'
2 |
3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[17/18] Compiling SimpleKeychain SimpleKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
1 | import Security
| `- error: no such module 'Security'
2 |
3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[18/18] Compiling SimpleKeychain Accessibility.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
1 | import Security
| `- error: no such module 'Security'
2 |
3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/14] Emitting module JWTDecode
[8/14] Compiling JWTDecode JWT.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/14] Emitting module SimpleKeychain
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
1 | import Security
| `- error: no such module 'Security'
2 |
3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[10/14] Compiling SimpleKeychain SimpleKeychainError.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
1 | import Security
| `- error: no such module 'Security'
2 |
3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[11/14] Compiling SimpleKeychain SimpleKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
1 | import Security
| `- error: no such module 'Security'
2 |
3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[12/14] Compiling SimpleKeychain Accessibility.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
1 | import Security
| `- error: no such module 'Security'
2 |
3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
BUILD FAILURE 6.1 wasm