The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DeviceKit, reference 5.7.0 (581df6), with Swift 5.10 for macOS (SPM) on 11 Sep 2025 22:29:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devicekit/DeviceKit.git
Reference: 5.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devicekit/DeviceKit
 * tag               5.7.0      -> FETCH_HEAD
HEAD is now at 581df61 Add changelog entry for Apple Pencil fix for iPad Mini (A17 Pro).
Cloned https://github.com/devicekit/DeviceKit.git
Revision (git rev-parse @):
581df61650bc457ec00373a592a84be3e7468eb1
SUCCESS checkout https://github.com/devicekit/DeviceKit.git at 5.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/devicekit/DeviceKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-33747A42983211AE.txt
[4/6] Compiling DeviceKit resource_bundle_accessor.swift
[5/6] Emitting module DeviceKit
[6/6] Compiling DeviceKit Device.generated.swift
Build complete! (5.58s)
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/Device.swift.gyb
    /Users/admin/builder/spi-builder-workspace/Source/Info.plist
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.