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 DLKit, reference main (861993), with Swift 6.0 for Linux on 23 Mar 2025 18:27:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/DLKit.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/johnno1962/DLKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8619936 Remove warning.
Cloned https://github.com/johnno1962/DLKit.git
Revision (git rev-parse @):
8619936ecb668618f95fe1507325ac6ee9710d5a
SUCCESS checkout https://github.com/johnno1962/DLKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/johnno1962/DLKit.git
https://github.com/johnno1962/DLKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fishhook",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/fishhook"
    }
  ],
  "manifest_display_name" : "DLKit",
  "name" : "DLKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DLKit",
      "targets" : [
        "DLKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLKitC",
      "targets" : [
        "DLKitC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLKitD",
      "targets" : [
        "DLKitD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLKitCD",
      "targets" : [
        "DLKitCD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DLKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DLKitTests",
      "path" : "Tests/DLKitTests",
      "sources" : [
        "DLKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DLKitD",
      "module_type" : "SwiftTarget",
      "name" : "DLKitD",
      "path" : "Sources/DLKitD",
      "product_dependencies" : [
        "fishhookD"
      ],
      "product_memberships" : [
        "DLKitD"
      ],
      "sources" : [
        "DLKit.swift",
        "Demangling.swift",
        "FileSymbols.swift",
        "ImageSymbols.swift",
        "Interposing.swift",
        "Iterators.swift"
      ],
      "target_dependencies" : [
        "DLKitCD"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLKitCD",
      "module_type" : "ClangTarget",
      "name" : "DLKitCD",
      "path" : "Sources/DLKitCD",
      "product_dependencies" : [
        "fishhookD"
      ],
      "product_memberships" : [
        "DLKitD",
        "DLKitCD"
      ],
      "sources" : [
        "DLKitC.c",
        "trie_dladdr.mm",
        "trie_dlops.mm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLKitC",
      "module_type" : "ClangTarget",
      "name" : "DLKitC",
      "path" : "Sources/DLKitC",
      "product_memberships" : [
        "DLKit",
        "DLKitC"
      ],
      "sources" : [
        "DLKitC.c",
        "trie_dladdr.mm",
        "trie_dlops.mm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLKit",
      "module_type" : "SwiftTarget",
      "name" : "DLKit",
      "path" : "Sources/DLKit",
      "product_dependencies" : [
        "fishhook"
      ],
      "product_memberships" : [
        "DLKit"
      ],
      "sources" : [
        "DLKit.swift",
        "Demangling.swift",
        "FileSymbols.swift",
        "ImageSymbols.swift",
        "Interposing.swift",
        "Iterators.swift"
      ],
      "target_dependencies" : [
        "DLKitC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/johnno1962/fishhook
[1/169] Fetching fishhook
Fetched https://github.com/johnno1962/fishhook from cache (0.17s)
Computing version for https://github.com/johnno1962/fishhook
Computed https://github.com/johnno1962/fishhook at 1.2.1 (1.08s)
Creating working copy for https://github.com/johnno1962/fishhook
Working copy of https://github.com/johnno1962/fishhook resolved at 1.2.1
Building for debugging...
[0/11] Write sources
[1/11] Compiling fishhookD fishhook.c
[2/11] Compiling DLKitCD DLKitC.c
[3/11] Write sources
[4/11] Compiling DLKitCD trie_dlops.mm
[5/11] Compiling DLKitCD trie_dladdr.mm
[6/11] Compiling DLKitC trie_dlops.mm
[7/11] Compiling DLKitC trie_dladdr.mm
[8/11] Compiling DLKitC DLKitC.c
[9/11] Compiling fishhook fishhook.c
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/25] Compiling DLKit Interposing.swift
[13/25] Compiling DLKit Iterators.swift
[14/25] Compiling DLKit ImageSymbols.swift
[15/25] Compiling DLKit FileSymbols.swift
[16/25] Compiling DLKitD FileSymbols.swift
[17/25] Compiling DLKitD ImageSymbols.swift
[18/25] Compiling DLKitD Demangling.swift
[19/25] Compiling DLKitD Interposing.swift
[20/25] Compiling DLKitD Iterators.swift
[21/25] Emitting module DLKit
[22/25] Compiling DLKit Demangling.swift
[23/25] Compiling DLKit DLKit.swift
[25/26] Compiling DLKitD DLKit.swift
[26/26] Emitting module DLKitD
Build complete! (9.20s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fishhook",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/fishhook"
    }
  ],
  "manifest_display_name" : "DLKit",
  "name" : "DLKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DLKit",
      "targets" : [
        "DLKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLKitC",
      "targets" : [
        "DLKitC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLKitD",
      "targets" : [
        "DLKitD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLKitCD",
      "targets" : [
        "DLKitCD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DLKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DLKitTests",
      "path" : "Tests/DLKitTests",
      "sources" : [
        "DLKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DLKitD",
      "module_type" : "SwiftTarget",
      "name" : "DLKitD",
      "path" : "Sources/DLKitD",
      "product_dependencies" : [
        "fishhookD"
      ],
      "product_memberships" : [
        "DLKitD"
      ],
      "sources" : [
        "DLKit.swift",
        "Demangling.swift",
        "FileSymbols.swift",
        "ImageSymbols.swift",
        "Interposing.swift",
        "Iterators.swift"
      ],
      "target_dependencies" : [
        "DLKitCD"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLKitCD",
      "module_type" : "ClangTarget",
      "name" : "DLKitCD",
      "path" : "Sources/DLKitCD",
      "product_dependencies" : [
        "fishhookD"
      ],
      "product_memberships" : [
        "DLKitD",
        "DLKitCD"
      ],
      "sources" : [
        "DLKitC.c",
        "trie_dladdr.mm",
        "trie_dlops.mm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLKitC",
      "module_type" : "ClangTarget",
      "name" : "DLKitC",
      "path" : "Sources/DLKitC",
      "product_memberships" : [
        "DLKit",
        "DLKitC"
      ],
      "sources" : [
        "DLKitC.c",
        "trie_dladdr.mm",
        "trie_dlops.mm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLKit",
      "module_type" : "SwiftTarget",
      "name" : "DLKit",
      "path" : "Sources/DLKit",
      "product_dependencies" : [
        "fishhook"
      ],
      "product_memberships" : [
        "DLKit"
      ],
      "sources" : [
        "DLKit.swift",
        "Demangling.swift",
        "FileSymbols.swift",
        "ImageSymbols.swift",
        "Interposing.swift",
        "Iterators.swift"
      ],
      "target_dependencies" : [
        "DLKitC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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
Done.