Build Information
Failed to build SwiftMacros, reference v2.0.1 (e553e6
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 06:19:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/ShenghaiWang/SwiftMacros.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/ShenghaiWang/SwiftKeychain.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/76] Fetching swiftkeychain
[77/2158] Fetching swiftkeychain, swift-docc-plugin
Fetched https://github.com/ShenghaiWang/SwiftKeychain.git from cache (0.45s)
[1/70924] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (6.33s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.39s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (10.04s)
Computing version for https://github.com/ShenghaiWang/SwiftKeychain.git
Computed https://github.com/ShenghaiWang/SwiftKeychain.git at 0.5.0 (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.4 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.51s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.37s)
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/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.4
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-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] Emitting module SwiftSyntax509
[24/72] Compiling SwiftSyntax509 Empty.swift
[26/73] Compiling SwiftSyntax510 Empty.swift
[27/73] Emitting module SwiftSyntax510
[27/73] Wrapping AST for SwiftSyntax509 for debugging
[29/74] Emitting module SwiftSyntax600
[30/74] Compiling SwiftSyntax600 Empty.swift
[32/75] Wrapping AST for SwiftSyntax510 for debugging
[33/75] Wrapping AST for SwiftSyntax600 for debugging
[35/139] 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 {
[36/139] 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 {
[37/139] 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 {
[38/139] Compiling SwiftSyntax Convenience.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 {
[39/139] Compiling SwiftSyntax CustomTraits.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 {
[40/139] Compiling SwiftSyntax Identifier.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 {
[41/141] 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 {
[42/141] 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 {
[43/141] 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 {
[44/141] Compiling SwiftSyntax SourcePresence.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 {
[45/141] Compiling SwiftSyntax SwiftSyntaxCompatibility.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 {
[46/141] Compiling SwiftSyntax Syntax.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 {
[47/141] 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 {
[48/141] 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 {
[49/141] 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 {
[50/141] 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 {
[51/141] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/141] 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 {
[53/141] Compiling SwiftSyntax Assert.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 {
[54/141] Compiling SwiftSyntax BumpPtrAllocator.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 {
[55/141] Compiling SwiftSyntax CommonAncestor.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 {
[56/141] 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 {
[57/141] 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 {
[58/141] 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 {
BUILD FAILURE 6.2 linux