Build Information
Failed to build Complex, reference 1.2.1 (773b53
), with Swift 6.1 for Wasm on 28 May 2025 02:27:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/SomeRandomiOSDev/Complex.git
Reference: 1.2.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/SomeRandomiOSDev/Complex
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at 773b538 Merge pull request #15 from SomeRandomiOSDev/Modernize
Cloned https://github.com/SomeRandomiOSDev/Complex.git
Revision (git rev-parse @):
773b538b5b32772ab218b95c6b77dfde7a34d137
SUCCESS checkout https://github.com/SomeRandomiOSDev/Complex.git at 1.2.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SomeRandomiOSDev/Complex.git
https://github.com/SomeRandomiOSDev/Complex.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "half",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SomeRandomiOSDev/Half"
}
],
"manifest_display_name" : "Complex",
"name" : "Complex",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Complex",
"targets" : [
"Complex"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "ComplexTests",
"module_type" : "SwiftTarget",
"name" : "ComplexTests",
"path" : "Tests/ComplexTests",
"product_dependencies" : [
"Half"
],
"sources" : [
"ComplexArithmeticTests.swift",
"ComplexOverflowingArithmeticTests.swift",
"ComplexTests.swift",
"FunctionsTests.swift",
"TestingBase.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Complex"
],
"type" : "test"
},
{
"c99name" : "Complex",
"module_type" : "SwiftTarget",
"name" : "Complex",
"path" : "Sources/Complex",
"product_memberships" : [
"Complex"
],
"sources" : [
"Complex.swift",
"ComplexArithmetic.swift",
"ComplexOverflowingArithmetic.swift",
"Functions.swift",
"Operators.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/SomeRandomiOSDev/Half
[1/630] Fetching half
Fetched https://github.com/SomeRandomiOSDev/Half from cache (0.88s)
Computing version for https://github.com/SomeRandomiOSDev/Half
Computed https://github.com/SomeRandomiOSDev/Half at 1.4.2 (1.57s)
Creating working copy for https://github.com/SomeRandomiOSDev/Half
Working copy of https://github.com/SomeRandomiOSDev/Half resolved at 1.4.2
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/8] Compiling Complex Operators.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[4/8] Compiling Complex ComplexOverflowingArithmetic.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[5/8] Compiling Complex Functions.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Emitting module Complex
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[7/8] Compiling Complex Complex.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[8/8] Compiling Complex ComplexArithmetic.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling Complex Operators.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[3/7] Compiling Complex ComplexOverflowingArithmetic.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[4/7] Compiling Complex Functions.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/7] Emitting module Complex
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[6/7] Compiling Complex Complex.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[7/7] Compiling Complex ComplexArithmetic.swift
/host/spi-builder-workspace/Sources/Complex/Functions.swift:11:8: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
BUILD FAILURE 6.1 wasm