Build Information
Successful build of swift-svg-printer, reference main (672ed3), with Swift 6.1 for Linux on 4 Nov 2025 21:02:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-svg-printer.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/coenttb/swift-svg-printer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 672ed32 chore: disable nesting rule for namespacing flexibility
Cloned https://github.com/coenttb/swift-svg-printer.git
Revision (git rev-parse @):
672ed32ab0dc5fb21171ba5d22bba512f9a47e62
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-printer.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-svg-printer.git
https://github.com/coenttb/swift-svg-printer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-svg-types",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-svg-types"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "swift-svg-printer",
"name" : "swift-svg-printer",
"path" : "/host/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" : "SVGPrinter",
"targets" : [
"SVGPrinter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGPrinterTests",
"module_type" : "SwiftTarget",
"name" : "SVGPrinterTests",
"path" : "Tests/SVGPrinterTests",
"sources" : [
"ReadmeVerificationTests.swift",
"SVGPrinterTests.swift"
],
"target_dependencies" : [
"SVGPrinter"
],
"type" : "test"
},
{
"c99name" : "SVGPrinter",
"module_type" : "SwiftTarget",
"name" : "SVGPrinter",
"path" : "Sources/SVGPrinter",
"product_dependencies" : [
"SVGTypes",
"OrderedCollections",
"Dependencies"
],
"product_memberships" : [
"SVGPrinter"
],
"sources" : [
"Attributes.swift",
"Element.swift",
"Rendering.swift",
"SVG.swift",
"SVGBuilder.swift",
"SVGEmpty.swift",
"SVGGroup.swift",
"SVGPrinter.swift",
"SVGRaw.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/coenttb/swift-svg-types
[1/171] Fetching swift-svg-types
Fetching https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/coenttb/swift-svg-types from cache (0.53s)
Fetching https://github.com/apple/swift-collections
[1/6392] Fetching swift-dependencies
[6393/24678] Fetching swift-dependencies, swift-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.63s)
Fetched https://github.com/apple/swift-collections from cache (1.64s)
Computing version for https://github.com/coenttb/swift-svg-types
Computed https://github.com/coenttb/swift-svg-types at 0.1.0 (2.91s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.20s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.89s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2522] Fetching combine-schedulers
[2397/3814] Fetching combine-schedulers, swift-clocks
[2666/4697] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras
[3849/10249] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.61s)
[3952/7727] Fetching swift-clocks, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.62s)
[2939/79149] Fetching swift-concurrency-extras, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (9.95s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (9.96s)
Fetched https://github.com/swiftlang/swift-syntax from cache (10.01s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (10.60s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.64s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.68s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.66s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.42s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/coenttb/swift-svg-types
Working copy of https://github.com/coenttb/swift-svg-types resolved at 0.1.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/69] Compiling SVGTypes Switch.swift
[14/69] Compiling SVGTypes Symbol.swift
[15/69] Compiling SVGTypes TSpan.swift
[16/72] Emitting module InternalCollectionsUtilities
[17/72] Compiling SVGTypes Pattern.swift
[18/72] Compiling SVGTypes Polygon.swift
[19/74] Compiling SVGTypes Polyline.swift
[20/74] Compiling SVGTypes RadialGradient.swift
[21/74] Compiling SVGTypes Circle.swift
[22/74] Emitting module SVGTypes
[23/74] Compiling IssueReportingPackageSupport _Test.swift
[24/74] Emitting module IssueReportingPackageSupport
[25/74] Compiling SVGTypes ClipPath.swift
[26/74] Compiling SVGTypes Defs.swift
[27/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[28/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/75] Compiling InternalCollectionsUtilities Debugging.swift
[30/75] Compiling InternalCollectionsUtilities Descriptions.swift
[31/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/75] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[34/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/75] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[37/75] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[38/76] Compiling SVGTypes Text.swift
[39/76] Compiling SVGTypes Use.swift
[40/76] Compiling SVGTypes exports.swift
[42/95] Compiling IssueReporting BreakpointReporter.swift
[43/95] Compiling IssueReporting FatalErrorReporter.swift
[44/152] Emitting module IssueReporting
[45/152] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[46/152] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[47/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[48/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[49/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[50/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[51/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[52/152] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[53/152] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[54/159] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[55/159] Compiling OrderedCollections OrderedSet+Descriptions.swift
[56/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[57/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[58/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[59/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[60/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[61/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[62/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[63/159] Compiling OrderedCollections OrderedDictionary.swift
[64/159] Compiling OrderedCollections OrderedSet+Codable.swift
[67/159] Compiling OrderedCollections OrderedSet+Diffing.swift
[68/159] Compiling OrderedCollections OrderedSet+Equatable.swift
[69/159] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[70/159] Compiling OrderedCollections OrderedSet+Hashable.swift
[71/159] Compiling OrderedCollections OrderedSet+Initializers.swift
[72/159] Compiling OrderedCollections OrderedSet+Insertions.swift
[73/159] Compiling OrderedCollections OrderedSet+Invariants.swift
[74/159] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[75/159] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[76/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[77/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[78/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[79/159] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[80/159] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[81/159] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[82/159] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[83/159] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[84/159] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[85/159] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[86/159] Compiling OrderedCollections OrderedDictionary+Values.swift
[87/159] Compiling OrderedCollections OrderedDictionary+Codable.swift
[88/159] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[89/159] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[90/159] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[91/159] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[92/159] Compiling OrderedCollections OrderedDictionary+Elements.swift
[99/159] Compiling OrderedCollections _HashTable+Testing.swift
[100/159] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[101/159] Compiling OrderedCollections _HashTable.swift
[102/159] Compiling OrderedCollections _Hashtable+Header.swift
[103/159] Compiling OrderedCollections _HashTable+Bucket.swift
[104/159] Compiling OrderedCollections _HashTable+BucketIterator.swift
[105/159] Compiling OrderedCollections _HashTable+Constants.swift
[106/159] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[107/159] Compiling ConcurrencyExtras MainSerialExecutor.swift
[110/160] Compiling ConcurrencyExtras Result.swift
[113/160] Emitting module ConcurrencyExtras
[114/160] Compiling ConcurrencyExtras LockIsolated.swift
[117/160] Compiling ConcurrencyExtras Task.swift
[140/161] Compiling ConcurrencyExtras UncheckedSendable.swift
[155/163] Compiling OrderedCollections OrderedSet+Sendable.swift
[156/163] Compiling OrderedCollections OrderedSet+SubSequence.swift
[157/163] Compiling OrderedCollections OrderedSet+Testing.swift
[158/163] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[159/163] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[160/163] Compiling OrderedCollections OrderedSet.swift
[161/163] Compiling OrderedCollections _UnsafeBitset.swift
[163/163] Emitting module OrderedCollections
[165/187] Emitting module CombineSchedulers
[166/187] Compiling CombineSchedulers AnyScheduler.swift
[167/187] Compiling CombineSchedulers Concurrency.swift
[168/187] Compiling CombineSchedulers SwiftUI.swift
[169/187] Compiling CombineSchedulers TestScheduler.swift
[170/187] Compiling CombineSchedulers ImmediateScheduler.swift
[171/187] Compiling CombineSchedulers Deprecations.swift
[172/188] Compiling Clocks Timer.swift
[173/189] Compiling CombineSchedulers Lock.swift
[174/189] Compiling CombineSchedulers NSRecursiveLock.swift
[175/189] Compiling CombineSchedulers UnimplementedScheduler.swift
[176/189] Compiling CombineSchedulers UIKit.swift
[177/189] Compiling CombineSchedulers Timer.swift
[178/189] Compiling CombineSchedulers UIScheduler.swift
[179/190] Compiling Clocks UnimplementedClock.swift
[181/190] Compiling Clocks SwiftUI.swift
[182/190] Compiling Clocks Lock.swift
[183/190] Compiling Clocks _AsyncTimerSequence.swift
[184/190] Compiling Clocks AnyClock.swift
[185/190] Emitting module Clocks
[186/190] Compiling Clocks TestClock.swift
[187/190] Compiling Clocks ImmediateClock.swift
[188/191] Emitting module XCTestDynamicOverlay
[189/191] Compiling XCTestDynamicOverlay Deprecations.swift
[190/191] Compiling XCTestDynamicOverlay Exports.swift
[193/216] Compiling Dependencies MainQueue.swift
[194/216] Compiling Dependencies MainRunLoop.swift
[195/216] Compiling Dependencies NotificationCenter.swift
[196/216] Compiling Dependencies OpenURL.swift
[197/216] Compiling Dependencies TimeZone.swift
[198/216] Compiling Dependencies URLSession.swift
[199/219] Compiling Dependencies UUID.swift
[200/219] Compiling Dependencies WithRandomNumberGenerator.swift
[201/219] Compiling Dependencies AppEntryPoint.swift
[202/219] Compiling Dependencies Deprecations.swift
[203/219] Compiling Dependencies Exports.swift
[204/219] Compiling Dependencies TypeName.swift
[205/219] Compiling Dependencies Date.swift
[206/219] Compiling Dependencies FireAndForget.swift
[207/219] Compiling Dependencies Locale.swift
[208/219] Compiling Dependencies Assert.swift
[209/219] Compiling Dependencies Calendar.swift
[210/219] Compiling Dependencies Clocks.swift
[211/219] Compiling Dependencies Context.swift
[212/219] Compiling Dependencies PreviewTrait.swift
[213/219] Compiling Dependencies TestTrait.swift
[214/219] Compiling Dependencies WithDependencies.swift
[215/219] Emitting module Dependencies
[216/219] Compiling Dependencies Dependency.swift
[217/219] Compiling Dependencies DependencyContext.swift
[218/219] Compiling Dependencies DependencyKey.swift
[219/219] Compiling Dependencies DependencyValues.swift
[221/230] Compiling SVGPrinter SVGRaw.swift
[222/231] Compiling SVGPrinter Rendering.swift
[223/231] Compiling SVGPrinter SVG.swift
[224/231] Compiling SVGPrinter exports.swift
[225/231] Compiling SVGPrinter SVGEmpty.swift
[226/231] Compiling SVGPrinter SVGPrinter.swift
[227/231] Compiling SVGPrinter SVGBuilder.swift
[228/231] Compiling SVGPrinter SVGGroup.swift
[229/231] Compiling SVGPrinter Attributes.swift
[230/231] Compiling SVGPrinter Element.swift
[231/231] Emitting module SVGPrinter
Build complete! (80.10s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-svg-types",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-svg-types"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "swift-svg-printer",
"name" : "swift-svg-printer",
"path" : "/host/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" : "SVGPrinter",
"targets" : [
"SVGPrinter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGPrinterTests",
"module_type" : "SwiftTarget",
"name" : "SVGPrinterTests",
"path" : "Tests/SVGPrinterTests",
"sources" : [
"ReadmeVerificationTests.swift",
"SVGPrinterTests.swift"
],
"target_dependencies" : [
"SVGPrinter"
],
"type" : "test"
},
{
"c99name" : "SVGPrinter",
"module_type" : "SwiftTarget",
"name" : "SVGPrinter",
"path" : "Sources/SVGPrinter",
"product_dependencies" : [
"SVGTypes",
"OrderedCollections",
"Dependencies"
],
"product_memberships" : [
"SVGPrinter"
],
"sources" : [
"Attributes.swift",
"Element.swift",
"Rendering.swift",
"SVG.swift",
"SVGBuilder.swift",
"SVGEmpty.swift",
"SVGGroup.swift",
"SVGPrinter.swift",
"SVGRaw.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.