Build Information
Failed to build ASAPExecution, reference 1.0.0-beta.2 (895bc1
), with Swift 6.1 for Wasm on 30 May 2025 04:20:55 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/Frizlab/ASAPExecution.git
Reference: 1.0.0-beta.2
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/Frizlab/ASAPExecution
* tag 1.0.0-beta.2 -> FETCH_HEAD
HEAD is now at 895bc14 Add “until” ASAP execution
Cloned https://github.com/Frizlab/ASAPExecution.git
Revision (git rev-parse @):
895bc14949cac3ee70e26a10fd5d02aa75aeb7af
SUCCESS checkout https://github.com/Frizlab/ASAPExecution.git at 1.0.0-beta.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Frizlab/ASAPExecution.git
https://github.com/Frizlab/ASAPExecution.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "runloopthread",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/happn-app/RunLoopThread.git"
}
],
"manifest_display_name" : "ASAPExecution",
"name" : "ASAPExecution",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "ASAPExecution",
"targets" : [
"ASAPExecution"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ASAPExecutionTests",
"module_type" : "SwiftTarget",
"name" : "ASAPExecutionTests",
"path" : "Tests/ASAPExecutionTests",
"product_dependencies" : [
"RunLoopThread"
],
"sources" : [
"ASAPExecutionUntilTests.swift",
"ASAPExecutionWhenTests.swift"
],
"target_dependencies" : [
"ASAPExecution"
],
"type" : "test"
},
{
"c99name" : "ASAPExecution",
"module_type" : "SwiftTarget",
"name" : "ASAPExecution",
"path" : "Sources/ASAPExecution",
"product_memberships" : [
"ASAPExecution"
],
"sources" : [
"ASAPExecution.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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/happn-app/RunLoopThread.git
[1/67] Fetching runloopthread
Fetched https://github.com/happn-app/RunLoopThread.git from cache (0.82s)
Computing version for https://github.com/happn-app/RunLoopThread.git
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.NdVYKy/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.1.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.dPtfwI/runloopthread-manifest"])
/Package.swift:9:15: warning: will never be executed
4 |
5 | #if !_runtime(_ObjC)
6 | fatalError("Unsupported OS")
| `- note: a call to a never-returning function
7 | #endif
8 |
9 | let package = Package(
| `- warning: will never be executed
10 | name: "RunLoopThread",
11 | products: [main/Package.swift:6: Fatal error: Unsupported OS
*** Signal 4: Backtracing from 0x7f73c38bd788... done ***
*** Program crashed: Illegal instruction at 0x00007f73c38bd788 ***
Thread 0 "runloopthread-m" crashed:
0 0x00007f73c38bd788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x000055a49f75ccc3 main + 98 in runloopthread-manifest
Registers:
rax 0x0000000000000000 0
rdx 0x0000000000000002 2
rcx 0x0000000000000001 1
rbx 0x000000055a49fa0a 22989634058
rsi 0x8000534f20646570 9223463636165748080
rdi 0x000055a49f9f9010 01 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00 ················
rbp 0x00007ffcea1ed850 80 d8 1e ea fc 7f 00 00 c3 cc 75 9f a4 55 00 00 ·Ø·êü···ÃÌu·¤U··
rsp 0x00007ffcea1ed7e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ················
r8 0x000055a49fa0af00 0a fa 49 5a 05 00 00 00 c6 0f 6d 49 41 7a fc a7 ·úIZ····Æ·mIAzü§
r9 0x00007ffcea1ed4c0 46 61 74 61 6c 20 65 72 72 6f 72 3a 20 55 6e 73 Fatal error: Uns
r10 0x0000000000000000 0
r11 0xa7fc7a41496d0fc6 12104684319288397766
r12 0x00007ffcea1ed998 2d ee 1e ea fc 7f 00 00 63 ee 1e ea fc 7f 00 00 -î·êü···cî·êü···
r13 0x000055a49f75cc60 55 48 89 e5 48 83 ec 20 90 48 8d 3d 9f 00 00 00 UH·åH·ì ·H·=····
r14 0x000055a49f75ece0 03 00 00 00 00 00 00 00 e8 ef 75 9f a4 55 00 00 ········èïu·¤U··
r15 0x00007f73c3d2b040 e0 c2 d2 c3 73 7f 00 00 16 00 00 00 00 00 00 00 àÂÒÃs···········
rip 0x00007f73c38bd788 0f 0b 48 8d 35 4f 5c fb ff 48 8d 55 a0 45 31 e4 ··H·5O\ûÿH·U E1ä
rflags 0x0000000000010202
cs 0x0033 fs 0x0000 gs 0x0000
Images (19 omitted):
0x000055a49f75c000–0x000055a49f75ce00 2769dd9d1d59a95b89e5f32866337390de7cdb2d runloopthread-manifest /tmp/TemporaryDirectory.dPtfwI/runloopthread-manifest
0x00007f73c35e1000–0x00007f73c3b6f8c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so /usr/lib/swift/linux/libswiftCore.so
Backtrace took 0.12s in https://github.com/happn-app/RunLoopThread.git
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
Updating https://github.com/happn-app/RunLoopThread.git
Updated https://github.com/happn-app/RunLoopThread.git (0.30s)
Computing version for https://github.com/happn-app/RunLoopThread.git
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.WlaDZj/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.1.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.ghqkUT/runloopthread-manifest"])
/Package.swift:9:15: warning: will never be executed
4 |
5 | #if !_runtime(_ObjC)
6 | fatalError("Unsupported OS")
| `- note: a call to a never-returning function
7 | #endif
8 |
9 | let package = Package(
| `- warning: will never be executed
10 | name: "RunLoopThread",
11 | products: [main/Package.swift:6: Fatal error: Unsupported OS
*** Signal 4: Backtracing from 0x7fa9f2ae9788... done ***
*** Program crashed: Illegal instruction at 0x00007fa9f2ae9788 ***
Thread 0 "runloopthread-m" crashed:
0 0x00007fa9f2ae9788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x0000563ba1c31cc3 main + 98 in runloopthread-manifest
Registers:
rax 0x0000000000000000 0
rdx 0x0000000000000002 2
rcx 0x0000000000000001 1
rbx 0x0000000563ba24d4 23147979988
rsi 0x8000534f20646570 9223463636165748080
rdi 0x0000563ba24c3010 01 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00 ················
rbp 0x00007ffc85813c30 60 3c 81 85 fc 7f 00 00 c3 1c c3 a1 3b 56 00 00 `<··ü···Ã·Ã¡;V··
rsp 0x00007ffc85813bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ················
r8 0x0000563ba24d4f00 d4 24 ba 63 05 00 00 00 65 24 6d 09 8c 9c 8a 0f Ô$ºc····e$m·····
r9 0x00007ffc858138a0 46 61 74 61 6c 20 65 72 72 6f 72 3a 20 55 6e 73 Fatal error: Uns
r10 0x0000000000000000 0
r11 0x0f8a9c8c096d2465 1119879582622491749
r12 0x00007ffc85813d78 2d 5e 81 85 fc 7f 00 00 63 5e 81 85 fc 7f 00 00 -^··ü···c^··ü···
r13 0x0000563ba1c31c60 55 48 89 e5 48 83 ec 20 90 48 8d 3d 9f 00 00 00 UH·åH·ì ·H·=····
r14 0x0000563ba1c33ce0 03 00 00 00 00 00 00 00 e8 3f c3 a1 3b 56 00 00 ········è?á;V··
r15 0x00007fa9f2f57040 e0 82 f5 f2 a9 7f 00 00 16 00 00 00 00 00 00 00 à·õò©···········
rip 0x00007fa9f2ae9788 0f 0b 48 8d 35 4f 5c fb ff 48 8d 55 a0 45 31 e4 ··H·5O\ûÿH·U E1ä
rflags 0x0000000000010206 PF
cs 0x0033 fs 0x0000 gs 0x0000
Images (19 omitted):
0x0000563ba1c31000–0x0000563ba1c31e00 f6cfa2b897a6b68da1607ea946fe5daf605c39d9 runloopthread-manifest /tmp/TemporaryDirectory.ghqkUT/runloopthread-manifest
0x00007fa9f280d000–0x00007fa9f2d9b8c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so /usr/lib/swift/linux/libswiftCore.so
Backtrace took 0.06s in https://github.com/happn-app/RunLoopThread.git
BUILD FAILURE 6.1 wasm