The Swift Package Index logo.Swift Package Index

Build Information

Successful build of apple-device-information, reference 1.12.0 (3e5fa9), with Swift 6.0 for macOS (SPM) on 26 Mar 2026 00:14:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/apple-device-information.git
Reference: 1.12.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sersoft-gmbh/apple-device-information
 * tag               1.12.0     -> FETCH_HEAD
HEAD is now at 3e5fa98 Add support for Swift 6.3, add more devices
Cloned https://github.com/sersoft-gmbh/apple-device-information.git
Revision (git rev-parse @):
3e5fa985f80beb866b0c8adfe3ca76b87ca4db75
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sersoft-gmbh/apple-device-information.git at 1.12.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sersoft-gmbh/apple-device-information.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/20] Compiling Sysctl ValueTypes.swift
[7/20] Compiling Sysctl SysctlFuncs.swift
[8/21] Compiling Sysctl User.swift
[9/21] Compiling Sysctl MachineDependent.swift
[10/21] Compiling Sysctl IPv4.swift
[11/21] Compiling Sysctl IPv6.swift
[12/21] Compiling Sysctl Network.swift
[13/21] Compiling Sysctl VirtualMemory.swift
[14/21] Compiling Sysctl SystemControl.swift
[15/21] Compiling Sysctl Hardware.swift
[16/21] Compiling Sysctl Kernel.swift
[17/21] Compiling Sysctl Container.swift
[18/21] Compiling Sysctl Field.swift
[19/21] Emitting module Sysctl
[20/21] Compiling Sysctl Namespace.swift
[21/21] Compiling Sysctl ValueRepresentable.swift
[22/24] Compiling DeviceInformation PlatformIdentifiers.swift
[23/24] Emitting module DeviceInformation
[24/24] Compiling DeviceInformation DeviceInfo.swift
Build complete! (26.92s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/sersoft-gmbh/swift-sysctl
[1/2171] Fetching swift-docc-plugin
[88/8610] Fetching swift-docc-plugin, swift-sysctl
Fetched https://github.com/apple/swift-docc-plugin from cache (1.28s)
Fetched https://github.com/sersoft-gmbh/swift-sysctl from cache (1.28s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.99s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Computing version for https://github.com/sersoft-gmbh/swift-sysctl
Computed https://github.com/sersoft-gmbh/swift-sysctl at 1.12.0 (0.45s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/sersoft-gmbh/swift-sysctl
Working copy of https://github.com/sersoft-gmbh/swift-sysctl resolved at 1.12.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-sysctl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sersoft-gmbh/swift-sysctl"
    }
  ],
  "manifest_display_name" : "apple-device-information",
  "name" : "apple-device-information",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DeviceInformation",
      "targets" : [
        "DeviceInformation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeviceInformationTests",
      "module_type" : "SwiftTarget",
      "name" : "DeviceInformationTests",
      "path" : "Tests/DeviceInformationTests",
      "product_dependencies" : [
        "Sysctl"
      ],
      "sources" : [
        "DeviceInfoTests.swift"
      ],
      "target_dependencies" : [
        "DeviceInformation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeviceInformation",
      "module_type" : "SwiftTarget",
      "name" : "DeviceInformation",
      "path" : "Sources/DeviceInformation",
      "product_dependencies" : [
        "Sysctl"
      ],
      "product_memberships" : [
        "DeviceInformation"
      ],
      "sources" : [
        "DeviceInfo.swift",
        "PlatformIdentifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.