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 v2.11.0 (b5ad72), with Swift 5.10 for macOS (SPM) on 23 Oct 2025 05:30:22 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kudit/Device.git
Reference: v2.11.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kudit/Device
 * tag               v2.11.0    -> FETCH_HEAD
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 v2.11.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/kudit/Device.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Copying SymbolAssets.xcassets
[4/5] Write swift-version-33747A42983211AE.txt
[6/50] Compiling Compatibility OrderedSet.swift
[7/50] Compiling Compatibility String.swift
[8/50] Compiling Compatibility Threading.swift
[9/50] Compiling Compatibility URL.swift
[10/50] Compiling Compatibility Version.swift
[11/54] Compiling Compatibility Network.swift
[12/54] Compiling Compatibility ObservableObject.swift
[13/54] Compiling Compatibility Shell.swift
[14/54] Compiling Compatibility Test.swift
[15/54] Compiling Compatibility UserDefaultsBacked.swift
[16/54] Emitting module Compatibility
[17/54] Compiling Compatibility CodingMixedTypes.swift
[18/54] Compiling Compatibility CodingParameters.swift
[19/54] Compiling Compatibility Date.swift
[20/54] Compiling Compatibility DateString.swift
[21/54] Compiling Compatibility Dictionary.swift
[22/54] Compiling Compatibility CloudStorageSync.swift
[23/54] Compiling Compatibility DataStore.swift
[24/54] Compiling Compatibility Debug.swift
[25/54] Compiling Compatibility FileManager.swift
[26/54] Compiling Compatibility Graphics.swift
[27/54] Compiling Compatibility Compatibility.swift
[28/54] Compiling Compatibility Application.swift
[29/54] Compiling Compatibility Bundle.swift
[30/54] Compiling Compatibility CloudStatus.swift
[31/54] Compiling Compatibility CloudStorage.swift
[32/54] Compiling Compatibility Menu.swift
[33/54] Compiling Compatibility OverlappingStack.swift
[34/54] Compiling Compatibility Pasteboard.swift
[35/54] Compiling Compatibility RadialLayout.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 Double.swift
[42/54] Compiling Compatibility Enum.swift
[43/54] Compiling Compatibility Int.swift
[44/54] Compiling Compatibility Introspection.swift
[45/54] Compiling Compatibility OrderedDictionary.swift
[46/54] Compiling Compatibility AdaptiveLayouts.swift
[47/54] Compiling Compatibility Backport.swift
[48/54] Compiling Compatibility BytesView.swift
[49/54] Compiling Compatibility ClearableTextField.swift
[50/54] Compiling Compatibility Embossed.swift
[51/54] Compiling Compatibility Placard.swift
[52/54] Compiling Compatibility Triangle.swift
[53/54] Compiling Compatibility SwiftUI.swift
[54/54] Compiling Compatibility TestUI.swift
[55/61] Compiling Color Compatibility.swift
[56/61] Compiling Color CSSColors.swift
[57/61] Compiling Color Colorsets.swift
[58/61] Compiling Color Codable.swift
[59/61] Compiling Color Color.swift
[60/61] Emitting module Color
[61/61] Compiling Color ColorUI.swift
[62/88] Compiling Device Screenshot.swift
[63/88] Compiling Device StorageInfoView.swift
[64/88] Compiling Device Symbols.swift
[65/90] Compiling Device SystemInfoView.swift
[66/90] Compiling Device Version.swift
[67/90] Compiling Device AppleVision.swift
[68/90] Compiling Device AppleWatches.swift
[69/90] Compiling Device HomePods.swift
[70/90] Compiling Device AttributeListView.swift
[71/90] Compiling Device Battery.swift
[72/90] Compiling Device BatteryView.swift
[73/90] Compiling Device DeviceInfoView.swift
[74/90] Compiling Device DeviceKitBridge.swift
[75/90] Compiling Device EnvironmentsView.swift
[76/90] Compiling Device ViewExtensions.swift
[77/90] Compiling Device resource_bundle_accessor.swift
[78/90] Compiling Device For Compatibility.swift
[79/90] Compiling Device Hardware.swift
[80/90] Compiling Device AppleTVs.swift
[81/90] Compiling Device iPods.swift
[82/90] Compiling Device Screen.swift
[83/90] Compiling Device ScreenInfoView.swift
[84/90] Compiling Device CurrentDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:60:35: warning: unknown operating system for build configuration 'os'
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:60:35: note: did you mean 'WASI'?
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^~~~
                                  WASI
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:638:35: warning: unknown operating system for build configuration 'os'
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:638:35: note: did you mean 'WASI'?
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^~~~
                                  WASI
[85/90] Compiling Device CurrentDeviceInfoView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:60:35: warning: unknown operating system for build configuration 'os'
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:60:35: note: did you mean 'WASI'?
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^~~~
                                  WASI
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:638:35: warning: unknown operating system for build configuration 'os'
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:638:35: note: did you mean 'WASI'?
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^~~~
                                  WASI
[86/90] Compiling Device Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:60:35: warning: unknown operating system for build configuration 'os'
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:60:35: note: did you mean 'WASI'?
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^~~~
                                  WASI
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:638:35: warning: unknown operating system for build configuration 'os'
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:638:35: note: did you mean 'WASI'?
#if canImport(Foundation) && !(os(WASM) || os(WASI)) // not available in WASM?
                                  ^~~~
                                  WASI
[87/90] Compiling Device Macs.swift
[88/90] Compiling Device iPads.swift
[89/90] Compiling Device iPhones.swift
[90/90] Emitting module Device
Build complete! (20.65s)
Fetching https://github.com/kudit/Color
[1/829] Fetching color
Fetched https://github.com/kudit/Color from cache (1.57s)
Computing version for https://github.com/kudit/Color
Computed https://github.com/kudit/Color at 1.4.0 (0.34s)
Fetching https://github.com/kudit/Compatibility
[1/2740] Fetching compatibility
Fetched https://github.com/kudit/Compatibility from cache (1.17s)
Computing version for https://github.com/kudit/Compatibility
Computed https://github.com/kudit/Compatibility at 1.12.0 (0.33s)
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.