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 KL, reference main (637b48), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 07:59:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kennethlaskoski/KL.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kennethlaskoski/KL
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 637b486 Added package resources
Cloned https://github.com/kennethlaskoski/KL.git
Revision (git rev-parse @):
637b486424d338c3bfa262d0c07a47868e27fc1a
SUCCESS checkout https://github.com/kennethlaskoski/KL.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "kl",
      "name": "KL",
      "url": "https://github.com/kennethlaskoski/KL.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KL",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kennethlaskoski/KL.git
[1/82] Fetching kl
Fetched https://github.com/kennethlaskoski/KL.git from cache (0.98s)
Creating working copy for https://github.com/kennethlaskoski/KL.git
Working copy of https://github.com/kennethlaskoski/KL.git resolved at main (637b486)
warning: '.resolve-product-dependencies': dependency 'kl' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kennethlaskoski/KL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Copying Resources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/7] Compiling KL KL.swift
[5/7] Emitting module KL
[6/7] Compiling KL Info.swift
[7/7] Compiling KL resource_bundle_accessor.swift
Build complete! (6.28s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KL",
  "name" : "KL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KL",
      "targets" : [
        "KL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KLTests",
      "module_type" : "SwiftTarget",
      "name" : "KLTests",
      "path" : "Tests/KLTests",
      "sources" : [
        "KLTests.swift"
      ],
      "target_dependencies" : [
        "KL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KL",
      "module_type" : "SwiftTarget",
      "name" : "KL",
      "path" : "Sources/KL",
      "product_memberships" : [
        "KL"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KL/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Info.swift",
        "KL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.