The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DeviceGuru, reference 10.0.11 (0e551a), with Swift 6.1 for macOS (SPM) on 20 Oct 2025 12:36:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/InderKumarRathore/DeviceGuru.git
Reference: 10.0.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/InderKumarRathore/DeviceGuru
 * tag               10.0.11    -> FETCH_HEAD
HEAD is now at 0e551a5 Bumping 10.0.11
Cloned https://github.com/InderKumarRathore/DeviceGuru.git
Revision (git rev-parse @):
0e551a59320f932888513458848021ccc8401881
SUCCESS checkout https://github.com/InderKumarRathore/DeviceGuru.git at 10.0.11
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/InderKumarRathore/DeviceGuru.git
https://github.com/InderKumarRathore/DeviceGuru.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DeviceGuru",
  "name" : "DeviceGuru",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "DeviceGuru",
      "targets" : [
        "DeviceGuru"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeviceGuru",
      "module_type" : "SwiftTarget",
      "name" : "DeviceGuru",
      "path" : "Sources",
      "product_memberships" : [
        "DeviceGuru"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DeviceList.plist",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DeviceGuru.swift",
        "DeviceGuruImplementation+Extension.swift",
        "DeviceGuruImplementation.swift",
        "DeviceVersion.swift",
        "Hardware.swift",
        "HardwareDetailProvider.swift",
        "Platform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[1/4] Copying DeviceList.plist
[2/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/13] Compiling DeviceGuru Hardware.swift
[6/13] Compiling DeviceGuru Platform.swift
[7/13] Compiling DeviceGuru DeviceGuru.swift
[8/13] Compiling DeviceGuru HardwareDetailProvider.swift
[9/13] Compiling DeviceGuru DeviceVersion.swift
[10/13] Compiling DeviceGuru DeviceGuruImplementation.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceGuruImplementation.swift:119:15: error: type of expression is ambiguous without a type annotation
117 |                 }
118 |                 return String(text[range])
119 |             }.first
    |               `- error: type of expression is ambiguous without a type annotation
120 |         } catch let error {
121 |             print("invalid regex: \(error.localizedDescription)")
[11/13] Compiling DeviceGuru resource_bundle_accessor.swift
[12/13] Emitting module DeviceGuru
[13/13] Compiling DeviceGuru DeviceGuruImplementation+Extension.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/10] Compiling DeviceGuru resource_bundle_accessor.swift
[3/10] Compiling DeviceGuru Platform.swift
[4/10] Compiling DeviceGuru DeviceVersion.swift
[5/10] Compiling DeviceGuru HardwareDetailProvider.swift
[6/10] Compiling DeviceGuru Hardware.swift
[7/10] Compiling DeviceGuru DeviceGuruImplementation+Extension.swift
[8/10] Emitting module DeviceGuru
[9/10] Compiling DeviceGuru DeviceGuruImplementation.swift
[10/10] Compiling DeviceGuru DeviceGuru.swift
Build complete! (1.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DeviceGuru",
  "name" : "DeviceGuru",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "DeviceGuru",
      "targets" : [
        "DeviceGuru"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeviceGuru",
      "module_type" : "SwiftTarget",
      "name" : "DeviceGuru",
      "path" : "Sources",
      "product_memberships" : [
        "DeviceGuru"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DeviceList.plist",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DeviceGuru.swift",
        "DeviceGuruImplementation+Extension.swift",
        "DeviceGuruImplementation.swift",
        "DeviceVersion.swift",
        "Hardware.swift",
        "HardwareDetailProvider.swift",
        "Platform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.