Build Information
Successful build of Aesthete, reference main (b283a4
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 01:47:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/Aesthete.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/btfranklin/Aesthete
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b283a45 Update README.md to remove reference to playgrounds
Cloned https://github.com/btfranklin/Aesthete.git
Revision (git rev-parse @):
b283a45fb53b01e948ce63ee1161369bb6e740d0
SUCCESS checkout https://github.com/btfranklin/Aesthete.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/btfranklin/Aesthete.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Emitting module ControlledChaos
[5/9] Compiling ControlledChaos RandomItemBag.swift
[6/9] Compiling ControlledChaos Bool+randomProbability.swift
[7/9] Compiling ControlledChaos Double+randomGaussian.swift
[8/9] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[9/9] Compiling ControlledChaos ProbabilityGroup.swift
[10/47] Emitting module Aesthete
[11/51] Compiling Aesthete ColorScheme+makeShades.swift
[12/51] Compiling Aesthete ColorScheme+makeSplitComplementary.swift
[13/51] Compiling Aesthete ColorScheme+makeTriadic.swift
[14/51] Compiling Aesthete ColorScheme.swift
[15/51] Compiling Aesthete ColorScheme+makeAccentedAnalogous.swift
[16/51] Compiling Aesthete ColorScheme+makeAnalogous.swift
[17/51] Compiling Aesthete ColorScheme+makeComplementary.swift
[18/51] Compiling Aesthete ColorScheme+makeCompound.swift
[19/51] Compiling Aesthete ColorScheme+makeMonochromatic.swift
[20/51] Compiling Aesthete Pathlet.swift
[21/51] Compiling Aesthete QuadCurve.swift
[22/51] Compiling Aesthete Rectangle.swift
[23/51] Compiling Aesthete TransformedBy.swift
[24/51] Compiling Aesthete Curve.swift
[25/51] Compiling Aesthete Ellipse.swift
[26/51] Compiling Aesthete EmptyPath.swift
[27/51] Compiling Aesthete Line.swift
[28/51] Compiling Aesthete Path.swift
[29/51] Compiling Aesthete PathBuilder.swift
[30/51] Compiling Aesthete PathComponent.swift
[31/51] Compiling Aesthete Pathlet+Codable.swift
[32/51] Compiling Aesthete NSImage+drawKeepingAspectRatio.swift
[33/51] Compiling Aesthete HorizontalBaseTriangle.swift
[34/51] Compiling Aesthete RepeatableForm.swift
[35/51] Compiling Aesthete RepeatableLinearForm.swift
[36/51] Compiling Aesthete CGFloat+randomGaussian.swift
[37/51] Compiling Aesthete CGPath+contains.swift
[38/51] Compiling Aesthete CGPoint+distanceTo.swift
[39/51] Compiling Aesthete CGPoint+random.swift
[40/51] Compiling Aesthete SymbolicForm.swift
[41/51] Compiling Aesthete Triangle.swift
[42/51] Compiling Aesthete Arc.swift
[43/51] Compiling Aesthete CompositePath.swift
[44/51] Compiling Aesthete CGRect+corners and edges.swift
[45/51] Compiling Aesthete CGRect+intersects.swift
[46/51] Compiling Aesthete CGRect+orientation.swift
[47/51] Compiling Aesthete CGRect+randomlyDivide.swift
[48/51] Compiling Aesthete HSBAColor.swift
[49/51] Compiling Aesthete CompositeDrawable.swift
[50/51] Compiling Aesthete Drawable.swift
[51/51] Compiling Aesthete CGColor+lightness.swift
Build complete! (10.46s)
Fetching https://github.com/btfranklin/ControlledChaos
[1/125] Fetching controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos from cache (0.60s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (1.18s)
Creating working copy for https://github.com/btfranklin/ControlledChaos
Working copy of https://github.com/btfranklin/ControlledChaos resolved at 1.3.2
Build complete.
{
"dependencies" : [
{
"identity" : "controlledchaos",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/btfranklin/ControlledChaos"
}
],
"manifest_display_name" : "Aesthete",
"name" : "Aesthete",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "Aesthete",
"targets" : [
"Aesthete"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AestheteTests",
"module_type" : "SwiftTarget",
"name" : "AestheteTests",
"path" : "Tests/AestheteTests",
"sources" : [
"Color Schemes/Accented Analogous ColorSchemeTests.swift",
"Color Schemes/Analogous ColorSchemeTests.swift",
"Color Schemes/Complementary ColorSchemeTests.swift",
"Color Schemes/Compound ColorSchemeTests.swift",
"Color Schemes/HSBAColorTests.swift",
"Color Schemes/Monochromatic ColorSchemeTests.swift",
"Color Schemes/Shades ColorSchemeTests.swift",
"Color Schemes/Split Complementary ColorSchemeTests.swift",
"Color Schemes/Triadic ColorSchemeTests.swift",
"Extensions/CGColorExtensionTests.swift",
"Extensions/CGFloatExtensionTests.swift",
"Extensions/CGPointExtensionTests.swift",
"Extensions/CGRectExtensionTests.swift",
"Forms/HorizontalBaseTriangleTests.swift",
"Forms/TriangleTests.swift",
"Paths/PathletTests.swift"
],
"target_dependencies" : [
"Aesthete"
],
"type" : "test"
},
{
"c99name" : "Aesthete",
"module_type" : "SwiftTarget",
"name" : "Aesthete",
"path" : "Sources/Aesthete",
"product_dependencies" : [
"ControlledChaos"
],
"product_memberships" : [
"Aesthete"
],
"sources" : [
"Color Schemes/ColorScheme+makeAccentedAnalogous.swift",
"Color Schemes/ColorScheme+makeAnalogous.swift",
"Color Schemes/ColorScheme+makeComplementary.swift",
"Color Schemes/ColorScheme+makeCompound.swift",
"Color Schemes/ColorScheme+makeMonochromatic.swift",
"Color Schemes/ColorScheme+makeShades.swift",
"Color Schemes/ColorScheme+makeSplitComplementary.swift",
"Color Schemes/ColorScheme+makeTriadic.swift",
"Color Schemes/ColorScheme.swift",
"Color Schemes/HSBAColor.swift",
"CompositeDrawable.swift",
"Drawable.swift",
"Extensions/CGColor+lightness.swift",
"Extensions/CGFloat+randomGaussian.swift",
"Extensions/CGPath+contains.swift",
"Extensions/CGPoint+distanceTo.swift",
"Extensions/CGPoint+random.swift",
"Extensions/CGRect+corners and edges.swift",
"Extensions/CGRect+intersects.swift",
"Extensions/CGRect+orientation.swift",
"Extensions/CGRect+randomlyDivide.swift",
"Extensions/NSImage+drawKeepingAspectRatio.swift",
"Forms/HorizontalBaseTriangle.swift",
"Forms/RepeatableForm.swift",
"Forms/RepeatableLinearForm.swift",
"Forms/SymbolicForm.swift",
"Forms/Triangle.swift",
"Paths/Arc.swift",
"Paths/CompositePath.swift",
"Paths/Curve.swift",
"Paths/Ellipse.swift",
"Paths/EmptyPath.swift",
"Paths/Line.swift",
"Paths/Path.swift",
"Paths/PathBuilder.swift",
"Paths/PathComponent.swift",
"Paths/Pathlet+Codable.swift",
"Paths/Pathlet.swift",
"Paths/QuadCurve.swift",
"Paths/Rectangle.swift",
"Paths/TransformedBy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.