Build Information
Failed to build SwiftMacros, reference v2.0.1 (e553e6
), with Swift 6.1 for Android on 29 May 2025 19:23:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShenghaiWang/SwiftMacros.git
Reference: v2.0.1
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/ShenghaiWang/SwiftMacros
* tag v2.0.1 -> FETCH_HEAD
HEAD is now at e553e69 Update resolved dependencies
Cloned https://github.com/ShenghaiWang/SwiftMacros.git
Revision (git rev-parse @):
e553e69994cdde627ebd7a481c5b3d53a74ebea5
SUCCESS checkout https://github.com/ShenghaiWang/SwiftMacros.git at v2.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ShenghaiWang/SwiftMacros.git
https://github.com/ShenghaiWang/SwiftMacros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.1",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin.git"
},
{
"identity" : "swiftkeychain",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShenghaiWang/SwiftKeychain.git"
}
],
"manifest_display_name" : "SwiftMacros",
"name" : "SwiftMacros",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftMacros",
"targets" : [
"SwiftMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Client",
"targets" : [
"Client"
],
"type" : {
"executable" : null
}
},
{
"name" : "Macros",
"targets" : [
"Macros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftMacros",
"path" : "Sources/SwiftMacros",
"product_memberships" : [
"SwiftMacros",
"Client"
],
"sources" : [
"AccessContentType.swift",
"DateBuilder.swift",
"SwiftMacros.swift",
"URLBuilder.swift",
"URLRequestBuilder.swift"
],
"target_dependencies" : [
"Macros"
],
"type" : "library"
},
{
"c99name" : "Macros",
"module_type" : "SwiftTarget",
"name" : "Macros",
"path" : "Sources/Macros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SwiftMacros",
"Client",
"Macros"
],
"sources" : [
"Access.swift",
"AddAssociatedValueVariable.swift",
"AddInit.swift",
"AddPublisher.swift",
"BuildDate.swift",
"BuildURL.swift",
"BuildURLRequest.swift",
"ConformToEquatable.swift",
"ConformToHashable.swift",
"FormatDate.swift",
"FormatDateComponents.swift",
"FormatDateInterval.swift",
"JSONEncoderrDecoder.swift",
"MacroDiagnostics.swift",
"MacroPlugin.swift",
"Mock.swift",
"Mockable.swift",
"PostNotification.swift",
"Singleton.swift"
],
"type" : "macro"
},
{
"c99name" : "MacroTests",
"module_type" : "SwiftTarget",
"name" : "MacroTests",
"path" : "Tests/MacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AccessTests.swift",
"AddAssociatedValueVariableTests.swift",
"AddInitTests.swift",
"AddPublisherTests.swift",
"BuildDateTests.swift",
"BuildURLRequestTests.swift",
"BuildURLTests.swift",
"ConformToEqutableTests.swift",
"ConformToHashableTests.swift",
"FormatDateComponentsTests.swift",
"FormatDateIntervalTests.swift",
"FormatDateTests.swift",
"JSONEncoderDecoderTests.swift",
"MockTests.swift",
"NotificationTests.swift",
"SingletonTests.swift"
],
"target_dependencies" : [
"Macros"
],
"type" : "test"
},
{
"c99name" : "Client",
"module_type" : "SwiftTarget",
"name" : "Client",
"path" : "Sources/Client",
"product_dependencies" : [
"SwiftKeychain"
],
"product_memberships" : [
"Client"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftMacros"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/ShenghaiWang/SwiftKeychain.git
[1/76] Fetching swiftkeychain
[77/2125] Fetching swiftkeychain, swift-docc-plugin
Fetched https://github.com/ShenghaiWang/SwiftKeychain.git from cache (0.24s)
[246/2049] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.42s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.18s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.3 (7.25s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Computing version for https://github.com/ShenghaiWang/SwiftKeychain.git
Computed https://github.com/ShenghaiWang/SwiftKeychain.git at 0.5.0 (0.76s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/ShenghaiWang/SwiftKeychain.git
Working copy of https://github.com/ShenghaiWang/SwiftKeychain.git resolved at 0.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/44] Write sources
[20/44] Compiling _SwiftSyntaxCShims dummy.c
[21/44] Write swift-version-24593BA9C3E375BF.txt
[23/72] Compiling SwiftSyntax509 Empty.swift
[24/72] Emitting module SwiftSyntax509
[25/73] Wrapping AST for SwiftSyntax509 for debugging
[27/73] Compiling SwiftSyntax600 Empty.swift
[28/73] Emitting module SwiftSyntax600
[29/74] Emitting module SwiftSyntax510
[30/74] Compiling SwiftSyntax510 Empty.swift
[32/75] Wrapping AST for SwiftSyntax600 for debugging
[33/75] Wrapping AST for SwiftSyntax510 for debugging
[35/139] Compiling SwiftSyntax SyntaxNodeFactory.swift
[36/139] Compiling SwiftSyntax SyntaxNodeStructure.swift
[37/139] Compiling SwiftSyntax SyntaxProtocol.swift
[38/139] Compiling SwiftSyntax SyntaxText.swift
[39/139] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[40/139] Compiling SwiftSyntax TokenDiagnostic.swift
[41/139] Compiling SwiftSyntax TokenSequence.swift
[42/139] Compiling SwiftSyntax TokenSyntax.swift
[43/139] Compiling SwiftSyntax Trivia.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[47/149] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[48/149] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[49/149] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[50/149] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[51/149] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[52/149] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[59/149] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[60/149] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[61/149] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/149] Emitting module SwiftKeychain
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[63/149] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[64/149] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[65/149] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[66/149] Compiling SwiftKeychain SearchAttribute.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[67/149] Compiling SwiftKeychain SwiftKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/25] Write swift-version-24593BA9C3E375BF.txt
[4/53] Compiling SwiftSyntax509 Empty.swift
[5/53] Compiling SwiftSyntax510 Empty.swift
[6/53] Emitting module SwiftSyntax600
[7/53] Compiling SwiftSyntax600 Empty.swift
[8/54] Emitting module SwiftSyntax509
[9/54] Emitting module SwiftSyntax510
[11/56] Compiling SwiftKeychain ProtocolType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[12/56] Compiling SwiftKeychain SecAccess.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[13/56] Compiling SwiftKeychain SecAccessControl.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[16/58] Compiling SwiftKeychain CertificateType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[17/58] Compiling SwiftKeychain KeyClass.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[18/58] Compiling SwiftKeychain KeyType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[19/58] Compiling SwiftKeychain SecPolicy.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[20/58] Compiling SwiftKeychain Certificate.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[21/58] Compiling SwiftKeychain GenericPassword.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[22/58] Compiling SwiftKeychain Identity.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[23/58] Compiling SwiftKeychain InternetPassword.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[24/58] Compiling SwiftKeychain Item.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[25/58] Compiling SwiftKeychain AccessibilityValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[26/58] Compiling SwiftKeychain AuthenticationType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[27/58] Compiling SwiftKeychain CertificateEncoding.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/58] Emitting module SwiftKeychain
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[29/58] Compiling SwiftKeychain KeychainError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[30/58] Compiling SwiftKeychain OperationResult.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[31/58] Compiling SwiftKeychain ResultKey.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[32/58] Compiling SwiftKeychain ItemValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[33/58] Compiling SwiftKeychain Key.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[34/58] Compiling SwiftKeychain KeyValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[35/55] Compiling SwiftKeychain SearchAttribute.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
[36/55] Compiling SwiftKeychain SwiftKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
1 | import Foundation
2 | import LocalAuthentication
| `- error: no such module 'LocalAuthentication'
3 |
4 | public enum SearchAttribute: KeyValue {
BUILD FAILURE 6.1 android