Build Information
Failed to build xcprojectlint, reference main (e0f3d9
), with Swift 6.1 for Wasm on 28 May 2025 12:25:34 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/americanexpress/xcprojectlint.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/americanexpress/xcprojectlint
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e0f3d93 Monterey updates (#38)
Cloned https://github.com/americanexpress/xcprojectlint.git
Revision (git rev-parse @):
e0f3d9383d8f56d76b5b1dd9819f1ba32a3b3bc1
SUCCESS checkout https://github.com/americanexpress/xcprojectlint.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/americanexpress/xcprojectlint.git
https://github.com/americanexpress/xcprojectlint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-tools-support-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-tools-support-core.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "xcprojectlint",
"name" : "xcprojectlint",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "xcprojectlint-package",
"targets" : [
"xcprojectlint-package"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "xcprojectlint",
"targets" : [
"xcprojectlint"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "xcprojectlint_packageTests",
"module_type" : "SwiftTarget",
"name" : "xcprojectlint-packageTests",
"path" : "Tests/xcprojectlint-packageTests",
"product_dependencies" : [
"ArgumentParser",
"SwiftToolsSupport"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/xcprojectlint-packageTests/TestData",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Bundle.swift",
"DiskLayoutMatchesProjectTests.swift",
"FilesExistOnDiskTests.swift",
"InternalProjectSettingsTests.swift",
"ItemsInAlphaOrderTests.swift",
"NoDanglingFilesTests.swift",
"NoEmptyGroupsTests.swift",
"WhiteSpaceSpecificationTests.swift"
],
"target_dependencies" : [
"xcprojectlint-package"
],
"type" : "test"
},
{
"c99name" : "xcprojectlint_package",
"module_type" : "SwiftTarget",
"name" : "xcprojectlint-package",
"path" : "Sources/xcprojectlint-package",
"product_dependencies" : [
"ArgumentParser",
"SwiftToolsSupport"
],
"product_memberships" : [
"xcprojectlint-package",
"xcprojectlint"
],
"sources" : [
"CheckForInternalProjectSettings.swift",
"CheckForWhitespaceSpecifications.swift",
"DiskLayoutMatchesProject.swift",
"EnsureAlphaOrder.swift",
"ErrorReporter.swift",
"FilesExistOnDisk.swift",
"NoDanglingSourceFiles.swift",
"NoEmptyGroups.swift",
"Project.swift",
"ProjectParser.swift",
"Report.swift",
"Usage.swift",
"Validation.swift",
"Version.swift"
],
"type" : "library"
},
{
"c99name" : "xcprojectlint",
"module_type" : "SwiftTarget",
"name" : "xcprojectlint",
"path" : "Sources/xcprojectlint",
"product_dependencies" : [
"ArgumentParser",
"SwiftToolsSupport"
],
"product_memberships" : [
"xcprojectlint"
],
"sources" : [
"XcodeProjectLint.swift"
],
"target_dependencies" : [
"xcprojectlint-package"
],
"type" : "executable"
}
],
"tools_version" : "5.4"
}
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 -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
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/apple/swift-argument-parser
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6764] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.42s)
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.38s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (0.64s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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.7.3
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/23] Write sources
[8/23] Compiling TSCclibc libc.c
[9/23] Compiling TSCclibc strerror.c
[10/23] Compiling TSCclibc process.c
[11/23] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/27] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:21:19: error: no such module 'Darwin.C'
19 | @_exported import Android
20 | #else
21 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
22 | #endif
23 |
[14/27] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:21:19: error: no such module 'Darwin.C'
19 | @_exported import Android
20 | #else
21 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
22 | #endif
23 |
[15/27] Emitting module ArgumentParserToolInfo
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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/17] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:21:19: error: no such module 'Darwin.C'
19 | @_exported import Android
20 | #else
21 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
22 | #endif
23 |
[4/17] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:21:19: error: no such module 'Darwin.C'
19 | @_exported import Android
20 | #else
21 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
22 | #endif
23 |
[5/17] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 wasm