Build Information
Failed to build Swiftlane, reference main (61d9fb
), with Swift 6.1 for Android on 28 May 2025 04:49:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/onmyway133/Swiftlane.git
Reference: main
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/onmyway133/Swiftlane
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 61d9fbb Merge pull request #65 from donnywdavis/main
Cloned https://github.com/onmyway133/Swiftlane.git
Revision (git rev-parse @):
61d9fbb3b910b7728f7d8878f7e6f3f09f9ad452
SUCCESS checkout https://github.com/onmyway133/Swiftlane.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/onmyway133/Swiftlane.git
https://github.com/onmyway133/Swiftlane.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "xcbeautify",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/xcbeautify"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Files.git"
},
{
"identity" : "xcparse",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChargePoint/xcparse"
},
{
"identity" : "swiftyxmlparser",
"requirement" : {
"range" : [
{
"lower_bound" : "5.6.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yahoojapan/SwiftyXMLParser"
},
{
"identity" : "appstoreconnect",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onmyway133/AppStoreConnect"
}
],
"manifest_display_name" : "Swiftlane",
"name" : "Swiftlane",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Swiftlane",
"targets" : [
"Swiftlane"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftlaneTests",
"module_type" : "SwiftTarget",
"name" : "SwiftlaneTests",
"path" : "Tests/SwiftlaneTests",
"sources" : [
"SwiftlaneTests.swift"
],
"target_dependencies" : [
"Swiftlane"
],
"type" : "test"
},
{
"c99name" : "Swiftlane",
"module_type" : "SwiftTarget",
"name" : "Swiftlane",
"path" : "Sources",
"product_dependencies" : [
"XCParseCore",
"XcbeautifyLib",
"Files",
"AppStoreConnect",
"SwiftyXMLParser"
],
"product_memberships" : [
"Swiftlane"
],
"sources" : [
"Swiftlane/Actions/File/Download.swift",
"Swiftlane/Actions/File/MoveFile.swift",
"Swiftlane/Actions/Standard/AppCenter.swift",
"Swiftlane/Actions/Standard/PrintWorkingDirectory.swift",
"Swiftlane/Actions/Standard/RunScript.swift",
"Swiftlane/Actions/Standard/Slack.swift",
"Swiftlane/Actions/iOS/ASC.swift",
"Swiftlane/Actions/iOS/Archive.swift",
"Swiftlane/Actions/iOS/Build.swift",
"Swiftlane/Actions/iOS/ExportArchive.swift",
"Swiftlane/Actions/iOS/GetBuildSettings.swift",
"Swiftlane/Actions/iOS/Keychain.swift",
"Swiftlane/Actions/iOS/Project.swift",
"Swiftlane/Actions/iOS/Screenshot.swift",
"Swiftlane/Actions/iOS/Test.swift",
"Swiftlane/Actions/iOS/UploadASC.swift",
"Swiftlane/Actions/iOS/Xcode.swift",
"Swiftlane/Actions/macOS/Notarize.swift",
"Swiftlane/Library/Core/Args.swift",
"Swiftlane/Library/Core/CommandLine/CommandLine.swift",
"Swiftlane/Library/Core/CommandLine/ProcessHandler.swift",
"Swiftlane/Library/Core/CommandLine/XcodebuildProcessHandler.swift",
"Swiftlane/Library/Core/Console.swift",
"Swiftlane/Library/Core/Environment.swift",
"Swiftlane/Library/Core/FileSystem.swift",
"Swiftlane/Library/Core/PlistBuilder.swift",
"Swiftlane/Library/Core/Settings.swift",
"Swiftlane/Library/Core/SwiftlaneError.swift",
"Swiftlane/Library/Core/Workflow.swift",
"Swiftlane/Library/Extensions/Bool+extensions.swift",
"Swiftlane/Library/Extensions/Data+extensions.swift",
"Swiftlane/Library/Extensions/String+extensions.swift",
"Swiftlane/Library/Extensions/URL+extension.swift",
"Swiftlane/Library/Tools/ALTool.swift",
"Swiftlane/Library/Tools/Xcodebuild.swift",
"Swiftlane/Library/Vendor/XCParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/onmyway133/AppStoreConnect
Fetching https://github.com/yahoojapan/SwiftyXMLParser
Fetching https://github.com/ChargePoint/xcparse
Fetching https://github.com/tuist/xcbeautify
Fetching https://github.com/JohnSundell/Files.git
[1/37] Fetching appstoreconnect
[37/1273] Fetching appstoreconnect, files
[1237/2919] Fetching appstoreconnect, files, xcparse
[1373/3683] Fetching appstoreconnect, files, xcparse, swiftyxmlparser
[1419/10462] Fetching appstoreconnect, files, xcparse, swiftyxmlparser, xcbeautify
Fetched https://github.com/JohnSundell/Files.git from cache (0.36s)
[2114/9226] Fetching appstoreconnect, xcparse, swiftyxmlparser, xcbeautify
Fetched https://github.com/onmyway133/AppStoreConnect from cache (0.63s)
Fetched https://github.com/yahoojapan/SwiftyXMLParser from cache (0.63s)
Fetched https://github.com/ChargePoint/xcparse from cache (0.65s)
[1017/6779] Fetching xcbeautify
Fetched https://github.com/tuist/xcbeautify from cache (1.28s)
Computing version for https://github.com/onmyway133/AppStoreConnect
Computed https://github.com/onmyway133/AppStoreConnect at 0.0.8 (1.90s)
Fetching https://github.com/kean/URLQueryEncoder
Fetching https://github.com/vapor/jwt-kit
Fetching https://github.com/kean/NaiveDate
Fetching https://github.com/kean/Get
[1/382] Fetching naivedate
[383/510] Fetching naivedate, urlqueryencoder
[435/2859] Fetching naivedate, urlqueryencoder, get
Fetched https://github.com/kean/URLQueryEncoder from cache (0.32s)
[946/2731] Fetching naivedate, get
[2732/11780] Fetching naivedate, get, jwt-kit
Fetched https://github.com/kean/NaiveDate from cache (1.18s)
Fetched https://github.com/kean/Get from cache (1.19s)
Fetched https://github.com/vapor/jwt-kit from cache (1.20s)
Computing version for https://github.com/yahoojapan/SwiftyXMLParser
Computed https://github.com/yahoojapan/SwiftyXMLParser at 5.6.0 (1.80s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 4.2.0 (0.67s)
Computing version for https://github.com/kean/URLQueryEncoder
Computed https://github.com/kean/URLQueryEncoder at 0.2.1 (0.96s)
Computing version for https://github.com/kean/NaiveDate
Computed https://github.com/kean/NaiveDate at 1.1.0 (0.54s)
Computing version for https://github.com/ChargePoint/xcparse
Computed https://github.com/ChargePoint/xcparse at 2.3.2 (0.71s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6763] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.61s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.3.0 (1.69s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (4.47s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 0.8.0 (0.96s)
Computing version for https://github.com/tuist/xcbeautify
Computed https://github.com/tuist/xcbeautify at 1.7.0 (1.47s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/getGuaka/Colorizer.git
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/58] Fetching colorizer
[59/10069] Fetching colorizer, xmlcoder
[9670/25420] Fetching colorizer, xmlcoder, swift-argument-parser
Fetched https://github.com/getGuaka/Colorizer.git from cache (0.97s)
[19683/25362] Fetching xmlcoder, swift-argument-parser
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (0.98s)
[9825/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.65s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (2.76s)
Computing version for https://github.com/getGuaka/Colorizer.git
Computed https://github.com/getGuaka/Colorizer.git at 0.2.1 (3.74s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.3.1 (0.94s)
Computing version for https://github.com/vapor/jwt-kit
Computed https://github.com/vapor/jwt-kit at 4.13.5 (1.55s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.74s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.93s)
Creating working copy for https://github.com/kean/URLQueryEncoder
Working copy of https://github.com/kean/URLQueryEncoder resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.3.0
Creating working copy for https://github.com/ChargePoint/xcparse
Working copy of https://github.com/ChargePoint/xcparse resolved at 2.3.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.3.1
Creating working copy for https://github.com/getGuaka/Colorizer.git
Working copy of https://github.com/getGuaka/Colorizer.git resolved at 0.2.1
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/jwt-kit
Working copy of https://github.com/vapor/jwt-kit resolved at 4.13.5
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 4.2.0
Creating working copy for https://github.com/yahoojapan/SwiftyXMLParser
Working copy of https://github.com/yahoojapan/SwiftyXMLParser resolved at 5.6.0
Creating working copy for https://github.com/onmyway133/AppStoreConnect
Working copy of https://github.com/onmyway133/AppStoreConnect resolved at 0.0.8
Creating working copy for https://github.com/tuist/xcbeautify
Working copy of https://github.com/tuist/xcbeautify resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 0.8.0
Creating working copy for https://github.com/kean/NaiveDate
Working copy of https://github.com/kean/NaiveDate resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
warning: 'xcbeautify': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/xcbeautify/Sources/XcbeautifyLib/BUILD
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/805] Write sources
[17/805] Compiling TSCclibc libc.c
[18/805] Write sources
[20/805] Compiling TSCclibc process.c
[21/805] Compiling a_bool.c
[22/805] Compiling a_d2i_fp.c
[23/805] Compiling CSystem shims.c
[24/805] Compiling a_gentm.c
[25/805] Compiling a_dup.c
[26/805] Compiling fiat_p256_adx_sqr.S
[27/805] Compiling fiat_p256_adx_mul.S
[28/805] Compiling f_int.c
[29/805] Compiling fiat_curve25519_adx_square.S
[30/805] Compiling fiat_curve25519_adx_mul.S
[31/805] Write swift-version-24593BA9C3E375BF.txt
[32/805] Compiling x_x509a.c
[32/805] Compiling x_val.c
[34/805] Compiling x_sig.c
[35/805] Compiling x_name.c
[36/805] Compiling x_x509.c
[37/805] Compiling x_req.c
[38/807] Compiling x_pubkey.c
[39/807] Compiling x_spki.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/891] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
[42/891] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
warning: 'xcbeautify': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/xcbeautify/Sources/XcbeautifyLib/BUILD
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/767] Compiling fiat_curve25519_adx_mul.S
[2/767] Compiling fiat_p256_adx_sqr.S
[3/767] Compiling md5-x86_64-apple.S
[4/767] Compiling md5-586-linux.S
[5/767] Compiling md5-x86_64-linux.S
[6/767] Compiling fiat_p256_adx_mul.S
[7/767] Compiling fiat_curve25519_adx_square.S
[8/767] Compiling x_exten.c
[9/767] Compiling x_attrib.c
[10/767] Compiling x_algor.c
[11/767] Compiling CCryptoBoringSSLShims shims.c
[12/767] Write swift-version-24593BA9C3E375BF.txt
[13/767] Compiling x509spki.c
[14/767] Compiling x_crl.c
[15/767] Compiling x_all.c
[16/767] Compiling x509rset.c
[17/767] Compiling x509cset.c
[18/768] Compiling x509name.c
[19/808] Compiling x509_vfy.c
[20/808] Compiling x509_vpm.c
[22/847] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/853] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
BUILD FAILURE 6.1 android