The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DeviceDetector, reference main (07478b), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 01:31:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShawnBaek/DeviceDetector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ShawnBaek/DeviceDetector
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 07478bf Add macOS support via conditional UIKit compilation
Cloned https://github.com/ShawnBaek/DeviceDetector.git
Revision (git rev-parse @):
07478bfa89ce0d7c4d10d201c7f41d133f007b29
SUCCESS checkout https://github.com/ShawnBaek/DeviceDetector.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "devicedetector",
      "name": "DeviceDetector",
      "url": "https://github.com/ShawnBaek/DeviceDetector.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DeviceDetector",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ShawnBaek/DeviceDetector.git
[1/334] Fetching devicedetector
Fetched https://github.com/ShawnBaek/DeviceDetector.git from cache (0.97s)
Creating working copy for https://github.com/ShawnBaek/DeviceDetector.git
Working copy of https://github.com/ShawnBaek/DeviceDetector.git resolved at main (07478bf)
warning: '.resolve-product-dependencies': dependency 'devicedetector' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ShawnBaek/DeviceDetector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying Device.plist
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Compiling DeviceDetector DeviceDetector.swift
[5/8] Compiling DeviceDetector DeviceOptionSet.swift
[6/8] Emitting module DeviceDetector
[7/8] Compiling DeviceDetector UIDevice+Extension.swift
[8/8] Compiling DeviceDetector resource_bundle_accessor.swift
Build complete! (3.94s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DeviceDetector",
  "name" : "DeviceDetector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "DeviceDetector",
      "targets" : [
        "DeviceDetector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeviceDetectorTests",
      "module_type" : "SwiftTarget",
      "name" : "DeviceDetectorTests",
      "path" : "Tests/DeviceDetectorTests",
      "sources" : [
        "DeviceDetectorTests.swift"
      ],
      "target_dependencies" : [
        "DeviceDetector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeviceDetector",
      "module_type" : "SwiftTarget",
      "name" : "DeviceDetector",
      "path" : "Sources/DeviceDetector",
      "product_memberships" : [
        "DeviceDetector"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/Resources/Device.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DeviceDetector.swift",
        "DeviceOptionSet.swift",
        "UIDevice+Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.