The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of OSInfo, reference 1.0.2 (fa5164), with Swift 5.10 for macOS (SPM) on 2 Mar 2025 23:25:10 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.60.1
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:             5.10
Building package at path:  $PWD
https://github.com/MarcoEidinger/OSInfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Compiling OSInfo OS.swift
[4/5] Emitting module OSInfo
[5/5] Compiling OSInfo OperatingSystemVersion+Extensions.swift
Build complete! (5.72s)
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.