Build Information
Failed to build CoronaMath, reference master (17ef2f), with Swift 6.1 for Wasm on 30 May 2025 01:33:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CooperCorona/CoronaMath.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/CooperCorona/CoronaMath
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 17ef2fb Add intersection and union methods to RectBase.
Cloned https://github.com/CooperCorona/CoronaMath.git
Revision (git rev-parse @):
17ef2fb286d235ab805f2f85116ca0b7276f5d5a
SUCCESS checkout https://github.com/CooperCorona/CoronaMath.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/CooperCorona/CoronaMath.git
https://github.com/CooperCorona/CoronaMath.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "coronaerrors",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CooperCorona/CoronaErrors.git"
},
{
"identity" : "copenblas",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CooperCorona/COpenBlas"
}
],
"manifest_display_name" : "CoronaMath",
"name" : "CoronaMath",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoronaMath",
"targets" : [
"CoronaMath"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoronaMathTests",
"module_type" : "SwiftTarget",
"name" : "CoronaMathTests",
"path" : "Tests/CoronaMathTests",
"product_dependencies" : [
"CoronaErrors",
"CoronaErrorsTestHooks"
],
"sources" : [
"IntPointTests.swift",
"Matrix3Tests.swift",
"Matrix4Tests.swift",
"PointTests.swift",
"RectTests.swift",
"SizeTests.swift",
"VariableSizeMatrixTests.swift",
"Vector3Tests.swift",
"Vector4Tests.swift",
"VectorTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CoronaMath"
],
"type" : "test"
},
{
"c99name" : "CoronaMath",
"module_type" : "SwiftTarget",
"name" : "CoronaMath",
"path" : "Sources/CoronaMath",
"product_dependencies" : [
"CoronaErrors",
"COpenBlas"
],
"product_memberships" : [
"CoronaMath"
],
"sources" : [
"Array+Extensions.swift",
"ContinuousNumber.swift",
"DiscreteNumber.swift",
"Exports.swift",
"FastOperations.swift",
"Matrix/ConstantSizeMatrix.swift",
"Matrix/Matrix3Base.swift",
"Matrix/Matrix4Base.swift",
"Matrix/MatrixBase.swift",
"Matrix/MatrixError.swift",
"Matrix/SizeBase+MatrixDimensions.swift",
"Matrix/SquareMatrix.swift",
"Matrix/VariableSizeMatrix/ConstantSizeMatrix+MatrixOperationsBase.swift",
"Matrix/VariableSizeMatrix/ContinuousMatrix.swift",
"Matrix/VariableSizeMatrix/Matrix3Base+MatrixOperationsBase.swift",
"Matrix/VariableSizeMatrix/Matrix4Base+MatrixOperationsBase.swift",
"Matrix/VariableSizeMatrix/MatrixOperationsBase.swift",
"Matrix/VariableSizeMatrix/VariableSizeMatrix.swift",
"Sequence+Extensions.swift",
"Vector/ConstantSizeContinuousVector.swift",
"Vector/ConstantSizeVector.swift",
"Vector/ContinuousVector.swift",
"Vector/IntPoint.swift",
"Vector/PointBase.swift",
"Vector/RectBase.swift",
"Vector/SizeBase.swift",
"Vector/Vector3Base+Color.swift",
"Vector/Vector3Base.swift",
"Vector/Vector4Base+Color.swift",
"Vector/Vector4Base.swift",
"Vector/VectorBase.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/CooperCorona/CoronaErrors.git
Fetching https://github.com/CooperCorona/COpenBlas
[1/145] Fetching coronaerrors
[146/192] Fetching coronaerrors, copenblas
Fetched https://github.com/CooperCorona/CoronaErrors.git from cache (0.26s)
Fetched https://github.com/CooperCorona/COpenBlas from cache (0.27s)
Computing version for https://github.com/CooperCorona/COpenBlas
Computed https://github.com/CooperCorona/COpenBlas at 1.1.0 (1.39s)
Computing version for https://github.com/CooperCorona/CoronaErrors.git
Computed https://github.com/CooperCorona/CoronaErrors.git at 2.0.4 (0.99s)
Creating working copy for https://github.com/CooperCorona/COpenBlas
Working copy of https://github.com/CooperCorona/COpenBlas resolved at 1.1.0
Creating working copy for https://github.com/CooperCorona/CoronaErrors.git
Working copy of https://github.com/CooperCorona/CoronaErrors.git resolved at 2.0.4
warning: 'copenblas': ignoring declared target(s) 'COpenBlas' in the system package
warning: 'copenblas': system packages are deprecated; use system library targets instead
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling CoronaErrors ParseException.swift
[5/15] Compiling CoronaErrors ParseError.swift
[6/15] Compiling CoronaErrors IOException.swift
[7/15] Compiling CoronaErrors NilException.swift
[8/15] Compiling CoronaErrors OperationError.swift
[9/15] Compiling CoronaErrors OperationException.swift
[10/15] Compiling CoronaErrors FileNotFoundException.swift
[11/15] Compiling CoronaErrors IOError.swift
[12/15] Compiling CoronaErrors ValueError.swift
[13/16] Emitting module CoronaErrors
[14/16] Compiling CoronaErrors CoronaErrors.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:30:41: error: cannot find 'Thread' in scope
28 | self.error = error
29 | self.message = message
30 | self.stackTrace = stackTrace ?? Thread.callStackSymbols
| `- error: cannot find 'Thread' in scope
31 | }
32 |
[15/16] Compiling CoronaErrors Exception.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:30:41: error: cannot find 'Thread' in scope
28 | self.error = error
29 | self.message = message
30 | self.stackTrace = stackTrace ?? Thread.callStackSymbols
| `- error: cannot find 'Thread' in scope
31 | }
32 |
[16/16] Compiling CoronaErrors ValueException.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
warning: 'copenblas': ignoring declared target(s) 'COpenBlas' in the system package
warning: 'copenblas': system packages are deprecated; use system library targets instead
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling CoronaErrors FileNotFoundException.swift
[3/13] Compiling CoronaErrors IOError.swift
[4/13] Compiling CoronaErrors CoronaErrors.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:30:41: error: cannot find 'Thread' in scope
28 | self.error = error
29 | self.message = message
30 | self.stackTrace = stackTrace ?? Thread.callStackSymbols
| `- error: cannot find 'Thread' in scope
31 | }
32 |
[5/13] Compiling CoronaErrors Exception.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:30:41: error: cannot find 'Thread' in scope
28 | self.error = error
29 | self.message = message
30 | self.stackTrace = stackTrace ?? Thread.callStackSymbols
| `- error: cannot find 'Thread' in scope
31 | }
32 |
[6/14] Emitting module CoronaErrors
[7/14] Compiling CoronaErrors ParseException.swift
[8/14] Compiling CoronaErrors ParseError.swift
[9/14] Compiling CoronaErrors IOException.swift
[10/14] Compiling CoronaErrors NilException.swift
[11/14] Compiling CoronaErrors ValueError.swift
[12/14] Compiling CoronaErrors OperationError.swift
[13/14] Compiling CoronaErrors OperationException.swift
[14/14] Compiling CoronaErrors ValueException.swift
BUILD FAILURE 6.1 wasm