The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OperatingSystemVersion, reference main (bd3c70), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 05:57:11 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/brightdigit/OperatingSystemVersion.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/OperatingSystemVersion
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bd3c70e v1.0.0(#2)
Cloned https://github.com/brightdigit/OperatingSystemVersion.git
Revision (git rev-parse @):
bd3c70eb38da109ec6be9958e80ee495125d3232
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/OperatingSystemVersion.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/brightdigit/OperatingSystemVersion.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 OperatingSystemVersion OperatingSystemVersion+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemVersion/OperatingSystemVersion+Hashable.swift:32:1: warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocols 'Hashable', 'Equatable', 'Comparable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | import Foundation
31 |
32 | extension OperatingSystemVersion:
   | |- warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocols 'Hashable', 'Equatable', 'Comparable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   Hashable,
34 |   Equatable,
[4/5] Emitting module OperatingSystemVersion
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemVersion/OperatingSystemVersion+Codable.swift:32:1: warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocols 'CustomDebugStringConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 30 | import Foundation
 31 |
 32 | extension OperatingSystemVersion:
    | |- warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocols 'CustomDebugStringConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 33 |   Codable,
 34 |   CustomDebugStringConvertible,
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemVersion/OperatingSystemVersion+Hashable.swift:32:1: warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocols 'Hashable', 'Equatable', 'Comparable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | import Foundation
31 |
32 | extension OperatingSystemVersion:
   | |- warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocols 'Hashable', 'Equatable', 'Comparable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   Hashable,
34 |   Equatable,
[5/5] Compiling OperatingSystemVersion OperatingSystemVersion+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemVersion/OperatingSystemVersion+Codable.swift:32:1: warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocols 'CustomDebugStringConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 30 | import Foundation
 31 |
 32 | extension OperatingSystemVersion:
    | |- warning: extension declares a conformance of imported type 'OperatingSystemVersion' to imported protocols 'CustomDebugStringConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 33 |   Codable,
 34 |   CustomDebugStringConvertible,
Build complete! (3.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OperatingSystemVersion",
  "name" : "OperatingSystemVersion",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OperatingSystemVersion",
      "targets" : [
        "OperatingSystemVersion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OperatingSystemVersionTests",
      "module_type" : "SwiftTarget",
      "name" : "OperatingSystemVersionTests",
      "path" : "Tests/OperatingSystemVersionTests",
      "sources" : [
        "OperatingSystemVersionTest.swift"
      ],
      "target_dependencies" : [
        "OperatingSystemVersion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OperatingSystemVersion",
      "module_type" : "SwiftTarget",
      "name" : "OperatingSystemVersion",
      "path" : "Sources/OperatingSystemVersion",
      "product_memberships" : [
        "OperatingSystemVersion"
      ],
      "sources" : [
        "OperatingSystemVersion+Codable.swift",
        "OperatingSystemVersion+Hashable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.