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 Device, reference main (b5ad72), with Swift 6.0 for macOS (SPM) on 23 Oct 2025 05:32:23 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kudit/Device.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kudit/Device
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b5ad721 v2.11.0
Cloned https://github.com/kudit/Device.git
Revision (git rev-parse @):
b5ad72149ddb8e4fd6c036da8e85e989929b293e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kudit/Device.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kudit/Device.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Copying SymbolAssets.xcassets
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/50] Emitting module Compatibility
[7/54] Compiling Compatibility Placard.swift
[8/54] Compiling Compatibility Triangle.swift
[9/54] Compiling Compatibility SwiftUI.swift
[10/54] Compiling Compatibility TestUI.swift
[11/54] Compiling Compatibility CloudStorageSync.swift
[12/54] Compiling Compatibility DataStore.swift
[13/54] Compiling Compatibility Debug.swift
[14/54] Compiling Compatibility FileManager.swift
[15/54] Compiling Compatibility Graphics.swift
[16/54] Compiling Compatibility Double.swift
[17/54] Compiling Compatibility Enum.swift
[18/54] Compiling Compatibility Int.swift
[19/54] Compiling Compatibility Introspection.swift
[20/54] Compiling Compatibility OrderedDictionary.swift
[21/54] Compiling Compatibility OrderedSet.swift
[22/54] Compiling Compatibility String.swift
[23/54] Compiling Compatibility Threading.swift
[24/54] Compiling Compatibility URL.swift
[25/54] Compiling Compatibility Version.swift
[26/54] Compiling Compatibility Network.swift
[27/54] Compiling Compatibility ObservableObject.swift
[28/54] Compiling Compatibility Shell.swift
[29/54] Compiling Compatibility Test.swift
[30/54] Compiling Compatibility UserDefaultsBacked.swift
[31/54] Compiling Compatibility CodingMixedTypes.swift
[32/54] Compiling Compatibility CodingParameters.swift
[33/54] Compiling Compatibility Date.swift
[34/54] Compiling Compatibility DateString.swift
[35/54] Compiling Compatibility Dictionary.swift
[36/54] Compiling Compatibility Array.swift
[37/54] Compiling Compatibility CharacterSet.swift
[38/54] Compiling Compatibility Codable.swift
[39/54] Compiling Compatibility CodingFoundation.swift
[40/54] Compiling Compatibility CodingJSON.swift
[41/54] Compiling Compatibility Menu.swift
[42/54] Compiling Compatibility OverlappingStack.swift
[43/54] Compiling Compatibility Pasteboard.swift
[44/54] Compiling Compatibility RadialLayout.swift
[45/54] Compiling Compatibility Compatibility.swift
[46/54] Compiling Compatibility Application.swift
[47/54] Compiling Compatibility Bundle.swift
[48/54] Compiling Compatibility CloudStatus.swift
[49/54] Compiling Compatibility CloudStorage.swift
[50/54] Compiling Compatibility AdaptiveLayouts.swift
[51/54] Compiling Compatibility Backport.swift
[52/54] Compiling Compatibility BytesView.swift
[53/54] Compiling Compatibility ClearableTextField.swift
[54/54] Compiling Compatibility Embossed.swift
[55/61] Compiling Color Colorsets.swift
[56/61] Compiling Color Color.swift
[57/61] Compiling Color Compatibility.swift
[58/61] Compiling Color CSSColors.swift
[59/61] Emitting module Color
[60/61] Compiling Color ColorUI.swift
[61/61] Compiling Color Codable.swift
[62/88] Compiling Device AttributeListView.swift
[63/88] Compiling Device Battery.swift
[64/88] Compiling Device BatteryView.swift
[65/90] Compiling Device iPods.swift
[66/90] Compiling Device Screen.swift
[67/90] Compiling Device ScreenInfoView.swift
[68/90] Compiling Device For Compatibility.swift
[69/90] Compiling Device Hardware.swift
[70/90] Compiling Device AppleTVs.swift
[71/90] Compiling Device ViewExtensions.swift
[72/90] Compiling Device resource_bundle_accessor.swift
[73/90] Compiling Device Screenshot.swift
[74/90] Compiling Device StorageInfoView.swift
[75/90] Compiling Device Symbols.swift
[76/90] Compiling Device AppleVision.swift
[77/90] Compiling Device AppleWatches.swift
[78/90] Compiling Device HomePods.swift
[79/90] Compiling Device CurrentDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:60:35: warning: unknown operating system for build configuration 'os'
 58 |     /// Use this only as a placeholder for a newly created Mac Device.  Replace with actual value when possible.
 59 |     public static var defaultBlank: DateString {
 60 | #if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
    |                                   |- warning: unknown operating system for build configuration 'os'
    |                                   `- note: did you mean 'WASI'?
 61 |         return DateString(Date.nowBackport.mysqlDate)
 62 | #else
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:638:35: warning: unknown operating system for build configuration 'os'
636 |     /// Note: This `String` is not guaranteed to be stable across versions!  Use an identifier or model number for persistent lookups.  Or use the officialName (though this is also not guaranteed to be stable).  Identifier + CPU combination should be stable.
637 |     public var id: String {
638 | #if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
    |                                   |- warning: unknown operating system for build configuration 'os'
    |                                   `- note: did you mean 'WASI'?
639 |         return "\(identifiers)|\(introduction?.mysqlDate ?? "?")|\(models)|\(officialName)|\(cpu)"
640 | #else
[80/90] Compiling Device CurrentDeviceInfoView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:60:35: warning: unknown operating system for build configuration 'os'
 58 |     /// Use this only as a placeholder for a newly created Mac Device.  Replace with actual value when possible.
 59 |     public static var defaultBlank: DateString {
 60 | #if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
    |                                   |- warning: unknown operating system for build configuration 'os'
    |                                   `- note: did you mean 'WASI'?
 61 |         return DateString(Date.nowBackport.mysqlDate)
 62 | #else
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:638:35: warning: unknown operating system for build configuration 'os'
636 |     /// Note: This `String` is not guaranteed to be stable across versions!  Use an identifier or model number for persistent lookups.  Or use the officialName (though this is also not guaranteed to be stable).  Identifier + CPU combination should be stable.
637 |     public var id: String {
638 | #if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
    |                                   |- warning: unknown operating system for build configuration 'os'
    |                                   `- note: did you mean 'WASI'?
639 |         return "\(identifiers)|\(introduction?.mysqlDate ?? "?")|\(models)|\(officialName)|\(cpu)"
640 | #else
[81/90] Compiling Device Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:60:35: warning: unknown operating system for build configuration 'os'
 58 |     /// Use this only as a placeholder for a newly created Mac Device.  Replace with actual value when possible.
 59 |     public static var defaultBlank: DateString {
 60 | #if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
    |                                   |- warning: unknown operating system for build configuration 'os'
    |                                   `- note: did you mean 'WASI'?
 61 |         return DateString(Date.nowBackport.mysqlDate)
 62 | #else
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:638:35: warning: unknown operating system for build configuration 'os'
636 |     /// Note: This `String` is not guaranteed to be stable across versions!  Use an identifier or model number for persistent lookups.  Or use the officialName (though this is also not guaranteed to be stable).  Identifier + CPU combination should be stable.
637 |     public var id: String {
638 | #if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
    |                                   |- warning: unknown operating system for build configuration 'os'
    |                                   `- note: did you mean 'WASI'?
639 |         return "\(identifiers)|\(introduction?.mysqlDate ?? "?")|\(models)|\(officialName)|\(cpu)"
640 | #else
[82/90] Emitting module Device
[83/90] Compiling Device SystemInfoView.swift
[84/90] Compiling Device Version.swift
[85/90] Compiling Device DeviceInfoView.swift
[86/90] Compiling Device DeviceKitBridge.swift
[87/90] Compiling Device EnvironmentsView.swift
[88/90] Compiling Device Macs.swift
[89/90] Compiling Device iPads.swift
[90/90] Compiling Device iPhones.swift
Build complete! (23.23s)
Fetching https://github.com/kudit/Color
[1/829] Fetching color
Fetched https://github.com/kudit/Color from cache (1.25s)
Computing version for https://github.com/kudit/Color
Computed https://github.com/kudit/Color at 1.4.0 (0.46s)
Fetching https://github.com/kudit/Compatibility
[1/2740] Fetching compatibility
Fetched https://github.com/kudit/Compatibility from cache (1.19s)
Computing version for https://github.com/kudit/Compatibility
Computed https://github.com/kudit/Compatibility at 1.12.0 (0.45s)
Creating working copy for https://github.com/kudit/Color
Working copy of https://github.com/kudit/Color resolved at 1.4.0
Creating working copy for https://github.com/kudit/Compatibility
Working copy of https://github.com/kudit/Compatibility resolved at 1.12.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "color",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kudit/Color"
    }
  ],
  "manifest_display_name" : "Device",
  "name" : "Device",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "11"
    },
    {
      "name" : "watchos",
      "version" : "4"
    },
    {
      "name" : "ios",
      "version" : "11"
    }
  ],
  "products" : [
    {
      "name" : "Device Library",
      "targets" : [
        "Device"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Device",
      "module_type" : "SwiftTarget",
      "name" : "Device",
      "path" : "Sources",
      "product_dependencies" : [
        "Color Library"
      ],
      "product_memberships" : [
        "Device Library"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/SymbolAssets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AttributeListView.swift",
        "Battery.swift",
        "BatteryView.swift",
        "CurrentDevice.swift",
        "CurrentDeviceInfoView.swift",
        "Device.swift",
        "DeviceInfoView.swift",
        "DeviceKitBridge.swift",
        "EnvironmentsView.swift",
        "For Compatibility.swift",
        "Hardware.swift",
        "Models/AppleTVs.swift",
        "Models/AppleVision.swift",
        "Models/AppleWatches.swift",
        "Models/HomePods.swift",
        "Models/Macs.swift",
        "Models/iPads.swift",
        "Models/iPhones.swift",
        "Models/iPods.swift",
        "Screen.swift",
        "ScreenInfoView.swift",
        "Screenshot.swift",
        "StorageInfoView.swift",
        "Symbols.swift",
        "SystemInfoView.swift",
        "Version.swift",
        "ViewExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.