Build Information
Successful build of swift-svg-printer, reference 0.1.0 (90761a), with Swift 6.1 for Android on 27 Sep 2025 06:55:30 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: 0.1.0
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
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 90761ac Initial commit: SVG rendering engine for Swift
Cloned https://github.com/coenttb/swift-svg-printer.git
Revision (git rev-parse @):
90761ac4d4b0ccf7f5707267b2435d021a13bb91
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-printer.git at 0.1.0
========================================
Build
========================================
Selected platform: android
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" : [
"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-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/coenttb/swift-svg-types
Fetching https://github.com/apple/swift-collections
[1/44] Fetching swift-svg-types
[45/6414] Fetching swift-svg-types, swift-dependencies
[6415/24169] Fetching swift-svg-types, swift-dependencies, swift-collections
Fetched https://github.com/coenttb/swift-svg-types from cache (0.38s)
[7791/24125] Fetching swift-dependencies, swift-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.38s)
[1598/17755] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.19s)
Computing version for https://github.com/coenttb/swift-svg-types
Computed https://github.com/coenttb/swift-svg-types at 0.1.0 (1.67s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.64s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.51s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
[1/2417] Fetching combine-schedulers
[799/3295] Fetching combine-schedulers, swift-concurrency-extras
[3296/4587] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4588/10096] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.38s)
[3217/7679] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[5807/79933] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.77s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.77s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.78s)
[9394/72254] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.31s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (6.77s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.44s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.42s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.97s)
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/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
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/coenttb/swift-svg-types
Working copy of https://github.com/coenttb/swift-svg-types resolved at 0.1.0
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/68] Compiling SVGTypes Image.swift
[15/68] Compiling SVGTypes Line.swift
[16/68] Compiling SVGTypes Circle.swift
[17/68] Compiling SVGTypes ClipPath.swift
[18/68] Compiling IssueReportingPackageSupport _Test.swift
[19/68] Emitting module IssueReportingPackageSupport
[20/68] Compiling SVGTypes Defs.swift
[21/68] Compiling SVGTypes Ellipse.swift
[22/68] Compiling SVGTypes LinearGradient.swift
[23/68] Compiling SVGTypes Marker.swift
[24/69] Emitting module InternalCollectionsUtilities
[25/69] Compiling SVGTypes ForeignObject.swift
[26/69] Compiling SVGTypes G.swift
[27/69] Compiling SVGTypes Mask.swift
[28/69] Compiling SVGTypes Path.swift
[30/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/70] Compiling ConcurrencyExtras MainSerialExecutor.swift
[33/71] Compiling SVGTypes Switch.swift
[34/71] Compiling SVGTypes Symbol.swift
[35/71] Compiling SVGTypes TSpan.swift
[36/93] Emitting module ConcurrencyExtras
[37/93] Compiling IssueReporting ErrorReporting.swift
[38/93] Compiling IssueReporting AppHostWarning.swift
[39/93] Compiling ConcurrencyExtras UncheckedSendable.swift
[40/93] Compiling IssueReporting Warn.swift
[41/93] Compiling IssueReporting FailureObserver.swift
[42/93] Compiling IssueReporting LockIsolated.swift
[43/93] Compiling IssueReporting Rethrows.swift
[46/93] Compiling IssueReporting Deprecations.swift
[47/93] Compiling IssueReporting XCTest.swift
[48/93] Compiling IssueReporting IsTesting.swift
[49/93] Compiling IssueReporting IssueReporter.swift
[50/93] Compiling IssueReporting SwiftTesting.swift
[51/93] Compiling IssueReporting UncheckedSendable.swift
[52/116] Emitting module SVGTypes
[53/148] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[54/148] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[55/148] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[56/148] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[57/148] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[58/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[59/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[60/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[61/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[62/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[63/150] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[64/150] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[65/152] Emitting module IssueReporting
[66/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[67/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[68/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[69/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[70/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[71/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[72/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[73/157] Compiling OrderedCollections OrderedDictionary+Codable.swift
[74/157] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[75/157] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[76/157] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[77/157] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[78/157] Compiling OrderedCollections OrderedDictionary+Elements.swift
[79/157] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[80/157] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[81/157] Compiling OrderedCollections OrderedDictionary.swift
[82/157] Compiling OrderedCollections OrderedSet+Codable.swift
[83/157] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[84/157] Compiling OrderedCollections OrderedSet+Descriptions.swift
[85/157] Compiling OrderedCollections OrderedSet+Diffing.swift
[86/157] Compiling OrderedCollections OrderedSet+Equatable.swift
[87/157] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[88/157] Compiling OrderedCollections OrderedSet+Hashable.swift
[91/157] Compiling IssueReporting WithExpectedIssue.swift
[92/157] Compiling IssueReporting WithIssueContext.swift
[93/157] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[94/157] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[95/157] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[96/157] Compiling OrderedCollections OrderedDictionary+Values.swift
[97/157] Compiling OrderedCollections OrderedSet+Initializers.swift
[98/157] Compiling OrderedCollections OrderedSet+Insertions.swift
[99/157] Compiling OrderedCollections OrderedSet+Invariants.swift
[103/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[104/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[107/157] Compiling OrderedCollections _HashTable+Bucket.swift
[108/157] Compiling OrderedCollections _HashTable+BucketIterator.swift
[109/157] Compiling OrderedCollections _HashTable+Constants.swift
[110/157] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[111/157] Compiling OrderedCollections _HashTable+Testing.swift
[112/157] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[113/157] Compiling OrderedCollections _HashTable.swift
[114/157] Compiling OrderedCollections _Hashtable+Header.swift
[115/157] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/157] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/157] Compiling OrderedCollections OrderedSet+Testing.swift
[118/157] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/157] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/157] Compiling OrderedCollections OrderedSet.swift
[121/157] Compiling OrderedCollections _UnsafeBitset.swift
[122/157] Emitting module OrderedCollections
[126/158] Compiling ConcurrencyExtras LockIsolated.swift
[127/158] Compiling ConcurrencyExtras Result.swift
[130/158] Compiling ConcurrencyExtras Task.swift
[162/184] Compiling XCTestDynamicOverlay Exports.swift
[163/184] Compiling CombineSchedulers SwiftUI.swift
[164/184] Compiling CombineSchedulers TestScheduler.swift
[165/185] Compiling CombineSchedulers ImmediateScheduler.swift
[166/185] Compiling CombineSchedulers Deprecations.swift
[167/185] Compiling CombineSchedulers Lock.swift
[168/185] Compiling CombineSchedulers NSRecursiveLock.swift
[169/185] Compiling Clocks Lock.swift
[170/186] Compiling CombineSchedulers UIScheduler.swift
[171/186] Compiling CombineSchedulers UIKit.swift
[172/186] Compiling CombineSchedulers AnyScheduler.swift
[173/186] Compiling CombineSchedulers Concurrency.swift
[174/186] Emitting module CombineSchedulers
[175/186] Compiling CombineSchedulers UnimplementedScheduler.swift
[176/186] Compiling Clocks Timer.swift
[177/186] Compiling CombineSchedulers Timer.swift
[178/187] Emitting module Clocks
[179/187] Emitting module XCTestDynamicOverlay
[180/187] Compiling Clocks AnyClock.swift
[182/187] Compiling Clocks ImmediateClock.swift
[183/187] Compiling Clocks UnimplementedClock.swift
[184/187] Compiling XCTestDynamicOverlay Deprecations.swift
[185/187] Compiling Clocks TestClock.swift
[186/187] Compiling Clocks _AsyncTimerSequence.swift
[187/187] Compiling Clocks SwiftUI.swift
[190/213] Compiling Dependencies OpenURL.swift
[191/213] Compiling Dependencies TimeZone.swift
[192/213] Compiling Dependencies URLSession.swift
[193/216] Compiling Dependencies Date.swift
[194/216] Compiling Dependencies FireAndForget.swift
[195/216] Compiling Dependencies Locale.swift
[196/216] Compiling Dependencies UUID.swift
[197/216] Compiling Dependencies WithRandomNumberGenerator.swift
[198/216] Compiling Dependencies AppEntryPoint.swift
[199/216] Compiling Dependencies MainQueue.swift
[200/216] Compiling Dependencies MainRunLoop.swift
[201/216] Compiling Dependencies NotificationCenter.swift
[202/216] Compiling Dependencies Deprecations.swift
[203/216] Compiling Dependencies Exports.swift
[204/216] Compiling Dependencies TypeName.swift
[205/216] Compiling Dependencies Assert.swift
[206/216] Compiling Dependencies Calendar.swift
[207/216] Compiling Dependencies Clocks.swift
[208/216] Compiling Dependencies Context.swift
[209/216] Emitting module Dependencies
[210/216] Compiling Dependencies Dependency.swift
[211/216] Compiling Dependencies DependencyContext.swift
[212/216] Compiling Dependencies DependencyKey.swift
[213/216] Compiling Dependencies DependencyValues.swift
[214/216] Compiling Dependencies PreviewTrait.swift
[215/216] Compiling Dependencies TestTrait.swift
[216/216] Compiling Dependencies WithDependencies.swift
[218/227] Compiling SVGPrinter SVGEmpty.swift
[219/227] Compiling SVGPrinter SVGRaw.swift
[220/228] Compiling SVGPrinter SVGGroup.swift
[221/228] Compiling SVGPrinter SVGPrinter.swift
[222/228] Compiling SVGPrinter SVGBuilder.swift
[223/228] Compiling SVGPrinter exports.swift
[224/228] Emitting module SVGPrinter
[225/228] Compiling SVGPrinter Attributes.swift
[226/228] Compiling SVGPrinter Element.swift
[227/228] Compiling SVGPrinter Rendering.swift
[228/228] Compiling SVGPrinter SVG.swift
Build complete! (49.46s)
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" : [
"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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.