Build Information
Failed to build Scipio, reference 0.29.1 (3a8494
), with Swift 6.1 for Wasm on 22 Jun 2025 18:23:37 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/Scipio.git
Reference: 0.29.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/giginet/Scipio
* tag 0.29.1 -> FETCH_HEAD
HEAD is now at 3a84943 Merge pull request #203 from Ryu0118/fix-cache
Cloned https://github.com/giginet/Scipio.git
Revision (git rev-parse @):
3a8494307c12c8c3b45ac8f2f007a002b9aea643
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/giginet/Scipio.git at 0.29.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/giginet/Scipio.git
https://github.com/giginet/Scipio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Found unhandled resource at /host/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures
{
"dependencies" : [
{
"identity" : "swift-package-manager",
"requirement" : {
"branch" : [
"release/6.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-package-manager.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "scipio-cache-storage",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/giginet/scipio-cache-storage.git"
}
],
"manifest_display_name" : "Scipio",
"name" : "Scipio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "scipio",
"targets" : [
"scipio"
],
"type" : {
"executable" : null
}
},
{
"name" : "ScipioKit",
"targets" : [
"ScipioKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "scipio",
"module_type" : "SwiftTarget",
"name" : "scipio",
"path" : "Sources/scipio",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"scipio"
],
"sources" : [
"Arguments.swift",
"CommandType.swift",
"CreateCommands.swift",
"DumpCacheKey.swift",
"Options.swift",
"PrepareCommands.swift",
"Scipio.swift"
],
"target_dependencies" : [
"ScipioKit"
],
"type" : "executable"
},
{
"c99name" : "ScipioKitTests",
"module_type" : "SwiftTarget",
"name" : "ScipioKitTests",
"path" : "Tests/ScipioKitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BuildOptionsTests.swift",
"CacheSystemTests.swift",
"ClangCheckerTests.swift",
"DWARFSymbolStripperTests.swift",
"DebugSymbolTests.swift",
"DependencyGraphTests.swift",
"DescriptionPackageTests.swift",
"FrameworkBundleAssemblerTests.swift",
"FrameworkModuleMapGeneratorTests.swift",
"InfoPlistGeneratorTests.swift",
"IntegrationTests.swift",
"PartialCacheTests.swift",
"RunnerTests.swift",
"TestingExecutor.swift",
"ToolchainEnvironmentTests.swift",
"XCTestCase+Utils.swift",
"XcodeVersionFetcherTests.swift"
],
"target_dependencies" : [
"ScipioKit"
],
"type" : "test"
},
{
"c99name" : "ScipioKit",
"module_type" : "SwiftTarget",
"name" : "ScipioKit",
"path" : "Sources/ScipioKit",
"product_dependencies" : [
"SwiftPMDataModel-auto",
"XCBuildSupport",
"Logging",
"Collections",
"Algorithms",
"Rainbow",
"ScipioStorage"
],
"product_memberships" : [
"scipio",
"ScipioKit"
],
"sources" : [
"BuildOptions.swift",
"DependencyGraph/DependencyGraph.swift",
"DependencyGraph/WeakReference.swift",
"DescriptionPackage.swift",
"Executor.swift",
"Logger.swift",
"PackageGraph+Extensions.swift",
"PackageLocator.swift",
"Producer/BinaryExtractor.swift",
"Producer/Cache/CacheSystem.swift",
"Producer/Cache/LocalDiskCacheStorage.swift",
"Producer/Cache/ProjectCacheStorage.swift",
"Producer/Cache/XcodeVersion.swift",
"Producer/CacheStorage+DisplayName.swift",
"Producer/Compiler.swift",
"Producer/DWARFSymbolStripper.swift",
"Producer/DwarfExtractor.swift",
"Producer/FrameworkProducer.swift",
"Producer/InfoPlistGenerator.swift",
"Producer/PIF/BuildConfiguration+Extensions.swift",
"Producer/PIF/BuildParametersGenerator.swift",
"Producer/PIF/FrameworkBundleAssembler.swift",
"Producer/PIF/FrameworkComponentsCollector.swift",
"Producer/PIF/FrameworkModuleMapGenerator.swift",
"Producer/PIF/PIFCompiler.swift",
"Producer/PIF/PIFGenerator.swift",
"Producer/PIF/ToolchainGenerator.swift",
"Producer/PIF/XCBuildClient.swift",
"Producer/PIF/XCBuildExecutor.swift",
"Runner.swift",
"String+Extensions.swift",
"SwiftPM+Compatibility.swift",
"ToolchainEnvironment.swift",
"URL+Extensions.swift"
],
"target_dependencies" : [
"GenerateScipioVersion"
],
"type" : "library"
},
{
"c99name" : "GenerateScipioVersion",
"module_type" : "PluginTarget",
"name" : "GenerateScipioVersion",
"path" : "Plugins/GenerateScipioVersion",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"scipio",
"ScipioKit"
],
"sources" : [
"plugin.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-package-manager.git
[1/157014] Fetching swift-package-manager
Fetched https://github.com/swiftlang/swift-package-manager.git from cache (18.34s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29041] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (4.72s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6857] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.72s)
Fetching https://github.com/apple/swift-driver.git
[1/34997] Fetching swift-driver
Fetched https://github.com/apple/swift-driver.git from cache (1.88s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70925] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.87s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
[1/6184] Fetching swift-certificates
[2/6320] Fetching swift-certificates, swift-toolchain-sqlite
[19/22960] Fetching swift-certificates, swift-toolchain-sqlite, swift-collections
[2940/33834] Fetching swift-certificates, swift-toolchain-sqlite, swift-collections, yams
[10285/49214] Fetching swift-certificates, swift-toolchain-sqlite, swift-collections, yams, swift-argument-parser
Fetched https://github.com/apple/swift-certificates.git from cache (0.97s)
[19422/43030] Fetching swift-toolchain-sqlite, swift-collections, yams, swift-argument-parser
Fetching https://github.com/apple/swift-crypto.git
[38791/58449] Fetching swift-toolchain-sqlite, swift-collections, yams, swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.00s)
[28623/43069] Fetching swift-toolchain-sqlite, swift-collections, yams, swift-crypto
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/giginet/scipio-cache-storage.git
Fetched https://github.com/apple/swift-collections.git from cache (2.04s)
[12246/26429] Fetching swift-toolchain-sqlite, yams, swift-crypto
Fetching https://github.com/onevcat/Rainbow
[15175/26470] Fetching swift-toolchain-sqlite, yams, swift-crypto, scipio-cache-storage
[15216/27666] Fetching swift-toolchain-sqlite, yams, swift-crypto, scipio-cache-storage, rainbow
[16412/32102] Fetching swift-toolchain-sqlite, yams, swift-crypto, scipio-cache-storage, rainbow, swift-system
Fetched https://github.com/giginet/scipio-cache-storage.git from cache (0.41s)
[18231/32061] Fetching swift-toolchain-sqlite, yams, swift-crypto, rainbow, swift-system
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/onevcat/Rainbow from cache (0.44s)
[18119/30865] Fetching swift-toolchain-sqlite, yams, swift-crypto, swift-system
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-system.git from cache (0.80s)
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (2.82s)
[17505/26293] Fetching yams, swift-crypto
Fetched https://github.com/jpsim/Yams.git from cache (2.87s)
[6785/15419] Fetching swift-crypto
[7865/19255] Fetching swift-crypto, swift-log
[7942/25214] Fetching swift-crypto, swift-log, swift-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.74s)
[10640/15419] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.13s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (9.63s)
Computing version for https://github.com/giginet/scipio-cache-storage.git
Computed https://github.com/giginet/scipio-cache-storage.git at 1.0.0 (1.66s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.08s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.19s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.5 (0.50s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.55s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (0.79s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.45s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.5
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at release/6.1 (cbd0366)
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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-package-manager.git
Working copy of https://github.com/swiftlang/swift-package-manager.git resolved at release/6.1 (45c31f1)
Creating working copy for https://github.com/apple/swift-driver.git
Working copy of https://github.com/apple/swift-driver.git resolved at release/6.1 (20cd624)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.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 release/6.1 (5cd61a7)
Creating working copy for https://github.com/giginet/scipio-cache-storage.git
Working copy of https://github.com/giginet/scipio-cache-storage.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.5.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at release/6.1 (4fc005b)
error: posix_spawn error: No such file or directory (2), `["/bin/zsh"]`
Found unhandled resource at /host/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures
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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: posix_spawn error: No such file or directory (2), `["/bin/zsh"]`
Found unhandled resource at /host/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures
BUILD FAILURE 6.1 wasm