Build Information
Failed to build XcodeGen, reference master (53cb43
), with Swift 6.1 for Wasm on 6 Jun 2025 21:16:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/yonaskolb/XcodeGen.git
Reference: master
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/yonaskolb/XcodeGen
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 53cb43c Add validation to ensure that settings.configs values are dictionaries, in order to prevent misuse (#1547)
Cloned https://github.com/yonaskolb/XcodeGen.git
Revision (git rev-parse @):
53cb43cb66908a28812d7629d03fed94c9827a24
SUCCESS checkout https://github.com/yonaskolb/XcodeGen.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/yonaskolb/XcodeGen.git
https://github.com/yonaskolb/XcodeGen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "jsonutilities",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yonaskolb/JSONUtilities.git"
},
{
"identity" : "spectre",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Spectre.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "xcodeproj",
"requirement" : {
"exact" : [
"8.24.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj.git"
},
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.3",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI.git"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version"
},
{
"identity" : "artifactbundlegen",
"requirement" : {
"exact" : [
"0.0.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/freddi-kit/ArtifactBundleGen"
}
],
"manifest_display_name" : "XcodeGen",
"name" : "XcodeGen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "xcodegen",
"targets" : [
"XcodeGen"
],
"type" : {
"executable" : null
}
},
{
"name" : "XcodeGenKit",
"targets" : [
"XcodeGenKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ProjectSpec",
"targets" : [
"ProjectSpec"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XcodeGenKitTests",
"module_type" : "SwiftTarget",
"name" : "XcodeGenKitTests",
"path" : "Tests/XcodeGenKitTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"BreakpointGeneratorTests.swift",
"CarthageDependencyResolverTests.swift",
"PBXProjGeneratorTests.swift",
"ProjectGeneratorTests.swift",
"SchemeGeneratorTests.swift",
"SourceGeneratorTests.swift"
],
"target_dependencies" : [
"XcodeGenKit",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "XcodeGenKit",
"module_type" : "SwiftTarget",
"name" : "XcodeGenKit",
"path" : "Sources/XcodeGenKit",
"product_dependencies" : [
"JSONUtilities",
"XcodeProj",
"PathKit"
],
"product_memberships" : [
"xcodegen",
"XcodeGenKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/XcodeGenKit/SettingPresets",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BreakpointGenerator.swift",
"CarthageDependencyResolver.swift",
"CarthageVersionLoader.swift",
"FileWriter.swift",
"InfoPlistGenerator.swift",
"PBXProjGenerator.swift",
"ProjectGenerator.swift",
"SchemeGenerator.swift",
"SettingsBuilder.swift",
"SettingsPresetFile.swift",
"SourceGenerator.swift",
"StringCatalogDecoding.swift",
"Version.swift",
"XCProjExtensions.swift"
],
"target_dependencies" : [
"ProjectSpec",
"XcodeGenCore"
],
"type" : "library"
},
{
"c99name" : "XcodeGenCoreTests",
"module_type" : "SwiftTarget",
"name" : "XcodeGenCoreTests",
"path" : "Tests/XcodeGenCoreTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"ArrayExtensionsTests.swift",
"AtomicTests.swift",
"GlobTests.swift",
"PathExtensionsTests.swift"
],
"target_dependencies" : [
"XcodeGenCore",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "XcodeGenCore",
"module_type" : "SwiftTarget",
"name" : "XcodeGenCore",
"path" : "Sources/XcodeGenCore",
"product_dependencies" : [
"PathKit",
"Yams"
],
"product_memberships" : [
"xcodegen",
"XcodeGenKit",
"ProjectSpec"
],
"sources" : [
"ArrayExtensions.swift",
"Atomic.swift",
"Glob.swift",
"MD5.swift",
"PathExtensions.swift",
"StringDiff.swift"
],
"type" : "library"
},
{
"c99name" : "XcodeGenCLI",
"module_type" : "SwiftTarget",
"name" : "XcodeGenCLI",
"path" : "Sources/XcodeGenCLI",
"product_dependencies" : [
"SwiftCLI",
"Rainbow",
"PathKit",
"Version"
],
"product_memberships" : [
"xcodegen"
],
"sources" : [
"Arguments.swift",
"Commands/CacheCommand.swift",
"Commands/DumpCommand.swift",
"Commands/GenerateCommand.swift",
"Commands/ProjectCommand.swift",
"GenerationError.swift",
"XcodeGenCLI.swift"
],
"target_dependencies" : [
"XcodeGenKit",
"ProjectSpec"
],
"type" : "library"
},
{
"c99name" : "XcodeGen",
"module_type" : "SwiftTarget",
"name" : "XcodeGen",
"path" : "Sources/XcodeGen",
"product_dependencies" : [
"Version"
],
"product_memberships" : [
"xcodegen"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"XcodeGenCLI"
],
"type" : "executable"
},
{
"c99name" : "TestSupport",
"module_type" : "SwiftTarget",
"name" : "TestSupport",
"path" : "Sources/TestSupport",
"product_dependencies" : [
"XcodeProj",
"Spectre",
"PathKit"
],
"sources" : [
"TestHelpers.swift"
],
"type" : "library"
},
{
"c99name" : "ProjectSpecTests",
"module_type" : "SwiftTarget",
"name" : "ProjectSpecTests",
"path" : "Tests/ProjectSpecTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"Dictionary+Extension_Tests.swift",
"InvalidConfigsFormatTests.swift",
"ProjectSpecTests.swift",
"SpecLoadingTests.swift"
],
"target_dependencies" : [
"ProjectSpec",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "ProjectSpec",
"module_type" : "SwiftTarget",
"name" : "ProjectSpec",
"path" : "Sources/ProjectSpec",
"product_dependencies" : [
"JSONUtilities",
"XcodeProj",
"Yams",
"Version"
],
"product_memberships" : [
"xcodegen",
"XcodeGenKit",
"ProjectSpec"
],
"sources" : [
"AggregateTarget.swift",
"Array+Extension.swift",
"Breakpoint.swift",
"BuildPhaseSpec.swift",
"BuildRule.swift",
"BuildScript.swift",
"BuildSettingsContainer.swift",
"BuildSettingsExtractor.swift",
"BuildToolPlugin.swift",
"CacheFile.swift",
"Config.swift",
"Decoding.swift",
"Dependency.swift",
"DeploymentTarget.swift",
"Dictionary+Extension.swift",
"Encoding.swift",
"FileType.swift",
"GroupOrdering.swift",
"Linkage.swift",
"NSRegularExpressionExtensions.swift",
"PathContainer.swift",
"Platform.swift",
"Plist.swift",
"Project.swift",
"ProjectReference.swift",
"ProjectTarget.swift",
"Scheme.swift",
"Settings.swift",
"SourceType.swift",
"SpecFile.swift",
"SpecLoader.swift",
"SpecOptions.swift",
"SpecParsingError.swift",
"SpecValidation.swift",
"SpecValidationError.swift",
"SupportedDestination.swift",
"SwiftPackage.swift",
"Target.swift",
"TargetReference.swift",
"TargetScheme.swift",
"TargetSource.swift",
"Template.swift",
"TestPlan.swift",
"TestTargeReference.swift",
"VersionExtensions.swift",
"XCProjExtensions.swift",
"Yaml.swift"
],
"target_dependencies" : [
"XcodeGenCore"
],
"type" : "library"
},
{
"c99name" : "PerformanceTests",
"module_type" : "SwiftTarget",
"name" : "PerformanceTests",
"path" : "Tests/PerformanceTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"PerformanceTests.swift",
"TestProject.swift"
],
"target_dependencies" : [
"XcodeGenKit",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "FixtureTests",
"module_type" : "SwiftTarget",
"name" : "FixtureTests",
"path" : "Tests/FixtureTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"FixtureTests.swift"
],
"target_dependencies" : [
"XcodeGenKit",
"TestSupport"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/kylef/Spectre.git
Fetching https://github.com/freddi-kit/ArtifactBundleGen
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/mxcl/Version
[1/1196] Fetching rainbow
[1197/2217] Fetching rainbow, spectre
[1779/7291] Fetching rainbow, spectre, swiftcli
[2523/7473] Fetching rainbow, spectre, swiftcli, artifactbundlegen
[3660/7766] Fetching rainbow, spectre, swiftcli, artifactbundlegen, version
[4721/31072] Fetching rainbow, spectre, swiftcli, artifactbundlegen, version, xcodeproj
Fetched https://github.com/onevcat/Rainbow.git from cache (0.30s)
[8406/29876] Fetching spectre, swiftcli, artifactbundlegen, version, xcodeproj
Fetched https://github.com/freddi-kit/ArtifactBundleGen from cache (0.31s)
Fetching https://github.com/yonaskolb/JSONUtilities.git
Fetching https://github.com/jpsim/Yams.git
[8952/29694] Fetching spectre, swiftcli, version, xcodeproj
Fetched https://github.com/mxcl/Version from cache (0.41s)
Fetched https://github.com/kylef/Spectre.git from cache (0.41s)
Fetching https://github.com/kylef/PathKit.git
[13931/28380] Fetching swiftcli, xcodeproj
[16728/29733] Fetching swiftcli, xcodeproj, jsonutilities
Fetched https://github.com/yonaskolb/JSONUtilities.git from cache (0.27s)
[20690/28380] Fetching swiftcli, xcodeproj
[22555/29791] Fetching swiftcli, xcodeproj, pathkit
[28860/40522] Fetching swiftcli, xcodeproj, pathkit, yams
Fetched https://github.com/kylef/PathKit.git from cache (0.28s)
[28451/39111] Fetching swiftcli, xcodeproj, yams
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (1.38s)
[34037/34037] Fetching xcodeproj, yams
Fetched https://github.com/tuist/XcodeProj.git from cache (1.41s)
Fetched https://github.com/jpsim/Yams.git from cache (1.57s)
Computing version for https://github.com/freddi-kit/ArtifactBundleGen
Computed https://github.com/freddi-kit/ArtifactBundleGen at 0.0.6 (4.25s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.54s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.24.3 (0.51s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.26s)
Computing version for https://github.com/yonaskolb/JSONUtilities.git
Computed https://github.com/yonaskolb/JSONUtilities.git at 4.2.0 (2.59s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.55s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.56s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.55s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (0.56s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.1.0 (2.22s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.58s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 6.0.3
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/freddi-kit/ArtifactBundleGen
Working copy of https://github.com/freddi-kit/ArtifactBundleGen resolved at 0.0.6
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.1.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.0
Creating working copy for https://github.com/yonaskolb/JSONUtilities.git
Working copy of https://github.com/yonaskolb/JSONUtilities.git resolved at 4.2.0
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.24.3
/host/spi-builder-workspace/.build/checkouts/ArtifactBundleGen/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/LipoRunnner.swift:11:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
9 | task.standardError = pipe
10 | task.arguments = ["-c", "lipo -archs \(targetPath)"]
11 | task.launchPath = "/bin/zsh"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
12 | task.standardInput = nil
13 | do {
/host/spi-builder-workspace/.build/checkouts/ArtifactBundleGen/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/ZipComposer.swift:7:29: warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
5 | try await withCheckedThrowingContinuation { continuation in
6 | do {
7 | try Process.run(URL(fileURLWithPath: "/usr/bin/zip"), arguments: ["-r", "\(bundlePath.relativePath).zip", "\(bundlePath.relativePath)"]) { _ in
| `- warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
8 | continuation.resume(returning: ())
9 | }
[1/1] Compiling plugin ArtifactBundleGenPluginCommand
Building for debugging...
[1/39] Write sources
[16/39] Copying SettingPresets
[17/39] Compiling writer.c
[18/39] Compiling reader.c
[19/39] Compiling parser.c
[20/39] Compiling api.c
[21/39] Compiling emitter.c
[22/39] Write swift-version-24593BA9C3E375BF.txt
[23/39] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/124] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/124] Emitting module Spectre
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[27/125] Compiling Yams Mark.swift
[28/125] Compiling Yams Node.Alias.swift
[29/125] Compiling Yams Node.Mapping.swift
[30/125] Compiling Rainbow StringGenerator.swift
[31/128] Compiling Yams AliasDereferencingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[32/128] Compiling Yams Anchor.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[33/128] Compiling Version Version+Range.swift
[34/128] Compiling Version Version.swift
[35/128] Compiling Yams Tag.swift
[36/128] Compiling Yams YamlAnchorProviding.swift
[37/128] Compiling Rainbow String+Rainbow.swift
[38/128] Compiling Rainbow Style.swift
[39/128] Compiling Yams YamlError.swift
[40/128] Compiling Yams YamlTagProviding.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[43/130] Compiling Yams Decoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[44/130] Compiling Yams Emitter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[45/130] Compiling Yams Encoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[48/130] Compiling Yams Constructor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[49/130] Compiling Spectre Reporter.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[50/130] Compiling Spectre Reporters.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[53/130] Compiling Spectre XCTest.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[54/130] Compiling AEXML Parser.swift
[55/130] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[56/130] Compiling Yams RedundancyAliasingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[57/130] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[58/130] Compiling Yams Resolver.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[59/130] Compiling Yams String+Yams.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[61/130] Compiling JSONUtilities JSONObjectConvertible.swift
[62/130] Compiling Spectre GlobalContext.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[63/130] Compiling Spectre Global.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[64/130] Compiling Spectre Path.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[65/131] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[66/131] Emitting module AEXML
[67/131] Compiling AEXML Element.swift
[68/131] Compiling AEXML Document.swift
[69/131] Compiling AEXML Error.swift
[70/131] Compiling AEXML Options.swift
[73/131] Compiling Rainbow Rainbow.swift
[74/131] Compiling Rainbow OutputTarget.swift
[75/131] Compiling JSONUtilities KeyPath.swift
[76/131] Compiling JSONUtilities Dictionary+KeyPath.swift
[77/131] Compiling JSONUtilities InvalidItemBehaviour.swift
[78/131] Compiling JSONUtilities JSONFileLoading.swift
[81/131] Emitting module JSONUtilities
[82/132] Emitting module Yams
[83/132] Compiling Yams Node.Scalar.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[84/132] Compiling Yams Node.Sequence.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[85/132] Compiling Yams Node.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[86/132] Emitting module SwiftCLI
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[90/132] Compiling Version Version+Codable.swift
[91/132] Emitting module Version
[92/132] Compiling Version Version+Foundation.swift
[93/132] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[94/132] Compiling Version Version+Comparable.swift
[101/132] Emitting module Rainbow
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
/host/spi-builder-workspace/.build/checkouts/ArtifactBundleGen/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/LipoRunnner.swift:11:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
9 | task.standardError = pipe
10 | task.arguments = ["-c", "lipo -archs \(targetPath)"]
11 | task.launchPath = "/bin/zsh"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
12 | task.standardInput = nil
13 | do {
/host/spi-builder-workspace/.build/checkouts/ArtifactBundleGen/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/ZipComposer.swift:7:29: warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
5 | try await withCheckedThrowingContinuation { continuation in
6 | do {
7 | try Process.run(URL(fileURLWithPath: "/usr/bin/zip"), arguments: ["-r", "\(bundlePath.relativePath).zip", "\(bundlePath.relativePath)"]) { _ in
| `- warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
8 | continuation.resume(returning: ())
9 | }
[1/1] Compiling plugin ArtifactBundleGenPluginCommand
Building for debugging...
[1/17] Write swift-version-24593BA9C3E375BF.txt
[3/102] Compiling Version Version+Foundation.swift
[4/102] Compiling Version Version+Codable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/102] Emitting module SwiftCLI
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[6/104] Compiling SwiftCLI Term.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[7/104] Compiling SwiftCLI Validation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[8/104] Compiling JSONUtilities InvalidItemBehaviour.swift
[9/104] Compiling JSONUtilities Dictionary+KeyPath.swift
[10/105] Compiling Spectre Path.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[11/105] Compiling Spectre GlobalContext.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[12/105] Compiling Spectre Global.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[13/106] Compiling JSONUtilities JSONObjectConvertible.swift
[14/106] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[15/106] Compiling JSONUtilities JSONFileLoading.swift
[16/106] Compiling JSONUtilities KeyPath.swift
[17/106] Emitting module Version
[18/106] Compiling Version Version+Comparable.swift
[19/106] Compiling Rainbow StringGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/107] Emitting module Spectre
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[21/107] Compiling Spectre Case.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[22/107] Compiling Spectre Context.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[23/107] Compiling Spectre Expectation.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[24/107] Compiling Spectre Failure.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[25/107] Compiling AEXML Parser.swift
[26/107] Compiling AEXML Error.swift
[27/107] Compiling AEXML Options.swift
[28/107] Compiling Spectre Reporter.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[29/107] Compiling Spectre Reporters.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[30/107] Compiling Version Version.swift
[31/107] Compiling Version Version+Range.swift
[32/107] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/108] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[34/108] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[35/108] Compiling Spectre XCTest.swift
/host/spi-builder-workspace/.build/checkouts/Spectre/Sources/Spectre/Global.swift:6:8: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[36/108] Compiling Rainbow Rainbow.swift
[37/108] Compiling Rainbow OutputTarget.swift
[38/108] Compiling Yams Emitter.swift
[39/108] Compiling Yams Encoder.swift
[40/108] Compiling Rainbow String+Rainbow.swift
[41/108] Compiling SwiftCLI Path.swift
[42/108] Compiling SwiftCLI Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[47/110] Emitting module JSONUtilities
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[51/110] Compiling AEXML Document.swift
[52/110] Emitting module AEXML
BUILD FAILURE 6.1 wasm