The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OSInfo, reference 1.0.2 (fa5164), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 05:47:06 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarcoEidinger/OSInfo.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MarcoEidinger/OSInfo
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at fa5164a fix: add Sendable (#3)
Cloned https://github.com/MarcoEidinger/OSInfo.git
Revision (git rev-parse @):
fa5164afc8ef56c3069728629647f140c03933f5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MarcoEidinger/OSInfo.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MarcoEidinger/OSInfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling OSInfo OS.swift
[4/5] Compiling OSInfo OperatingSystemVersion+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/OSInfo/OperatingSystemVersion+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension OperatingSystemVersion: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     /// SemVer string (format of "*major*.*minor*.*patch*")
 5 |     ///
[5/5] Emitting module OSInfo
/Users/admin/builder/spi-builder-workspace/Sources/OSInfo/OperatingSystemVersion+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension OperatingSystemVersion: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     /// SemVer string (format of "*major*.*minor*.*patch*")
 5 |     ///
Build complete! (3.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OSInfo",
  "name" : "OSInfo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OSInfo",
      "targets" : [
        "OSInfo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSInfoTests",
      "module_type" : "SwiftTarget",
      "name" : "OSInfoTests",
      "path" : "Tests/OSInfoTests",
      "sources" : [
        "OSTests.swift"
      ],
      "target_dependencies" : [
        "OSInfo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSInfo",
      "module_type" : "SwiftTarget",
      "name" : "OSInfo",
      "path" : "Sources/OSInfo",
      "product_memberships" : [
        "OSInfo"
      ],
      "sources" : [
        "OS.swift",
        "OperatingSystemVersion+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.