Build Information
Successful build of swift-svg-types, reference 0.1.0 (068b92), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 02:26:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-svg-types.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coenttb/swift-svg-types
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 068b920 Initial commit: SVG types foundation for Swift
Cloned https://github.com/coenttb/swift-svg-types.git
Revision (git rev-parse @):
068b920b3c742741b7df9e0a26cc23449cf9ef00
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-types.git at 0.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-svg-types",
"name": "swift-svg-types",
"url": "https://github.com/coenttb/swift-svg-types.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-svg-types",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/coenttb/swift-svg-types.git
[1/187] Fetching swift-svg-types
Fetched https://github.com/coenttb/swift-svg-types.git from cache (0.68s)
Creating working copy for https://github.com/coenttb/swift-svg-types.git
Working copy of https://github.com/coenttb/swift-svg-types.git resolved at 0.1.0 (068b920)
warning: '.resolve-product-dependencies': dependency 'swift-svg-types' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/coenttb/swift-svg-types.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/30] Emitting module SVGTypes
[4/33] Compiling SVGTypes Circle.swift
[5/33] Compiling SVGTypes ClipPath.swift
[6/33] Compiling SVGTypes Defs.swift
[7/33] Compiling SVGTypes Ellipse.swift
[8/33] Compiling SVGTypes ForeignObject.swift
[9/33] Compiling SVGTypes G.swift
[10/33] Compiling SVGTypes Image.swift
[11/33] Compiling SVGTypes Line.swift
[12/33] Compiling SVGTypes LinearGradient.swift
[13/33] Compiling SVGTypes Marker.swift
[14/33] Compiling SVGTypes Mask.swift
[15/33] Compiling SVGTypes Path.swift
[16/33] Compiling SVGTypes Text.swift
[17/33] Compiling SVGTypes Use.swift
[18/33] Compiling SVGTypes exports.swift
[19/33] Compiling SVGTypes Pattern.swift
[20/33] Compiling SVGTypes Polygon.swift
[21/33] Compiling SVGTypes Polyline.swift
[22/33] Compiling SVGTypes RadialGradient.swift
[23/33] Compiling SVGTypes Rect.swift
[24/33] Compiling SVGTypes SVGAttributeType.swift
[25/33] Compiling SVGTypes SVGElement.swift
[26/33] Compiling SVGTypes SVGElementType.swift
[27/33] Compiling SVGTypes SVGLengthUnit.swift
[28/33] Compiling SVGTypes Switch.swift
[29/33] Compiling SVGTypes Symbol.swift
[30/33] Compiling SVGTypes TSpan.swift
[31/33] Compiling SVGTypes SVGPreserveAspectRatio.swift
[32/33] Compiling SVGTypes SVGValueTypes.swift
[33/33] Compiling SVGTypes Stop.swift
Build complete! (5.07s)
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" : [
"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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/coenttb/swift-svg-types/0.1.0
Repository: coenttb/swift-svg-types
Swift version used: 6.3
Target: SVGTypes
Extracting symbol information for 'SVGTypes'...
Finished extracting symbol information for 'SVGTypes'. (30.90s)
Building documentation for 'SVGTypes'...
Finished building documentation for 'SVGTypes' (0.87s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/coenttb/swift-svg-types/0.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.87s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Emitting module Snippets
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit GenericConstraint.swift
[20/57] Compiling SymbolKit GenericParameter.swift
[21/57] Compiling SymbolKit Generics.swift
[22/57] Compiling SymbolKit Namespace.swift
[23/57] Emitting module SymbolKit
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit Symbol.swift
[30/57] Compiling SymbolKit SymbolKind.swift
[31/57] Compiling SymbolKit SymbolGraph.swift
[32/57] Compiling SymbolKit GraphCollector.swift
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.swift
[37/57] Compiling SymbolKit DeclarationFragments.swift
[38/57] Compiling SymbolKit Fragment.swift
[39/57] Compiling SymbolKit FragmentKind.swift
[40/57] Compiling SymbolKit FunctionParameter.swift
[41/57] Compiling SymbolKit FunctionSignature.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.07s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SVGTypes' complete! (0.48s)
1178
7 /Users/admin/builder/spi-builder-workspace/.docs/coenttb/swift-svg-types/0.1.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/coenttb/swift-svg-types/0.1.0
File count: 1178
Doc size: 7.0MB
Preparing doc bundle ...
Uploading prod-coenttb-swift-svg-types-0.1.0-db05bc13.zip to s3://spi-docs-inbox/prod-coenttb-swift-svg-types-0.1.0-db05bc13.zip
Copying... [13%]
Copying... [21%]
Copying... [34%]
Copying... [42%]
Copying... [51%]
Copying... [63%]
Copying... [72%]
Copying... [80%]
Copying... [93%]
Copying... [100%]
Done.