Build Information
Successful build of swift-svg, reference 0.1.0 (4f57d3), with Swift 6.1 for Linux on 27 Sep 2025 07:09:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-svg.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
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 4f57d35 Initial commit: Type-safe SVG DSL for Swift
Cloned https://github.com/coenttb/swift-svg.git
Revision (git rev-parse @):
4f57d3592b5cd9b6239537a49a151d45c735bb01
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-svg.git
https://github.com/coenttb/swift-svg.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-svg-printer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-svg-printer"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "swift-svg",
"name" : "swift-svg",
"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" : "SVG",
"targets" : [
"SVG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SVGTestSupport",
"targets" : [
"SVGTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGTests",
"module_type" : "SwiftTarget",
"name" : "SVGTests",
"path" : "Tests/SVGTests",
"sources" : [
"BasicShapesTests.swift",
"ContainerTests.swift",
"DebugAttributeTest.swift",
"DebugDetailedTest.swift",
"DebugTest.swift",
"DocumentTests.swift",
"GradientTests.swift",
"SVGSnapshotTests.swift",
"TextTests.swift",
"TransformTests.swift"
],
"target_dependencies" : [
"SVG",
"SVGTestSupport"
],
"type" : "test"
},
{
"c99name" : "SVGTestSupport",
"module_type" : "SwiftTarget",
"name" : "SVGTestSupport",
"path" : "Sources/SVGTestSupport",
"product_dependencies" : [
"SnapshotTesting",
"InlineSnapshotTesting"
],
"product_memberships" : [
"SVGTestSupport"
],
"sources" : [
"SVG+SnapshotTesting.swift"
],
"target_dependencies" : [
"SVG"
],
"type" : "library"
},
{
"c99name" : "SVG",
"module_type" : "SwiftTarget",
"name" : "SVG",
"path" : "Sources/SVG",
"product_dependencies" : [
"SVGTypes",
"SVGPrinter"
],
"product_memberships" : [
"SVG",
"SVGTestSupport"
],
"sources" : [
"Elements.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 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/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/coenttb/swift-svg-types
Fetching https://github.com/coenttb/swift-svg-printer
[1/44] Fetching swift-svg-types
[45/68] Fetching swift-svg-types, swift-svg-printer
Fetched https://github.com/coenttb/swift-svg-printer from cache (0.22s)
[1/15543] Fetching swift-snapshot-testing
Fetched https://github.com/coenttb/swift-svg-types from cache (3.87s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.97s)
Computing version for https://github.com/coenttb/swift-svg-printer
Computed https://github.com/coenttb/swift-svg-printer at 0.1.0 (4.59s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6370] Fetching swift-dependencies
[6371/24126] Fetching swift-dependencies, swift-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.45s)
[2486/17756] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.49s)
Computing version for https://github.com/coenttb/swift-svg-types
Computed https://github.com/coenttb/swift-svg-types at 0.1.0 (2.42s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (0.60s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.48s)
[1/72254] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.59s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (9.66s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5509] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.78s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (1.62s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.72s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.61s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.65s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/878] Fetching swift-concurrency-extras
[2/3295] Fetching swift-concurrency-extras, combine-schedulers
[3173/4587] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.30s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.35s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.36s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.98s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.58s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.61s)
Creating working copy for https://github.com/coenttb/swift-svg-printer
Working copy of https://github.com/coenttb/swift-svg-printer resolved at 0.1.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/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.7
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/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/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/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/coenttb/swift-svg-types
Working copy of https://github.com/coenttb/swift-svg-types resolved at 0.1.0
Building for debugging...
[0/30] Write sources
[28/30] Compiling _SwiftSyntaxCShims PlatformMutex.c
[29/30] Write swift-version-24593BA9C3E375BF.txt
[31/101] Emitting module SVGTypes
[32/104] Emitting module SwiftSyntax509
[33/104] Compiling SwiftSyntax509 Empty.swift
[34/105] Emitting module IssueReportingPackageSupport
[35/105] Compiling IssueReportingPackageSupport _Test.swift
[38/106] Compiling SnapshotTesting NSViewController.swift
[39/106] Compiling SnapshotTesting SceneKit.swift
[40/106] Compiling SnapshotTesting SpriteKit.swift
[41/106] Compiling SVGTypes LinearGradient.swift
[42/106] Compiling SVGTypes Marker.swift
[43/106] Compiling SVGTypes Mask.swift
[44/106] Compiling SVGTypes Path.swift
[45/106] Compiling SVGTypes ForeignObject.swift
[46/106] Compiling SVGTypes G.swift
[47/106] Compiling SVGTypes Image.swift
[48/106] Compiling SVGTypes Line.swift
[49/106] Compiling SnapshotTesting CaseIterable.swift
[50/106] Compiling SnapshotTesting Data.swift
[51/106] Compiling SnapshotTesting Encodable.swift
[52/106] Compiling SnapshotTesting NSBezierPath.swift
[53/106] Compiling SVGTypes Text.swift
[54/106] Compiling SVGTypes Use.swift
[55/106] Compiling SVGTypes exports.swift
[56/106] Emitting module SnapshotTesting
[57/110] Emitting module SwiftSyntax600
[58/110] Compiling SwiftSyntax600 Empty.swift
[59/111] Emitting module SwiftSyntax601
[60/111] Compiling SwiftSyntax601 Empty.swift
[61/111] Emitting module SwiftSyntax510
[62/111] Compiling SwiftSyntax510 Empty.swift
[63/113] Compiling SwiftSyntax602 Empty.swift
[64/113] Emitting module SwiftSyntax602
[69/158] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/160] Emitting module ConcurrencyExtras
[71/223] Compiling SwiftSyntax Keyword.swift
[72/223] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[73/223] Compiling SwiftSyntax SyntaxIdentifier.swift
[74/223] Compiling SwiftSyntax ChildNameForKeyPath.swift
[75/223] Compiling SwiftSyntax SourceLength.swift
[76/223] Compiling SwiftSyntax SourceLocation.swift
[77/223] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[78/223] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[79/225] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/225] Compiling SwiftSyntax SourcePresence.swift
[81/225] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[82/225] Compiling ConcurrencyExtras UncheckedSendable.swift
[83/225] Compiling SwiftSyntax SyntaxBaseNodes.swift
[84/225] Compiling SwiftSyntax SyntaxCollections.swift
[85/225] Compiling SwiftSyntax SyntaxCollection.swift
[86/225] Compiling SwiftSyntax SyntaxHashable.swift
[87/225] Emitting module InternalCollectionsUtilities
[88/225] Compiling SwiftSyntax Syntax.swift
[89/225] Compiling SwiftSyntax SyntaxChildren.swift
[90/226] Emitting module IssueReporting
[92/226] Compiling IssueReporting WithExpectedIssue.swift
[93/226] Compiling IssueReporting WithIssueContext.swift
[94/281] Compiling OrderedCollections _HashTable+Constants.swift
[95/281] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[96/281] Compiling OrderedCollections _HashTable+Bucket.swift
[97/281] Compiling OrderedCollections _HashTable+BucketIterator.swift
[98/281] Compiling ConcurrencyExtras Result.swift
[99/281] Compiling ConcurrencyExtras Task.swift
[100/281] Compiling ConcurrencyExtras MainSerialExecutor.swift
[101/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[102/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[103/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[104/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[105/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[106/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[107/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[108/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[109/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[110/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[111/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[112/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[113/281] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[114/281] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[115/288] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[116/288] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[117/288] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[118/288] Compiling OrderedCollections OrderedDictionary+Values.swift
[119/288] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[120/288] Compiling OrderedCollections OrderedDictionary+Elements.swift
[121/288] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[122/288] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[123/288] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[124/288] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[125/288] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[126/288] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[127/289] Compiling OrderedCollections _HashTable+Testing.swift
[128/289] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[129/289] Compiling ConcurrencyExtras LockIsolated.swift
[132/290] Compiling OrderedCollections OrderedDictionary.swift
[133/290] Compiling OrderedCollections OrderedSet+Codable.swift
[134/290] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[135/290] Compiling OrderedCollections OrderedSet+Descriptions.swift
[136/290] Compiling OrderedCollections OrderedSet+Diffing.swift
[137/290] Compiling OrderedCollections OrderedSet+Equatable.swift
[155/290] Compiling OrderedCollections _HashTable.swift
[156/290] Compiling OrderedCollections _Hashtable+Header.swift
[157/290] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[158/290] Compiling OrderedCollections OrderedSet+Hashable.swift
[166/290] Compiling OrderedCollections OrderedDictionary+Codable.swift
[167/290] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[168/290] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[169/290] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[179/290] Compiling OrderedCollections OrderedSet+Initializers.swift
[180/290] Compiling OrderedCollections OrderedSet+Insertions.swift
[181/290] Compiling OrderedCollections OrderedSet+Invariants.swift
[182/290] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[183/290] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[184/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[185/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[186/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[214/315] Emitting module CombineSchedulers
[215/315] Compiling XCTestDynamicOverlay Exports.swift
[216/316] Compiling CombineSchedulers ImmediateScheduler.swift
[217/316] Compiling CombineSchedulers Deprecations.swift
[218/316] Compiling CombineSchedulers Lock.swift
[219/316] Compiling CombineSchedulers NSRecursiveLock.swift
[220/316] Compiling CombineSchedulers AnyScheduler.swift
[221/316] Compiling CombineSchedulers Concurrency.swift
[222/316] Compiling CombineSchedulers UIScheduler.swift
[223/316] Compiling CombineSchedulers SwiftUI.swift
[224/316] Compiling CombineSchedulers TestScheduler.swift
[225/316] Compiling CombineSchedulers UIKit.swift
[226/316] Compiling CombineSchedulers Timer.swift
[227/316] Compiling Clocks Timer.swift
[228/317] Compiling CombineSchedulers UnimplementedScheduler.swift
[229/318] Compiling Clocks AnyClock.swift
[230/318] Compiling Clocks ImmediateClock.swift
[231/318] Emitting module Clocks
[233/318] Compiling Clocks _AsyncTimerSequence.swift
[234/318] Compiling Clocks Lock.swift
[243/318] Emitting module XCTestDynamicOverlay
[244/318] Compiling XCTestDynamicOverlay Deprecations.swift
[246/319] Compiling Clocks UnimplementedClock.swift
[247/319] Compiling Clocks TestClock.swift
[248/319] Compiling Clocks SwiftUI.swift
[249/320] Compiling OrderedCollections OrderedSet+Sendable.swift
[250/320] Compiling OrderedCollections OrderedSet+SubSequence.swift
[251/320] Compiling OrderedCollections OrderedSet+Testing.swift
[252/320] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[253/320] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[254/320] Compiling OrderedCollections OrderedSet.swift
[255/320] Compiling OrderedCollections _UnsafeBitset.swift
[256/320] Emitting module OrderedCollections
[259/363] Compiling Dependencies Dependency.swift
[260/363] Compiling Dependencies DependencyContext.swift
[261/363] Compiling Dependencies DependencyKey.swift
[262/363] Compiling Dependencies DependencyValues.swift
[263/375] Compiling CustomDump Identifiable.swift
[264/375] Compiling CustomDump Mirror.swift
[265/375] Compiling CustomDump String.swift
[266/375] Compiling Dependencies AppEntryPoint.swift
[267/375] Compiling Dependencies Deprecations.swift
[268/375] Compiling Dependencies Exports.swift
[269/375] Compiling CustomDump Unordered.swift
[270/375] Compiling CustomDump XCTAssertDifference.swift
[271/375] Compiling CustomDump XCTAssertNoDifference.swift
[272/375] Emitting module Dependencies
[273/378] Compiling Dependencies Assert.swift
[274/378] Compiling Dependencies Calendar.swift
[275/378] Compiling Dependencies Clocks.swift
[276/378] Compiling Dependencies Context.swift
[279/378] Compiling Dependencies TypeName.swift
[280/378] Compiling Dependencies UUID.swift
[281/378] Compiling Dependencies WithRandomNumberGenerator.swift
[287/378] Compiling Dependencies MainQueue.swift
[288/378] Compiling Dependencies MainRunLoop.swift
[289/378] Compiling Dependencies NotificationCenter.swift
[290/378] Compiling Dependencies Date.swift
[291/378] Compiling Dependencies FireAndForget.swift
[292/378] Compiling Dependencies Locale.swift
[293/378] Compiling Dependencies OpenURL.swift
[294/378] Compiling Dependencies TimeZone.swift
[295/378] Compiling Dependencies URLSession.swift
[296/378] Emitting module CustomDump
[301/378] Compiling Dependencies PreviewTrait.swift
[302/378] Compiling Dependencies TestTrait.swift
[303/378] Compiling Dependencies WithDependencies.swift
[317/390] Compiling SVGPrinter SVGEmpty.swift
[318/390] Compiling SVGPrinter SVGGroup.swift
[319/390] Compiling SVGPrinter SVGRaw.swift
[320/391] Compiling SVGPrinter Rendering.swift
[321/391] Compiling SVGPrinter SVG.swift
[323/391] Compiling SVGPrinter exports.swift
[324/391] Compiling SVGPrinter SVGBuilder.swift
[325/391] Compiling SVGPrinter SVGPrinter.swift
[326/393] Compiling SnapshotTestingCustomDump CustomDump.swift
[327/393] Emitting module SnapshotTestingCustomDump
[328/393] Compiling SVGPrinter Attributes.swift
[329/393] Compiling SVGPrinter Element.swift
[330/393] Emitting module SVGPrinter
[333/398] Compiling SVG exports.swift
[334/398] Compiling SVG Elements.swift
[335/398] Emitting module SVG
[337/399] Emitting module SwiftSyntax
[346/407] Compiling SwiftSyntax RawSyntaxNodesD.swift
[400/407] Compiling SwiftSyntax SyntaxNodesC.swift
[401/407] Compiling SwiftSyntax SyntaxNodesD.swift
[402/407] Compiling SwiftSyntax SyntaxNodesEF.swift
[403/407] Compiling SwiftSyntax SyntaxNodesGHI.swift
[404/407] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[405/407] Compiling SwiftSyntax SyntaxNodesOP.swift
[406/407] Compiling SwiftSyntax SyntaxNodesQRS.swift
[407/407] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[409/467] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[410/467] Emitting module SwiftDiagnostics
[411/468] Compiling SwiftDiagnostics Message.swift
[412/468] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[413/468] Compiling SwiftBasicFormat Syntax+Extensions.swift
[414/468] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[415/468] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[416/468] Compiling SwiftDiagnostics FixIt.swift
[417/468] Compiling SwiftDiagnostics Note.swift
[418/468] Compiling SwiftParser Directives.swift
[419/468] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[420/468] Compiling SwiftBasicFormat Indenter.swift
[421/468] Compiling SwiftBasicFormat InferIndentation.swift
[422/468] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[423/468] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[424/468] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[426/469] Emitting module SwiftBasicFormat
[427/469] Compiling SwiftBasicFormat BasicFormat.swift
[429/470] Compiling SwiftParser StringLiterals.swift
[430/470] Compiling SwiftParser SwiftParserCompatibility.swift
[431/470] Compiling SwiftParser SwiftVersion.swift
[432/470] Compiling SwiftParser SyntaxUtils.swift
[433/470] Compiling SwiftParser TokenConsumer.swift
[434/470] Compiling SwiftParser TokenPrecedence.swift
[435/470] Compiling SwiftParser TokenSpec.swift
[436/470] Compiling SwiftParser TokenSpecSet.swift
[437/470] Compiling SwiftParser TopLevel.swift
[438/470] Compiling SwiftParser TriviaParser.swift
[439/470] Compiling SwiftParser Types.swift
[440/475] Compiling SwiftParser LoopProgressCondition.swift
[441/475] Compiling SwiftParser Modifiers.swift
[442/475] Compiling SwiftParser Names.swift
[443/475] Compiling SwiftParser Nominals.swift
[444/475] Compiling SwiftParser Parameters.swift
[445/475] Compiling SwiftParser ParseSourceFile.swift
[446/475] Compiling SwiftParser Lexeme.swift
[447/475] Compiling SwiftParser LexemeSequence.swift
[448/475] Compiling SwiftParser Lexer.swift
[449/475] Compiling SwiftParser RegexLiteralLexer.swift
[450/475] Compiling SwiftParser UnicodeScalarExtensions.swift
[451/475] Compiling SwiftParser Lookahead.swift
[452/475] Compiling SwiftParser Parser.swift
[453/475] Compiling SwiftParser Patterns.swift
[454/475] Compiling SwiftParser Recovery.swift
[455/475] Compiling SwiftParser Specifiers.swift
[456/475] Compiling SwiftParser Statements.swift
[457/475] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[458/475] Compiling SwiftParser Attributes.swift
[459/475] Compiling SwiftParser Availability.swift
[460/475] Compiling SwiftParser CharacterInfo.swift
[461/475] Compiling SwiftParser CollectionNodes+Parsable.swift
[462/475] Compiling SwiftParser CompilerFiles.swift
[463/475] Compiling SwiftParser Declarations.swift
[464/475] Emitting module SwiftParser
[469/475] Compiling SwiftParser IsValidIdentifier.swift
[470/475] Compiling SwiftParser Cursor.swift
[471/475] Compiling SwiftParser ExperimentalFeatures.swift
[472/475] Compiling SwiftParser IsLexerClassified.swift
[473/475] Compiling SwiftParser LayoutNodes+Parsable.swift
[474/475] Compiling SwiftParser Parser+TokenSpecSet.swift
[475/475] Compiling SwiftParser TokenSpecStaticMembers.swift
[477/489] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[478/490] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[479/490] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[480/490] Compiling SwiftParserDiagnostics Utils.swift
[481/490] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[482/490] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[483/490] Compiling SwiftParserDiagnostics PresenceUtils.swift
[484/490] Emitting module SwiftParserDiagnostics
[485/490] Compiling SwiftParserDiagnostics MissingNodesError.swift
[486/490] Compiling SwiftParserDiagnostics MissingTokenError.swift
[487/490] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[488/490] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[489/490] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[490/490] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[492/506] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[493/506] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[494/506] Emitting module SwiftSyntaxBuilder
[495/506] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[496/506] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[497/506] Compiling SwiftSyntaxBuilder Indenter.swift
[498/506] Compiling SwiftSyntaxBuilder ListBuilder.swift
[499/507] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[500/507] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[501/507] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[502/507] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[503/507] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[504/507] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[505/507] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[506/507] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[507/507] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[509/511] Compiling InlineSnapshotTesting AssertInlineSnapshot.swift
[510/511] Compiling InlineSnapshotTesting Exports.swift
[511/511] Emitting module InlineSnapshotTesting
[513/514] Emitting module SVGTestSupport
[514/514] Compiling SVGTestSupport SVG+SnapshotTesting.swift
Build complete! (216.70s)
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-svg-printer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-svg-printer"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "swift-svg",
"name" : "swift-svg",
"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" : "SVG",
"targets" : [
"SVG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SVGTestSupport",
"targets" : [
"SVGTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGTests",
"module_type" : "SwiftTarget",
"name" : "SVGTests",
"path" : "Tests/SVGTests",
"sources" : [
"BasicShapesTests.swift",
"ContainerTests.swift",
"DebugAttributeTest.swift",
"DebugDetailedTest.swift",
"DebugTest.swift",
"DocumentTests.swift",
"GradientTests.swift",
"SVGSnapshotTests.swift",
"TextTests.swift",
"TransformTests.swift"
],
"target_dependencies" : [
"SVG",
"SVGTestSupport"
],
"type" : "test"
},
{
"c99name" : "SVGTestSupport",
"module_type" : "SwiftTarget",
"name" : "SVGTestSupport",
"path" : "Sources/SVGTestSupport",
"product_dependencies" : [
"SnapshotTesting",
"InlineSnapshotTesting"
],
"product_memberships" : [
"SVGTestSupport"
],
"sources" : [
"SVG+SnapshotTesting.swift"
],
"target_dependencies" : [
"SVG"
],
"type" : "library"
},
{
"c99name" : "SVG",
"module_type" : "SwiftTarget",
"name" : "SVG",
"path" : "Sources/SVG",
"product_dependencies" : [
"SVGTypes",
"SVGPrinter"
],
"product_memberships" : [
"SVG",
"SVGTestSupport"
],
"sources" : [
"Elements.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.