The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-svg, reference 0.1.0 (4f57d3), with Swift 6.1 for Android on 27 Sep 2025 07:00:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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

Build 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:         android
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-4609320-2":/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/coenttb/swift-svg-types
Fetching https://github.com/coenttb/swift-svg-printer
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/24] Fetching swift-svg-printer
[25/68] Fetching swift-svg-printer, swift-svg-types
Fetched https://github.com/coenttb/swift-svg-printer from cache (0.25s)
Fetched https://github.com/coenttb/swift-svg-types from cache (0.25s)
[1/15543] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.63s)
Computing version for https://github.com/coenttb/swift-svg-printer
Computed https://github.com/coenttb/swift-svg-printer at 0.1.0 (3.14s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-collections
[1/6370] Fetching swift-dependencies
[6371/24126] Fetching swift-dependencies, swift-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.35s)
[888/17756] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.15s)
Computing version for https://github.com/coenttb/swift-svg-types
Computed https://github.com/coenttb/swift-svg-types at 0.1.0 (1.61s)
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.44s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.35s)
[1/72254] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.18s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (4.64s)
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.61s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (1.19s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.12s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.42s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.46s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2417] Fetching combine-schedulers
[1766/3709] Fetching combine-schedulers, swift-clocks
[1950/4587] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.30s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.30s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.30s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.73s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.42s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.48s)
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/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-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/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/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/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/67] Compiling SwiftSyntax602 Empty.swift
[32/67] Emitting module SwiftSyntax602
[34/68] Emitting module SwiftSyntax600
[35/68] Compiling SwiftSyntax600 Empty.swift
[36/69] Emitting module IssueReportingPackageSupport
[37/69] Compiling IssueReportingPackageSupport _Test.swift
[40/70] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/70] Compiling InternalCollectionsUtilities Integer rank.swift
[42/71] Emitting module SwiftSyntax601
[43/71] Emitting module SwiftSyntax510
[44/71] Compiling SwiftSyntax510 Empty.swift
[45/71] Compiling SwiftSyntax601 Empty.swift
[46/73] Compiling ConcurrencyExtras AsyncStream.swift
[47/73] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[48/73] Compiling ConcurrencyExtras Locking.swift
[49/73] Compiling ConcurrencyExtras UncheckedBox.swift
[50/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/74] Emitting module SwiftSyntax509
[52/74] Compiling SwiftSyntax509 Empty.swift
[55/74] Emitting module InternalCollectionsUtilities
[56/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/75] Compiling InternalCollectionsUtilities Debugging.swift
[58/75] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/75] Compiling InternalCollectionsUtilities Descriptions.swift
[61/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/102] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/107] Compiling ConcurrencyExtras UncheckedSendable.swift
[68/272] Compiling SwiftSyntax SyntaxCollection.swift
[69/272] Compiling SwiftSyntax SyntaxHashable.swift
[70/272] Compiling SwiftSyntax SyntaxIdentifier.swift
[71/275] Emitting module SVGTypes
[72/275] Compiling SwiftSyntax RawSyntax.swift
[73/275] Compiling SwiftSyntax RawSyntaxArena.swift
[74/275] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[75/275] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[76/275] Compiling SwiftSyntax EditorPlaceholder.swift
[77/275] Compiling SwiftSyntax Identifier.swift
[78/275] Compiling SwiftSyntax MemoryLayout.swift
[79/275] Compiling SwiftSyntax MissingNodeInitializers.swift
[80/275] Compiling SwiftSyntax BumpPtrAllocator.swift
[81/275] Compiling SwiftSyntax CommonAncestor.swift
[82/275] Compiling SwiftSyntax Convenience.swift
[83/275] Compiling SwiftSyntax CustomTraits.swift
[84/275] Compiling SwiftSyntax AbsolutePosition.swift
[85/275] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[86/275] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[87/275] Compiling SwiftSyntax Assert.swift
[88/275] Compiling SVGTypes Text.swift
[89/275] Compiling SVGTypes Use.swift
[90/275] Compiling SVGTypes exports.swift
[91/275] Emitting module IssueReporting
[92/277] Compiling SwiftSyntax SyntaxVisitor.swift
[93/277] Compiling SwiftSyntax TokenKind.swift
[94/277] Compiling SwiftSyntax Tokens.swift
[95/277] Compiling SwiftSyntax TriviaPieces.swift
[96/277] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[97/277] Compiling SwiftSyntax RawSyntaxNodesC.swift
[98/277] Compiling SwiftSyntax RawSyntaxNodesD.swift
[99/284] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[100/284] Compiling SwiftSyntax SyntaxBaseNodes.swift
[101/284] Compiling SwiftSyntax SyntaxCollections.swift
[102/284] Compiling SwiftSyntax SyntaxEnum.swift
[103/284] Compiling SwiftSyntax SyntaxKind.swift
[104/284] Compiling SwiftSyntax SyntaxRewriter.swift
[105/284] Compiling SwiftSyntax SyntaxTraits.swift
[114/284] Compiling SwiftSyntax RawSyntaxTokenView.swift
[115/284] Compiling SwiftSyntax SourceEdit.swift
[116/284] Compiling IssueReporting WithExpectedIssue.swift
[117/284] Compiling IssueReporting WithIssueContext.swift
[118/284] Compiling SwiftSyntax SourcePresence.swift
[119/284] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[120/284] Compiling SwiftSyntax Syntax.swift
[121/284] Compiling SwiftSyntax SyntaxChildren.swift
[128/284] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[129/284] Compiling SwiftSyntax TokenDiagnostic.swift
[130/284] Compiling SwiftSyntax TokenSequence.swift
[131/284] Compiling SwiftSyntax TokenSyntax.swift
[132/284] Compiling SwiftSyntax Trivia.swift
[133/284] Compiling SwiftSyntax Utils.swift
[134/284] Compiling SwiftSyntax ChildNameForKeyPath.swift
[135/284] Compiling SwiftSyntax Keyword.swift
[136/284] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[137/284] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[140/284] Compiling ConcurrencyExtras LockIsolated.swift
[167/292] Emitting module ConcurrencyExtras
[182/292] Compiling ConcurrencyExtras MainSerialExecutor.swift
[183/292] Compiling ConcurrencyExtras Result.swift
[184/292] Compiling ConcurrencyExtras Task.swift
[195/303] Compiling OrderedCollections OrderedSet+Sendable.swift
[196/303] Compiling OrderedCollections OrderedSet+SubSequence.swift
[197/303] Compiling OrderedCollections OrderedSet+Testing.swift
[198/303] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[199/303] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[200/303] Compiling OrderedCollections OrderedSet.swift
[201/303] Compiling OrderedCollections _UnsafeBitset.swift
[202/318] Emitting module OrderedCollections
[204/319] Compiling CombineSchedulers UIScheduler.swift
[205/320] Compiling XCTestDynamicOverlay Exports.swift
[206/320] Emitting module CombineSchedulers
[207/320] Compiling Clocks AnyClock.swift
[208/321] Compiling CombineSchedulers UnimplementedScheduler.swift
[209/321] Compiling Clocks Timer.swift
[210/321] Compiling CombineSchedulers Timer.swift
[211/321] Compiling CombineSchedulers UIKit.swift
[212/321] Compiling CombineSchedulers Lock.swift
[213/321] Compiling CombineSchedulers NSRecursiveLock.swift
[214/321] Compiling CombineSchedulers SwiftUI.swift
[215/321] Compiling CombineSchedulers TestScheduler.swift
[216/321] Compiling CombineSchedulers AnyScheduler.swift
[217/321] Compiling CombineSchedulers Concurrency.swift
[218/321] Compiling CombineSchedulers ImmediateScheduler.swift
[219/321] Compiling CombineSchedulers Deprecations.swift
[220/322] Emitting module Clocks
[222/322] Compiling Clocks UnimplementedClock.swift
[223/322] Compiling XCTestDynamicOverlay Deprecations.swift
[224/322] Emitting module XCTestDynamicOverlay
[225/323] Compiling Clocks Lock.swift
[226/323] Compiling Clocks ImmediateClock.swift
[227/323] Compiling Clocks _AsyncTimerSequence.swift
[229/323] Compiling Clocks SwiftUI.swift
[230/323] Compiling Clocks TestClock.swift
[236/379] Compiling Dependencies FireAndForget.swift
[237/379] Compiling Dependencies Locale.swift
[238/379] Compiling Dependencies MainQueue.swift
[239/379] Compiling Dependencies MainRunLoop.swift
[240/379] Compiling Dependencies NotificationCenter.swift
[241/379] Compiling Dependencies OpenURL.swift
[242/379] Compiling Dependencies TimeZone.swift
[243/379] Compiling Dependencies URLSession.swift
[244/379] Compiling Dependencies Deprecations.swift
[245/379] Compiling Dependencies Assert.swift
[246/379] Compiling Dependencies Calendar.swift
[247/379] Compiling Dependencies Clocks.swift
[248/379] Compiling Dependencies Context.swift
[249/379] Compiling Dependencies Date.swift
[253/382] Compiling SnapshotTesting UIImage.swift
[254/382] Compiling SnapshotTesting UIView.swift
[255/382] Compiling SnapshotTesting UIViewController.swift
[256/382] Compiling SnapshotTesting URLRequest.swift
[257/382] Compiling Dependencies UUID.swift
[258/382] Compiling Dependencies WithRandomNumberGenerator.swift
[259/382] Compiling Dependencies AppEntryPoint.swift
[260/382] Compiling CustomDump Identifiable.swift
[261/382] Compiling CustomDump Mirror.swift
[262/382] Compiling CustomDump String.swift
[264/382] Compiling Dependencies Exports.swift
[265/382] Compiling Dependencies TypeName.swift
[269/385] Compiling Dependencies Dependency.swift
[270/385] Compiling Dependencies DependencyContext.swift
[271/385] Compiling Dependencies DependencyKey.swift
[272/385] Compiling Dependencies DependencyValues.swift
[274/385] Compiling Dependencies PreviewTrait.swift
[275/385] Compiling Dependencies TestTrait.swift
[276/385] Compiling Dependencies WithDependencies.swift
[277/385] Emitting module CustomDump
[278/385] Compiling CustomDump Unordered.swift
[279/385] Compiling CustomDump XCTAssertDifference.swift
[280/385] Compiling CustomDump XCTAssertNoDifference.swift
[294/385] Emitting module SnapshotTesting
[316/385] Emitting module Dependencies
[321/396] Compiling SVGPrinter SVGEmpty.swift
[330/398] Compiling SVGPrinter SVGRaw.swift
[331/398] Compiling SVGPrinter exports.swift
[333/398] Compiling SVGPrinter SVGPrinter.swift
[334/398] Compiling SVGPrinter SVGGroup.swift
[335/398] Compiling SVGPrinter SVGBuilder.swift
[336/398] Compiling SVGPrinter Rendering.swift
[337/398] Compiling SVGPrinter SVG.swift
[338/398] Compiling SVGPrinter Attributes.swift
[339/398] Compiling SVGPrinter Element.swift
[340/398] Emitting module SVGPrinter
[348/403] Compiling SVG exports.swift
[349/405] Compiling SnapshotTestingCustomDump CustomDump.swift
[350/405] Emitting module SnapshotTestingCustomDump
[351/406] Emitting module SVG
[352/406] Compiling SVG Elements.swift
[355/407] Emitting module SwiftSyntax
[372/407] Compiling SwiftSyntax SyntaxNodesAB.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 InferIndentation.swift
[410/467] Compiling SwiftBasicFormat Syntax+Extensions.swift
[411/467] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[412/467] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[413/467] Compiling SwiftDiagnostics Message.swift
[414/468] Compiling SwiftBasicFormat Indenter.swift
[415/468] Emitting module SwiftDiagnostics
[416/468] Compiling SwiftParser Attributes.swift
[417/468] Compiling SwiftParser Availability.swift
[418/468] Compiling SwiftParser CharacterInfo.swift
[419/468] Compiling SwiftParser CollectionNodes+Parsable.swift
[420/468] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[421/468] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[422/468] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[423/468] Compiling SwiftDiagnostics FixIt.swift
[424/468] Compiling SwiftDiagnostics Note.swift
[426/469] Emitting module SwiftBasicFormat
[427/469] Compiling SwiftBasicFormat BasicFormat.swift
[429/470] Emitting module SwiftParser
[430/475] Compiling SwiftParser StringLiterals.swift
[431/475] Compiling SwiftParser SwiftParserCompatibility.swift
[432/475] Compiling SwiftParser SwiftVersion.swift
[433/475] Compiling SwiftParser SyntaxUtils.swift
[434/475] Compiling SwiftParser TokenConsumer.swift
[435/475] Compiling SwiftParser TokenPrecedence.swift
[436/475] Compiling SwiftParser TokenSpec.swift
[437/475] Compiling SwiftParser TokenSpecSet.swift
[438/475] Compiling SwiftParser TopLevel.swift
[439/475] Compiling SwiftParser TriviaParser.swift
[440/475] Compiling SwiftParser Types.swift
[441/475] Compiling SwiftParser LoopProgressCondition.swift
[442/475] Compiling SwiftParser Modifiers.swift
[443/475] Compiling SwiftParser Names.swift
[444/475] Compiling SwiftParser Nominals.swift
[445/475] Compiling SwiftParser Parameters.swift
[446/475] Compiling SwiftParser ParseSourceFile.swift
[447/475] Compiling SwiftParser Parser.swift
[448/475] Compiling SwiftParser Patterns.swift
[449/475] Compiling SwiftParser Recovery.swift
[450/475] Compiling SwiftParser Specifiers.swift
[451/475] Compiling SwiftParser Statements.swift
[452/475] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[453/475] Compiling SwiftParser Lexeme.swift
[454/475] Compiling SwiftParser LexemeSequence.swift
[455/475] Compiling SwiftParser Lexer.swift
[456/475] Compiling SwiftParser RegexLiteralLexer.swift
[457/475] Compiling SwiftParser UnicodeScalarExtensions.swift
[458/475] Compiling SwiftParser Lookahead.swift
[463/475] Compiling SwiftParser CompilerFiles.swift
[464/475] Compiling SwiftParser Declarations.swift
[465/475] Compiling SwiftParser Directives.swift
[466/475] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[467/475] Compiling SwiftParser Expressions.swift
[468/475] Compiling SwiftParser IncrementalParseTransition.swift
[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/489] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[479/489] Compiling SwiftParserDiagnostics Utils.swift
[480/489] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[481/490] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[482/490] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[483/490] Compiling SwiftParserDiagnostics PresenceUtils.swift
[484/490] Compiling SwiftParserDiagnostics MissingNodesError.swift
[485/490] Compiling SwiftParserDiagnostics MissingTokenError.swift
[486/490] Emitting module SwiftParserDiagnostics
[487/490] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[488/490] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[489/490] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[490/490] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[492/506] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[493/506] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[494/507] Compiling SwiftSyntaxBuilder Indenter.swift
[495/507] Compiling SwiftSyntaxBuilder ListBuilder.swift
[496/507] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[497/507] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[498/507] Emitting module SwiftSyntaxBuilder
[499/507] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[500/507] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[501/507] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[502/507] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[503/507] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[504/507] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[505/507] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[506/507] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[507/507] Compiling SwiftSyntaxBuilder ResultBuilders.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! (89.91s)
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"
}
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.