Build Information
Successful build of OSInfo, reference main (fa5164
), with Swift 5.9 for macOS (SPM) on 2 Mar 2025 23:25:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MarcoEidinger/OSInfo
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/MarcoEidinger/OSInfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling OSInfo OperatingSystemVersion+Extensions.swift
[2/3] Compiling OSInfo OS.swift
[3/3] Emitting module OSInfo
Build complete! (6.14s)
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.