Build Information
Successful build of SwiftSVG, reference main (b77f31), with Swift 6.1 for macOS (SPM) on 19 Feb 2026 06:05:48 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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SwiftSVG.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/SwiftSVG
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b77f31b Adopt Swift-Format (#20)
Cloned https://github.com/richardpiazza/SwiftSVG.git
Revision (git rev-parse @):
b77f31b6ea7d09dae8e8eb41eb6cf94a771eebcb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/SwiftSVG.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/richardpiazza/SwiftSVG.git
https://github.com/richardpiazza/SwiftSVG.git
{
"dependencies" : [
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-testing.git"
},
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.18.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CoreOffice/XMLCoder.git"
},
{
"identity" : "swift2d",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/Swift2D.git"
}
],
"manifest_display_name" : "SwiftSVG",
"name" : "SwiftSVG",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftSVG",
"targets" : [
"SwiftSVG"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftSVGTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSVGTests",
"path" : "Tests/SwiftSVGTests",
"product_dependencies" : [
"Testing"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftSVGTests/Resources/quad01.svg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CommandRepresentableTests.swift",
"Extensions.swift",
"PathDataTests.swift",
"PointTests.swift",
"SVGTests.swift",
"TranformationTests.swift"
],
"target_dependencies" : [
"SwiftSVG"
],
"type" : "test"
},
{
"c99name" : "SwiftSVG",
"module_type" : "SwiftTarget",
"name" : "SwiftSVG",
"path" : "Sources/SwiftSVG",
"product_dependencies" : [
"XMLCoder",
"Swift2D"
],
"product_memberships" : [
"SwiftSVG"
],
"sources" : [
"Circle.swift",
"CommandRepresentable.swift",
"Container.swift",
"CoreAttributes.swift",
"Element.swift",
"Ellipse.swift",
"Extensions/Point+SwiftSVG.swift",
"Fill.swift",
"Group.swift",
"Internal/EllipseProcessor.swift",
"Internal/PathProcessor.swift",
"Internal/PolygonProcressor.swift",
"Internal/PolylineProcessor.swift",
"Internal/RectangleProcessor.swift",
"Line.swift",
"Path.Command.swift",
"Path.Component.swift",
"Path.ComponentParser.swift",
"Path.swift",
"Polygon.swift",
"Polyline.swift",
"PresentationAttributes.swift",
"Rectangle.swift",
"SVG+Swift2D.swift",
"SVG.swift",
"Stroke.swift",
"StylingAttributes.swift",
"Text.swift",
"Transformation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/58] Emitting module XMLCoder
[6/63] Compiling XMLCoder NullBox.swift
[7/63] Compiling XMLCoder SharedBox.swift
[8/63] Compiling XMLCoder SingleKeyedBox.swift
[9/63] Compiling XMLCoder StringBox.swift
[10/63] Compiling XMLCoder UIntBox.swift
[11/63] Compiling Swift2D Size.swift
[12/63] Compiling Swift2D Rect.swift
[13/63] Compiling Swift2D Size+CoreGraphics.swift
[14/63] Compiling Swift2D Point+CoreGraphics.swift
[15/63] Compiling Swift2D Point.swift
[16/63] Emitting module Swift2D
[17/63] Compiling Swift2D Rect+CoreGraphics.swift
[18/63] Compiling XMLCoder URLBox.swift
[19/63] Compiling XMLCoder UnkeyedBox.swift
[20/63] Compiling XMLCoder ValueBox.swift
[21/63] Compiling XMLCoder Element.swift
[22/63] Compiling XMLCoder ElementAndAttribute.swift
[23/63] Compiling XMLCoder Attribute.swift
[24/63] Compiling XMLCoder BoolBox.swift
[25/63] Compiling XMLCoder Box.swift
[26/63] Compiling XMLCoder ChoiceBox.swift
[27/63] Compiling XMLCoder DataBox.swift
[28/63] Compiling XMLCoder DateBox.swift
[29/63] Compiling XMLCoder ISO8601DateFormatter.swift
[30/63] Compiling XMLCoder KeyedStorage.swift
[31/63] Compiling XMLCoder Metatypes.swift
[32/63] Compiling XMLCoder String+Extensions.swift
[33/63] Compiling XMLCoder Utils.swift
[34/63] Compiling XMLCoder XMLEncoderImplementation.swift
[35/63] Compiling XMLCoder XMLEncodingStorage.swift
[36/63] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[37/63] Compiling XMLCoder XMLReferencingEncoder.swift
[38/63] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[39/63] Compiling XMLCoder XMLChoiceCodingKey.swift
[40/63] Compiling XMLCoder XMLCoderElement.swift
[41/63] Compiling XMLCoder XMLDocumentType.swift
[42/63] Compiling XMLCoder XMLHeader.swift
[43/63] Compiling XMLCoder XMLKey.swift
[44/63] Compiling XMLCoder XMLDecoder.swift
[45/63] Compiling XMLCoder XMLDecoderImplementation.swift
[46/63] Compiling XMLCoder XMLDecodingStorage.swift
[47/63] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[48/63] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[49/63] Compiling XMLCoder XMLStackParser.swift
[50/63] Compiling XMLCoder DecodingErrorExtension.swift
[51/63] Compiling XMLCoder DynamicNodeDecoding.swift
[52/63] Compiling XMLCoder SingleValueDecodingContainer.swift
[53/63] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[54/63] Compiling XMLCoder DynamicNodeEncoding.swift
[55/63] Compiling XMLCoder EncodingErrorExtension.swift
[56/63] Compiling XMLCoder SingleValueEncodingContainer.swift
[57/63] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[58/63] Compiling XMLCoder XMLEncoder.swift
[59/63] Compiling XMLCoder DecimalBox.swift
[60/63] Compiling XMLCoder DoubleBox.swift
[61/63] Compiling XMLCoder FloatBox.swift
[62/63] Compiling XMLCoder IntBox.swift
[63/63] Compiling XMLCoder KeyedBox.swift
[64/91] Emitting module SwiftSVG
[65/93] Compiling SwiftSVG EllipseProcessor.swift
[66/93] Compiling SwiftSVG PathProcessor.swift
[67/93] Compiling SwiftSVG PolygonProcressor.swift
[68/93] Compiling SwiftSVG CoreAttributes.swift
[69/93] Compiling SwiftSVG Element.swift
[70/93] Compiling SwiftSVG Ellipse.swift
[71/93] Compiling SwiftSVG Point+SwiftSVG.swift
[72/93] Compiling SwiftSVG Fill.swift
[73/93] Compiling SwiftSVG Group.swift
[74/93] Compiling SwiftSVG SVG.swift
[75/93] Compiling SwiftSVG Stroke.swift
[76/93] Compiling SwiftSVG StylingAttributes.swift
[77/93] Compiling SwiftSVG PolylineProcessor.swift
[78/93] Compiling SwiftSVG RectangleProcessor.swift
[79/93] Compiling SwiftSVG Line.swift
[80/93] Compiling SwiftSVG PresentationAttributes.swift
[81/93] Compiling SwiftSVG Rectangle.swift
[82/93] Compiling SwiftSVG SVG+Swift2D.swift
[83/93] Compiling SwiftSVG Circle.swift
[84/93] Compiling SwiftSVG CommandRepresentable.swift
[85/93] Compiling SwiftSVG Container.swift
[86/93] Compiling SwiftSVG Path.swift
[87/93] Compiling SwiftSVG Polygon.swift
[88/93] Compiling SwiftSVG Polyline.swift
[89/93] Compiling SwiftSVG Path.Command.swift
[90/93] Compiling SwiftSVG Path.Component.swift
[91/93] Compiling SwiftSVG Path.ComponentParser.swift
[92/93] Compiling SwiftSVG Text.swift
[93/93] Compiling SwiftSVG Transformation.swift
Build complete! (18.35s)
Fetching https://github.com/richardpiazza/Swift2D.git
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/swiftlang/swift-testing.git
[1/274] Fetching swift2d
[23/10356] Fetching swift2d, xmlcoder
[10357/44319] Fetching swift2d, xmlcoder, swift-testing
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (2.18s)
Fetched https://github.com/richardpiazza/Swift2D.git from cache (2.18s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (2.18s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (2.70s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (3.05s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (0.62s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.83s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.53s)
Creating working copy for https://github.com/richardpiazza/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.2.1
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.18.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 6.2.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-testing.git"
},
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.18.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CoreOffice/XMLCoder.git"
},
{
"identity" : "swift2d",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/Swift2D.git"
}
],
"manifest_display_name" : "SwiftSVG",
"name" : "SwiftSVG",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftSVG",
"targets" : [
"SwiftSVG"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftSVGTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSVGTests",
"path" : "Tests/SwiftSVGTests",
"product_dependencies" : [
"Testing"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftSVGTests/Resources/quad01.svg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CommandRepresentableTests.swift",
"Extensions.swift",
"PathDataTests.swift",
"PointTests.swift",
"SVGTests.swift",
"TranformationTests.swift"
],
"target_dependencies" : [
"SwiftSVG"
],
"type" : "test"
},
{
"c99name" : "SwiftSVG",
"module_type" : "SwiftTarget",
"name" : "SwiftSVG",
"path" : "Sources/SwiftSVG",
"product_dependencies" : [
"XMLCoder",
"Swift2D"
],
"product_memberships" : [
"SwiftSVG"
],
"sources" : [
"Circle.swift",
"CommandRepresentable.swift",
"Container.swift",
"CoreAttributes.swift",
"Element.swift",
"Ellipse.swift",
"Extensions/Point+SwiftSVG.swift",
"Fill.swift",
"Group.swift",
"Internal/EllipseProcessor.swift",
"Internal/PathProcessor.swift",
"Internal/PolygonProcressor.swift",
"Internal/PolylineProcessor.swift",
"Internal/RectangleProcessor.swift",
"Line.swift",
"Path.Command.swift",
"Path.Component.swift",
"Path.ComponentParser.swift",
"Path.swift",
"Polygon.swift",
"Polyline.swift",
"PresentationAttributes.swift",
"Rectangle.swift",
"SVG+Swift2D.swift",
"SVG.swift",
"Stroke.swift",
"StylingAttributes.swift",
"Text.swift",
"Transformation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.