Build Information
Successful build of PathBuilder, reference 2.1.0 (324729
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 17:20:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkj-is/PathBuilder.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/PathBuilder
* tag 2.1.0 -> FETCH_HEAD
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 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "pathbuilder",
"name": "PathBuilder",
"url": "https://github.com/mkj-is/PathBuilder.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathBuilder",
"dependencies": [
]
}
]
}
Fetching https://github.com/mkj-is/PathBuilder.git
[1/392] Fetching pathbuilder
Fetched https://github.com/mkj-is/PathBuilder.git from cache (0.70s)
Creating working copy for https://github.com/mkj-is/PathBuilder.git
Working copy of https://github.com/mkj-is/PathBuilder.git resolved at 2.1.0 (3247299)
warning: '.resolve-product-dependencies': dependency 'pathbuilder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mkj-is/PathBuilder.git
https://github.com/mkj-is/PathBuilder.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/21] Compiling PathBuilder Loop.swift
[4/21] Compiling PathBuilder Move.swift
[5/21] Compiling PathBuilder Oval.swift
[6/21] Compiling PathBuilder QuadCurve.swift
[7/21] Compiling PathBuilder RoundedRect.swift
[8/21] Compiling PathBuilder Subpath.swift
[9/21] Compiling PathBuilder Line.swift
[10/21] Compiling PathBuilder Lines.swift
[11/21] Compiling PathBuilder Rect.swift
[12/21] Compiling PathBuilder RelativeArc.swift
[13/21] Compiling PathBuilder Array+PathComponent.swift
[14/21] Compiling PathBuilder LibraryContent.swift
[15/21] Compiling PathBuilder TangentArc.swift
[16/21] Compiling PathBuilder Path+PathBuilder.swift
[17/21] Compiling PathBuilder Arc.swift
[18/21] Compiling PathBuilder Close.swift
[19/21] Compiling PathBuilder Curve.swift
[20/21] Compiling PathBuilder EmptySubpath.swift
[21/21] Emitting module PathBuilder
[22/23] Compiling PathBuilder PathBuilder.swift
[23/23] Compiling PathBuilder PathComponent.swift
Build complete! (11.08s)
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.