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

Successful build of sebbu-c-libuv, reference main (25cb76), with Swift 6.0 for Linux on 5 Nov 2024 16:13:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarSe32m/sebbu-c-libuv.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/MarSe32m/sebbu-c-libuv
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 25cb766 Moved SebbuLibUV to sebbu-networking
Cloned https://github.com/MarSe32m/sebbu-c-libuv.git
Revision (git rev-parse @):
25cb76606cfc2eb4ad65206239177692c6614768
SUCCESS checkout https://github.com/MarSe32m/sebbu-c-libuv.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/MarSe32m/sebbu-c-libuv.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/35] Compiling strtok.c
[1/35] Compiling strscpy.c
[2/35] Compiling timer.c
[2/35] Compiling inet.c
[4/35] Compiling threadpool.c
[5/35] Compiling idna.c
[6/35] Compiling fs-poll.c
[7/35] Compiling version.c
[8/35] Compiling thread-common.c
[9/35] Compiling uv-data-getter-setters.c
[10/35] Compiling tty.c
[11/35] Compiling thread.c
[12/35] Compiling tcp.c
[13/35] Compiling udp.c
[14/35] Compiling stream.c
[15/35] Compiling signal.c
[16/35] Compiling uv-common.c
[16/35] Compiling random-sysctl-linux.c
[18/35] Compiling random-getrandom.c
[19/35] Compiling random-devurandom.c
[20/35] Compiling proctitle.c
[21/35] Compiling procfs-exepath.c
[22/35] Compiling process.c
[23/35] Compiling poll.c
[24/35] Compiling loop.c
[25/35] Compiling pipe.c
[26/35] Compiling loop-watcher.c
[27/35] Compiling getnameinfo.c
[28/35] Compiling getaddrinfo.c
[29/35] Compiling random.c
[30/35] Compiling dl.c
[31/35] Compiling async.c
[32/35] Compiling core.c
[33/35] Compiling linux.c
[34/35] Compiling fs.c
Build complete! (0.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "sebbu-c-libuv",
  "name" : "sebbu-c-libuv",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SebbuCLibUV",
      "targets" : [
        "SebbuCLibUV"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SebbuCLibUV",
      "module_type" : "ClangTarget",
      "name" : "SebbuCLibUV",
      "path" : "Sources/SebbuCLibUV",
      "product_memberships" : [
        "SebbuCLibUV"
      ],
      "sources" : [
        "src/fs-poll.c",
        "src/idna.c",
        "src/inet.c",
        "src/random.c",
        "src/strscpy.c",
        "src/strtok.c",
        "src/thread-common.c",
        "src/threadpool.c",
        "src/timer.c",
        "src/unix/async.c",
        "src/unix/core.c",
        "src/unix/dl.c",
        "src/unix/fs.c",
        "src/unix/getaddrinfo.c",
        "src/unix/getnameinfo.c",
        "src/unix/linux.c",
        "src/unix/loop-watcher.c",
        "src/unix/loop.c",
        "src/unix/pipe.c",
        "src/unix/poll.c",
        "src/unix/process.c",
        "src/unix/procfs-exepath.c",
        "src/unix/proctitle.c",
        "src/unix/random-devurandom.c",
        "src/unix/random-getrandom.c",
        "src/unix/random-sysctl-linux.c",
        "src/unix/signal.c",
        "src/unix/stream.c",
        "src/unix/tcp.c",
        "src/unix/thread.c",
        "src/unix/tty.c",
        "src/unix/udp.c",
        "src/uv-common.c",
        "src/uv-data-getter-setters.c",
        "src/version.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.