The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DyldPrivate, reference main (a95a7a), with Swift 6.2 for Linux on 17 Apr 2026 03:25:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lynnswap/DyldPrivate.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/lynnswap/DyldPrivate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a95a7a2 Add Apple Public Source License 2.0 (inherited from apple-oss-distributions/dyld)
Cloned https://github.com/lynnswap/DyldPrivate.git
Revision (git rev-parse @):
a95a7a260b90518a4d1e6d23760b5643914bd3f5
SUCCESS checkout https://github.com/lynnswap/DyldPrivate.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/lynnswap/DyldPrivate.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
70792468e643: Already exists
2521d23ac137: Pulling fs layer
3d9fb754d0d6: Pulling fs layer
ea0eeaf1e494: Pulling fs layer
a79bed1e5017: Pulling fs layer
76117bfd171b: Pulling fs layer
2b7f451e59e0: Pulling fs layer
05af6fc29f66: Pulling fs layer
a79bed1e5017: Waiting
76117bfd171b: Waiting
2b7f451e59e0: Waiting
05af6fc29f66: Waiting
ea0eeaf1e494: Verifying Checksum
ea0eeaf1e494: Download complete
a79bed1e5017: Verifying Checksum
a79bed1e5017: Download complete
76117bfd171b: Verifying Checksum
76117bfd171b: Download complete
2b7f451e59e0: Verifying Checksum
2b7f451e59e0: Download complete
2521d23ac137: Download complete
05af6fc29f66: Verifying Checksum
05af6fc29f66: Download complete
2521d23ac137: Pull complete
3d9fb754d0d6: Verifying Checksum
3d9fb754d0d6: Download complete
3d9fb754d0d6: Pull complete
ea0eeaf1e494: Pull complete
a79bed1e5017: Pull complete
76117bfd171b: Pull complete
2b7f451e59e0: Pull complete
05af6fc29f66: Pull complete
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Downloaded newer image for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/1] Compiling DyldPrivate dummy.c
Build complete! (0.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DyldPrivate",
  "name" : "DyldPrivate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DyldPrivate",
      "targets" : [
        "DyldPrivate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DyldPrivateTests",
      "module_type" : "SwiftTarget",
      "name" : "DyldPrivateTests",
      "path" : "Tests/DyldPrivateTests",
      "sources" : [
        "DyldPrivateTests.swift"
      ],
      "target_dependencies" : [
        "DyldPrivate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DyldPrivate",
      "module_type" : "ClangTarget",
      "name" : "DyldPrivate",
      "path" : "Sources/DyldPrivate",
      "product_memberships" : [
        "DyldPrivate"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.