Build Information
Successful build of PathBuilder 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/mkj-is/PathBuilder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/PathBuilder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3247299 Fix failing infinite bounding rect tests
Cloned https://github.com/mkj-is/PathBuilder.git
Revision (git rev-parse @):
3247299dc6c3dc63f3bda1326dc7e08b14566af4
SUCCESS checkout https://github.com/mkj-is/PathBuilder.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/mkj-is/PathBuilder.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/21] Compiling PathBuilder RoundedRect.swift
[4/21] Compiling PathBuilder Subpath.swift
[5/21] Compiling PathBuilder TangentArc.swift
[6/21] Compiling PathBuilder Path+PathBuilder.swift
[7/21] Compiling PathBuilder Oval.swift
[8/21] Compiling PathBuilder QuadCurve.swift
[9/21] Compiling PathBuilder Loop.swift
[10/21] Compiling PathBuilder Move.swift
[11/21] Compiling PathBuilder Array+PathComponent.swift
[12/21] Compiling PathBuilder LibraryContent.swift
[13/21] Emitting module PathBuilder
[14/21] Compiling PathBuilder Line.swift
[15/21] Compiling PathBuilder Lines.swift
[16/21] Compiling PathBuilder Rect.swift
[17/21] Compiling PathBuilder RelativeArc.swift
[18/21] Compiling PathBuilder Arc.swift
[19/21] Compiling PathBuilder Close.swift
[20/21] Compiling PathBuilder Curve.swift
[21/21] Compiling PathBuilder EmptySubpath.swift
[22/23] Compiling PathBuilder PathBuilder.swift
[23/23] Compiling PathBuilder PathComponent.swift
Build complete! (39.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PathBuilder",
"name" : "PathBuilder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PathBuilder",
"targets" : [
"PathBuilder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PathBuilderTests",
"module_type" : "SwiftTarget",
"name" : "PathBuilderTests",
"path" : "Tests/PathBuilderTests",
"sources" : [
"PathBuilderTests.swift"
],
"target_dependencies" : [
"PathBuilder"
],
"type" : "test"
},
{
"c99name" : "PathBuilder",
"module_type" : "SwiftTarget",
"name" : "PathBuilder",
"path" : "Sources/PathBuilder",
"product_memberships" : [
"PathBuilder"
],
"sources" : [
"Array+PathComponent.swift",
"LibraryContent.swift",
"Path components/Arc.swift",
"Path components/Close.swift",
"Path components/Curve.swift",
"Path components/EmptySubpath.swift",
"Path components/Line.swift",
"Path components/Lines.swift",
"Path components/Loop.swift",
"Path components/Move.swift",
"Path components/Oval.swift",
"Path components/QuadCurve.swift",
"Path components/Rect.swift",
"Path components/RelativeArc.swift",
"Path components/RoundedRect.swift",
"Path components/Subpath.swift",
"Path components/TangentArc.swift",
"Path+PathBuilder.swift",
"PathBuilder.swift",
"PathComponent.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.