Build Information
Successful build of SwiftSVG, reference main (b77f31), with Swift 6.1 for Linux on 19 Feb 2026 02:13:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/richardpiazza/SwiftSVG.git
https://github.com/richardpiazza/SwiftSVG.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/swiftlang/swift-testing.git
Fetching https://github.com/richardpiazza/Swift2D.git
[1/274] Fetching swift2d
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.23s)
[1/10082] Fetching xmlcoder
[10083/44035] Fetching xmlcoder, swift-testing
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.67s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.70s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (2.40s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (2.78s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (7.13s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74296] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (14.02s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (19.00s)
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-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 6.2.3
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/57] Emitting module XMLCoder
[6/63] Compiling Swift2D Size.swift
[7/63] Compiling Swift2D Point+CoreGraphics.swift
[8/63] Compiling XMLCoder DynamicNodeDecoding.swift
[9/63] Compiling XMLCoder SingleValueDecodingContainer.swift
[10/63] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[11/63] Compiling XMLCoder XMLDecoder.swift
[12/63] Compiling XMLCoder XMLDecoderImplementation.swift
[13/63] Compiling XMLCoder XMLDecodingStorage.swift
[14/63] Compiling XMLCoder XMLCoderElement.swift
[15/63] Compiling XMLCoder XMLDocumentType.swift
[16/63] Compiling XMLCoder XMLHeader.swift
[17/63] Compiling XMLCoder XMLKey.swift
[18/63] Compiling XMLCoder XMLStackParser.swift
[19/63] Compiling XMLCoder DecodingErrorExtension.swift
[20/63] Compiling XMLCoder DoubleBox.swift
[21/63] Compiling XMLCoder FloatBox.swift
[22/63] Compiling XMLCoder IntBox.swift
[23/63] Compiling XMLCoder KeyedBox.swift
[24/63] Compiling XMLCoder NullBox.swift
[25/63] Compiling XMLCoder SharedBox.swift
[26/63] Compiling XMLCoder SingleKeyedBox.swift
[27/63] Compiling XMLCoder ISO8601DateFormatter.swift
[28/63] Compiling XMLCoder KeyedStorage.swift
[29/63] Compiling XMLCoder Metatypes.swift
[30/63] Compiling XMLCoder String+Extensions.swift
[31/63] Compiling XMLCoder Utils.swift
[32/63] Compiling XMLCoder XMLChoiceCodingKey.swift
[33/63] Compiling Swift2D Rect+CoreGraphics.swift
[34/63] Compiling Swift2D Point.swift
[35/63] Emitting module Swift2D
[36/63] Compiling Swift2D Size+CoreGraphics.swift
[37/63] Compiling Swift2D Rect.swift
[38/64] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[39/64] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[40/64] Compiling XMLCoder DynamicNodeEncoding.swift
[41/64] Compiling XMLCoder EncodingErrorExtension.swift
[42/64] Compiling XMLCoder SingleValueEncodingContainer.swift
[43/64] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[44/64] Compiling XMLCoder StringBox.swift
[45/64] Compiling XMLCoder UIntBox.swift
[46/64] Compiling XMLCoder URLBox.swift
[47/64] Compiling XMLCoder UnkeyedBox.swift
[48/64] Compiling XMLCoder ValueBox.swift
[49/64] Compiling XMLCoder Element.swift
[50/64] Compiling XMLCoder ElementAndAttribute.swift
[51/64] Compiling XMLCoder Attribute.swift
[52/64] Compiling XMLCoder BoolBox.swift
[53/64] Compiling XMLCoder Box.swift
[54/64] Compiling XMLCoder ChoiceBox.swift
[55/64] Compiling XMLCoder DataBox.swift
[56/64] Compiling XMLCoder DateBox.swift
[57/64] Compiling XMLCoder DecimalBox.swift
[58/64] Compiling XMLCoder XMLEncoder.swift
[59/64] Compiling XMLCoder XMLEncoderImplementation.swift
[60/64] Compiling XMLCoder XMLEncodingStorage.swift
[61/64] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[62/64] Compiling XMLCoder XMLReferencingEncoder.swift
[63/64] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[66/92] Emitting module SwiftSVG
[67/95] Compiling SwiftSVG Element.swift
[68/95] Compiling SwiftSVG Ellipse.swift
[69/95] Compiling SwiftSVG Point+SwiftSVG.swift
[70/95] Compiling SwiftSVG Fill.swift
[71/95] Compiling SwiftSVG SVG+Swift2D.swift
[72/95] Compiling SwiftSVG SVG.swift
[73/95] Compiling SwiftSVG Stroke.swift
[74/95] Compiling SwiftSVG Polyline.swift
[75/95] Compiling SwiftSVG PresentationAttributes.swift
[76/95] Compiling SwiftSVG Rectangle.swift
[77/95] Compiling SwiftSVG Group.swift
[78/95] Compiling SwiftSVG EllipseProcessor.swift
[79/95] Compiling SwiftSVG PathProcessor.swift
[80/95] Compiling SwiftSVG PolygonProcressor.swift
[81/95] Compiling SwiftSVG PolylineProcessor.swift
[82/95] Compiling SwiftSVG RectangleProcessor.swift
[83/95] Compiling SwiftSVG Line.swift
[84/95] Compiling SwiftSVG Path.Command.swift
[85/95] Compiling SwiftSVG StylingAttributes.swift
[86/95] Compiling SwiftSVG Text.swift
[87/95] Compiling SwiftSVG Transformation.swift
[88/95] Compiling SwiftSVG Circle.swift
[89/95] Compiling SwiftSVG CommandRepresentable.swift
[90/95] Compiling SwiftSVG Container.swift
[91/95] Compiling SwiftSVG CoreAttributes.swift
[92/95] Compiling SwiftSVG Path.Component.swift
[93/95] Compiling SwiftSVG Path.ComponentParser.swift
[94/95] Compiling SwiftSVG Path.swift
[95/95] Compiling SwiftSVG Polygon.swift
Build complete! (65.80s)
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" : "/host/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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.