Build Information
Successful build of Duration, reference 1.0.0 (f79109
), with Swift 5.10 for macOS (SPM) on 7 Dec 2024 07:33:01 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.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/longinius/swift-duration.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/longinius/swift-duration
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at f791096 docs: update usage and installation
Cloned https://github.com/longinius/swift-duration.git
Revision (git rev-parse @):
f791096071b85c1c8781f6ab52b1b4e45c0de819
SUCCESS checkout https://github.com/longinius/swift-duration.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/longinius/swift-duration.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/6] Compiling Duration DurationError.swift
[4/6] Compiling Duration Parser.swift
[5/6] Emitting module Duration
[6/6] Compiling Duration Duration.swift
Build complete! (5.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Duration",
"name" : "Duration",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Duration",
"targets" : [
"Duration"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DurationTests",
"module_type" : "SwiftTarget",
"name" : "DurationTests",
"path" : "Tests",
"sources" : [
"DurationTests/DurationCodableTests.swift",
"DurationTests/DurationTests.swift"
],
"target_dependencies" : [
"Duration"
],
"type" : "test"
},
{
"c99name" : "Duration",
"module_type" : "SwiftTarget",
"name" : "Duration",
"path" : "Sources/Duration",
"product_memberships" : [
"Duration"
],
"sources" : [
"Duration.swift",
"DurationError.swift",
"Parser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.