The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ASAPExecution, reference main (192997), with Swift 6.0 for Linux on 5 Jan 2025 09:42:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/ASAPExecution.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 192997f Add more ASAP run variants (combination of already existing variants)
Cloned https://github.com/Frizlab/ASAPExecution.git
Revision (git rev-parse @):
192997fd3b5b48e1e7216613cd3ba11382e1e2a7
SUCCESS checkout https://github.com/Frizlab/ASAPExecution.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/happn-app/RunLoopThread.git
[1/67] Fetching runloopthread
Fetched https://github.com/happn-app/RunLoopThread.git from cache (0.20s)
Computing version for https://github.com/happn-app/RunLoopThread.git
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.b2rpCn/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.xn5HKN/runloopthread-manifest"])
/Package.swift:10:15: warning: will never be executed
 5 |
 6 | #if !_runtime(_ObjC)
 7 | 	fatalError("Unsupported OS")
   |  `- note: a call to a never-returning function
 8 | #endif
 9 |
10 | let package = Package(
   |               `- warning: will never be executed
11 | 	name: "RunLoopThread",
12 | 	products: [main/Package.swift:7: Fatal error: Unsupported OS
*** Signal 4: Backtracing from 0x7fa94aff7c00... done ***
*** Program crashed: Illegal instruction at 0x00007fa94aff7c00 ***
Thread 0 "runloopthread-m" crashed:
0      0x00007fa94aff7c00 _assertionFailure(_:_:file:line:flags:) + 496 in libswiftCore.so
1 [ra] 0x0000564839fcbc93 main + 98 in runloopthread-manifest
Registers:
rax 0x0000000000000000  0
rdx 0x0000564839fcbcd3  46 61 74 61 6c 20 65 72 72 6f 72 00 55 6e 73 75  Fatal error·Unsu
rcx 0x0000000000000001  1
rbx 0x000000056483af8a  23161188234
rsi 0x8000534f20646570  9223463636165748080
rdi 0x000056483af79010  01 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00  ················
rbp 0x00007ffd5b0a27d0  00 28 0a 5b fd 7f 00 00 93 bc fc 39 48 56 00 00  ·(·[ý····¼ü9HV··
rsp 0x00007ffd5b0a2730  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ················
 r8 0x000056483af8af00  8a af 83 64 05 00 00 00 61 7d 56 04 9a ce ba a7  ·¯·d····a}V··Îº§
 r9 0x00007ffd5b0a24a0  46 61 74 61 6c 20 65 72 72 6f 72 3a 20 55 6e 73  Fatal error: Uns
r10 0x0000000000000000  0
r11 0xa7bace9a04567d61  12086199710895209825
r12 0x0000564839fcbcc0  6d 61 69 6e 2f 50 61 63 6b 61 67 65 2e 73 77 69  main/Package.swi
r13 0x726f707075736e55  8245933071047814741
r14 0xee00534f20646574  17149798980337821044
r15 0x000000000000000b  11
rip 0x00007fa94aff7c00  0f 0b 48 83 ec 08 48 8d 05 53 b1 2e 00 48 8d 3d  ··H·ì·H··S±.·H·=
rflags 0x0000000000010282  SF
cs 0x0033  fs 0x0000  gs 0x0000
Images (19 omitted):
0x0000564839fcb000–0x0000564839fcbdd0 <no build ID>                            runloopthread-manifest /tmp/TemporaryDirectory.xn5HKN/runloopthread-manifest
0x00007fa94ad15000–0x00007fa94b2aa930 b9f29f81b467904a40bdaaa0b0f84468865569b7 libswiftCore.so        /usr/lib/swift/linux/libswiftCore.so
Backtrace took 0.02s in https://github.com/happn-app/RunLoopThread.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Updating https://github.com/happn-app/RunLoopThread.git
Updated https://github.com/happn-app/RunLoopThread.git (0.13s)
Computing version for https://github.com/happn-app/RunLoopThread.git
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.oKe3rw/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.QARPpF/runloopthread-manifest"])
/Package.swift:10:15: warning: will never be executed
 5 |
 6 | #if !_runtime(_ObjC)
 7 | 	fatalError("Unsupported OS")
   |  `- note: a call to a never-returning function
 8 | #endif
 9 |
10 | let package = Package(
   |               `- warning: will never be executed
11 | 	name: "RunLoopThread",
12 | 	products: [main/Package.swift:7: Fatal error: Unsupported OS
*** Signal 4: Backtracing from 0x7f49c8dc6c00... done ***
*** Program crashed: Illegal instruction at 0x00007f49c8dc6c00 ***
Thread 0 "runloopthread-m" crashed:
0      0x00007f49c8dc6c00 _assertionFailure(_:_:file:line:flags:) + 496 in libswiftCore.so
1 [ra] 0x0000559c1a04ac93 main + 98 in runloopthread-manifest
Registers:
rax 0x0000000000000000  0
rdx 0x0000559c1a04acd3  46 61 74 61 6c 20 65 72 72 6f 72 00 55 6e 73 75  Fatal error·Unsu
rcx 0x0000000000000001  1
rbx 0x0000000559c1a393  22980699027
rsi 0x8000534f20646570  9223463636165748080
rdi 0x0000559c1a382010  01 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00  ················
rbp 0x00007ffc25c20460  90 04 c2 25 fc 7f 00 00 93 ac 04 1a 9c 55 00 00  ··Â%ü····¬···U··
rsp 0x00007ffc25c203c0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ················
 r8 0x0000559c1a393f00  93 a3 c1 59 05 00 00 00 59 01 69 64 76 86 0e 8f  ·£ÁY····Y·idv···
 r9 0x00007ffc25c20130  46 61 74 61 6c 20 65 72 72 6f 72 3a 20 55 6e 73  Fatal error: Uns
r10 0x0000000000000000  0
r11 0x8f0e867664690159  10308324440146510169
r12 0x0000559c1a04acc0  6d 61 69 6e 2f 50 61 63 6b 61 67 65 2e 73 77 69  main/Package.swi
r13 0x726f707075736e55  8245933071047814741
r14 0xee00534f20646574  17149798980337821044
r15 0x000000000000000b  11
rip 0x00007f49c8dc6c00  0f 0b 48 83 ec 08 48 8d 05 53 b1 2e 00 48 8d 3d  ··H·ì·H··S±.·H·=
rflags 0x0000000000010282  SF
cs 0x0033  fs 0x0000  gs 0x0000
Images (19 omitted):
0x0000559c1a04a000–0x0000559c1a04add0 <no build ID>                            runloopthread-manifest /tmp/TemporaryDirectory.QARPpF/runloopthread-manifest
0x00007f49c8ae4000–0x00007f49c9079930 b9f29f81b467904a40bdaaa0b0f84468865569b7 libswiftCore.so        /usr/lib/swift/linux/libswiftCore.so
Backtrace took 0.02s in https://github.com/happn-app/RunLoopThread.git
BUILD FAILURE 6.0 linux