Build Information
Successful build of DayPeriodFormatter with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FormatterKit/DayPeriodFormatter.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FormatterKit/DayPeriodFormatter
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 96ee018 Update README.md
Cloned https://github.com/FormatterKit/DayPeriodFormatter.git
Revision (git rev-parse @):
96ee018c287d89b2c9b6d9073f34421d15545985
SUCCESS checkout https://github.com/FormatterKit/DayPeriodFormatter.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/FormatterKit/DayPeriodFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/8] Compiling DayPeriodFormatter DayPeriodRuleSet.swift
[4/8] Compiling DayPeriodFormatter DayPeriodRule.swift
[5/8] Compiling DayPeriodFormatter DayPeriod.swift
[6/8] Emitting module DayPeriodFormatter
[7/8] Compiling DayPeriodFormatter DayPeriodFormatter.swift
[8/8] Compiling DayPeriodFormatter DayPeriodFormatter+RuleSets.swift
Build complete! (17.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DayPeriodFormatter",
"name" : "DayPeriodFormatter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DayPeriodFormatter",
"targets" : [
"DayPeriodFormatter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DayPeriodFormatterTests",
"module_type" : "SwiftTarget",
"name" : "DayPeriodFormatterTests",
"path" : "Tests/DayPeriodFormatterTests",
"sources" : [
"DayPeriodFormatterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DayPeriodFormatter"
],
"type" : "test"
},
{
"c99name" : "DayPeriodFormatter",
"module_type" : "SwiftTarget",
"name" : "DayPeriodFormatter",
"path" : "Sources/DayPeriodFormatter",
"product_memberships" : [
"DayPeriodFormatter"
],
"sources" : [
"DayPeriod.swift",
"DayPeriodFormatter+RuleSets.swift",
"DayPeriodFormatter.swift",
"DayPeriodRule.swift",
"DayPeriodRuleSet.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.