Build Information
Successful build of swift-svg-types, reference main (cb174f), with Swift 6.1 for macOS (SPM) on 4 Nov 2025 20:48:36 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-svg-types.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coenttb/swift-svg-types
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cb174fa chore: disable nesting rule for namespacing flexibility
Cloned https://github.com/coenttb/swift-svg-types.git
Revision (git rev-parse @):
cb174faa7419f09c3d84bb20b3acd7bb89927e60
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-types.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-svg-types.git
https://github.com/coenttb/swift-svg-types.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-svg-types",
"name" : "swift-svg-types",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SVGTypes",
"targets" : [
"SVGTypes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGTypesTests",
"module_type" : "SwiftTarget",
"name" : "SVGTypesTests",
"path" : "Tests/SVGTypesTests",
"sources" : [
"ReadmeVerificationTests.swift",
"SVGTypesTests.swift"
],
"target_dependencies" : [
"SVGTypes"
],
"type" : "test"
},
{
"c99name" : "SVGTypes",
"module_type" : "SwiftTarget",
"name" : "SVGTypes",
"path" : "Sources/SVGTypes",
"product_memberships" : [
"SVGTypes"
],
"sources" : [
"Circle.swift",
"ClipPath.swift",
"Defs.swift",
"Ellipse.swift",
"ForeignObject.swift",
"G.swift",
"Image.swift",
"Line.swift",
"LinearGradient.swift",
"Marker.swift",
"Mask.swift",
"Path.swift",
"Pattern.swift",
"Polygon.swift",
"Polyline.swift",
"RadialGradient.swift",
"Rect.swift",
"SVGAttributeType.swift",
"SVGElement.swift",
"SVGElementType.swift",
"SVGLengthUnit.swift",
"SVGPreserveAspectRatio.swift",
"SVGValueTypes.swift",
"Stop.swift",
"Switch.swift",
"Symbol.swift",
"TSpan.swift",
"Text.swift",
"Use.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/30] Emitting module SVGTypes
[4/33] Compiling SVGTypes Image.swift
[5/33] Compiling SVGTypes Line.swift
[6/33] Compiling SVGTypes LinearGradient.swift
[7/33] Compiling SVGTypes Pattern.swift
[8/33] Compiling SVGTypes Polygon.swift
[9/33] Compiling SVGTypes Polyline.swift
[10/33] Compiling SVGTypes Circle.swift
[11/33] Compiling SVGTypes ClipPath.swift
[12/33] Compiling SVGTypes Defs.swift
[13/33] Compiling SVGTypes Text.swift
[14/33] Compiling SVGTypes Use.swift
[15/33] Compiling SVGTypes exports.swift
[16/33] Compiling SVGTypes RadialGradient.swift
[17/33] Compiling SVGTypes Rect.swift
[18/33] Compiling SVGTypes SVGAttributeType.swift
[19/33] Compiling SVGTypes Marker.swift
[20/33] Compiling SVGTypes Mask.swift
[21/33] Compiling SVGTypes Path.swift
[22/33] Compiling SVGTypes Switch.swift
[23/33] Compiling SVGTypes Symbol.swift
[24/33] Compiling SVGTypes TSpan.swift
[25/33] Compiling SVGTypes Ellipse.swift
[26/33] Compiling SVGTypes ForeignObject.swift
[27/33] Compiling SVGTypes G.swift
[28/33] Compiling SVGTypes SVGElement.swift
[29/33] Compiling SVGTypes SVGElementType.swift
[30/33] Compiling SVGTypes SVGLengthUnit.swift
[31/33] Compiling SVGTypes SVGPreserveAspectRatio.swift
[32/33] Compiling SVGTypes SVGValueTypes.swift
[33/33] Compiling SVGTypes Stop.swift
Build complete! (4.89s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-svg-types",
"name" : "swift-svg-types",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SVGTypes",
"targets" : [
"SVGTypes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGTypesTests",
"module_type" : "SwiftTarget",
"name" : "SVGTypesTests",
"path" : "Tests/SVGTypesTests",
"sources" : [
"ReadmeVerificationTests.swift",
"SVGTypesTests.swift"
],
"target_dependencies" : [
"SVGTypes"
],
"type" : "test"
},
{
"c99name" : "SVGTypes",
"module_type" : "SwiftTarget",
"name" : "SVGTypes",
"path" : "Sources/SVGTypes",
"product_memberships" : [
"SVGTypes"
],
"sources" : [
"Circle.swift",
"ClipPath.swift",
"Defs.swift",
"Ellipse.swift",
"ForeignObject.swift",
"G.swift",
"Image.swift",
"Line.swift",
"LinearGradient.swift",
"Marker.swift",
"Mask.swift",
"Path.swift",
"Pattern.swift",
"Polygon.swift",
"Polyline.swift",
"RadialGradient.swift",
"Rect.swift",
"SVGAttributeType.swift",
"SVGElement.swift",
"SVGElementType.swift",
"SVGLengthUnit.swift",
"SVGPreserveAspectRatio.swift",
"SVGValueTypes.swift",
"Stop.swift",
"Switch.swift",
"Symbol.swift",
"TSpan.swift",
"Text.swift",
"Use.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.