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 DeviceKit, reference master (513b9d), with Swift 5.9 for macOS (SPM) on 27 Mar 2025 20:32:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devicekit/DeviceKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devicekit/DeviceKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 513b9d7 Update CHANGELOG and README.
Cloned https://github.com/devicekit/DeviceKit.git
Revision (git rev-parse @):
513b9d7e7a1bd46504a1009bbab943b75ce2f195
SUCCESS checkout https://github.com/devicekit/DeviceKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/devicekit/DeviceKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/4] Compiling DeviceKit resource_bundle_accessor.swift
[3/4] Compiling DeviceKit Device.generated.swift
[4/4] Emitting module DeviceKit
Build complete! (6.55s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Tests/Info.plist
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Source/Info.plist
    /Users/admin/builder/spi-builder-workspace/Source/Device.swift.gyb
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DeviceKit",
  "name" : "DeviceKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "DeviceKit",
      "targets" : [
        "DeviceKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DeviceKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DeviceKitTests",
      "path" : "Tests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "DeviceKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeviceKit",
      "module_type" : "SwiftTarget",
      "name" : "DeviceKit",
      "path" : "Source",
      "product_memberships" : [
        "DeviceKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Device.generated.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.