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-printer, reference main (672ed3), with Swift 6.1 for Android on 4 Nov 2025 21:02:35 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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

Build 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:         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" : [
        "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-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/apple/swift-collections
Fetching https://github.com/coenttb/swift-svg-types
[1/6392] Fetching swift-dependencies
[2367/6563] Fetching swift-dependencies, swift-svg-types
Fetched https://github.com/coenttb/swift-svg-types from cache (0.36s)
[4155/6392] Fetching swift-dependencies
[6393/24678] Fetching swift-dependencies, swift-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.57s)
[915/18286] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.82s)
Computing version for https://github.com/coenttb/swift-svg-types
Computed https://github.com/coenttb/swift-svg-types at 0.1.0 (2.46s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.00s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.80s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2522] Fetching combine-schedulers
[682/3405] Fetching combine-schedulers, swift-concurrency-extras
[2235/4697] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.48s)
[1/5552] Fetching xctest-dynamic-overlay
[3555/78266] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.10s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.12s)
[9453/72714] Fetching swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (11.03s)
Fetched https://github.com/swiftlang/swift-syntax from cache (11.09s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (11.72s)
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.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.54s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.76s)
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/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/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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
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
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/71] Compiling SVGTypes Image.swift
[16/71] Compiling SVGTypes Line.swift
[17/71] Compiling ConcurrencyExtras Locking.swift
[18/71] Compiling ConcurrencyExtras UncheckedBox.swift
[19/71] Compiling ConcurrencyExtras AsyncStream.swift
[20/71] Emitting module IssueReportingPackageSupport
[21/71] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[22/71] Compiling SVGTypes LinearGradient.swift
[23/71] Compiling SVGTypes Marker.swift
[24/71] Compiling IssueReportingPackageSupport _Test.swift
[25/71] Emitting module InternalCollectionsUtilities
[26/71] Compiling SVGTypes Mask.swift
[27/71] Compiling SVGTypes Path.swift
[28/71] Compiling SVGTypes Rect.swift
[29/71] Compiling ConcurrencyExtras ActorIsolated.swift
[30/71] Compiling ConcurrencyExtras AnyHashableSendable.swift
[31/72] Compiling ConcurrencyExtras Result.swift
[32/73] Compiling ConcurrencyExtras MainSerialExecutor.swift
[33/73] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[34/73] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[35/73] Compiling SVGTypes Switch.swift
[36/73] Compiling SVGTypes Symbol.swift
[37/73] Compiling SVGTypes TSpan.swift
[40/77] Emitting module ConcurrencyExtras
[47/77] Compiling ConcurrencyExtras UncheckedSendable.swift
[56/96] Compiling SVGTypes Text.swift
[57/96] Compiling SVGTypes Use.swift
[58/96] Compiling SVGTypes exports.swift
[59/96] Emitting module SVGTypes
[60/151] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[61/151] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[62/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[63/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[64/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[65/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[66/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[67/153] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[68/153] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[69/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[70/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[71/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[72/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[73/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[74/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[75/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[76/160] Compiling OrderedCollections OrderedSet+Initializers.swift
[77/160] Compiling OrderedCollections OrderedSet+Insertions.swift
[78/160] Compiling OrderedCollections OrderedSet+Invariants.swift
[79/160] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[80/160] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[81/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[82/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[83/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[84/160] Emitting module IssueReporting
[85/160] Compiling OrderedCollections OrderedDictionary.swift
[86/160] Compiling OrderedCollections OrderedSet+Codable.swift
[87/160] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[88/160] Compiling OrderedCollections OrderedSet+Descriptions.swift
[89/160] Compiling OrderedCollections OrderedSet+Diffing.swift
[90/160] Compiling OrderedCollections OrderedSet+Equatable.swift
[91/160] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[92/160] Compiling OrderedCollections OrderedSet+Hashable.swift
[95/160] Compiling IssueReporting WithExpectedIssue.swift
[96/160] Compiling IssueReporting WithIssueContext.swift
[97/160] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[98/160] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[99/160] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[100/160] Compiling OrderedCollections OrderedDictionary+Values.swift
[101/160] Compiling OrderedCollections OrderedDictionary+Codable.swift
[102/160] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[103/160] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[104/160] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[105/160] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[106/160] Compiling OrderedCollections OrderedDictionary+Elements.swift
[107/160] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[108/160] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[111/160] Compiling OrderedCollections OrderedSet+Sendable.swift
[112/160] Compiling OrderedCollections OrderedSet+SubSequence.swift
[113/160] Compiling OrderedCollections OrderedSet+Testing.swift
[114/160] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[115/160] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[116/160] Compiling OrderedCollections OrderedSet.swift
[117/160] Compiling OrderedCollections _UnsafeBitset.swift
[118/160] Compiling OrderedCollections _HashTable+Bucket.swift
[119/160] Compiling OrderedCollections _HashTable+BucketIterator.swift
[120/160] Compiling OrderedCollections _HashTable+Constants.swift
[121/160] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[122/160] Compiling OrderedCollections _HashTable+Testing.swift
[123/160] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[124/160] Compiling OrderedCollections _HashTable.swift
[125/160] Compiling OrderedCollections _Hashtable+Header.swift
[126/160] Emitting module OrderedCollections
[132/161] Compiling ConcurrencyExtras LockIsolated.swift
[133/161] Compiling ConcurrencyExtras Task.swift
[165/187] Compiling CombineSchedulers UIScheduler.swift
[166/188] Compiling Clocks Timer.swift
[167/189] Compiling CombineSchedulers UIKit.swift
[168/189] Compiling CombineSchedulers AnyScheduler.swift
[169/189] Compiling CombineSchedulers Concurrency.swift
[170/189] Compiling XCTestDynamicOverlay Exports.swift
[171/189] Compiling CombineSchedulers Lock.swift
[172/189] Compiling CombineSchedulers NSRecursiveLock.swift
[173/189] Emitting module CombineSchedulers
[174/189] Compiling CombineSchedulers ImmediateScheduler.swift
[175/189] Compiling CombineSchedulers Deprecations.swift
[176/189] Compiling CombineSchedulers Timer.swift
[177/189] Compiling CombineSchedulers SwiftUI.swift
[178/189] Compiling CombineSchedulers TestScheduler.swift
[179/189] Emitting module Clocks
[180/189] Compiling CombineSchedulers UnimplementedScheduler.swift
[182/190] Compiling Clocks UnimplementedClock.swift
[183/190] Compiling Clocks SwiftUI.swift
[184/190] Compiling Clocks _AsyncTimerSequence.swift
[185/190] Compiling Clocks Lock.swift
[186/190] Compiling Clocks TestClock.swift
[187/190] Compiling Clocks AnyClock.swift
[188/190] Compiling Clocks ImmediateClock.swift
[189/191] Emitting module XCTestDynamicOverlay
[190/191] Compiling XCTestDynamicOverlay Deprecations.swift
[193/216] Compiling Dependencies MainQueue.swift
[194/216] Compiling Dependencies MainRunLoop.swift
[195/216] Compiling Dependencies NotificationCenter.swift
[196/216] Compiling Dependencies Date.swift
[197/216] Compiling Dependencies FireAndForget.swift
[198/216] Compiling Dependencies Locale.swift
[199/216] Emitting module Dependencies
[200/219] Compiling Dependencies Assert.swift
[201/219] Compiling Dependencies Calendar.swift
[202/219] Compiling Dependencies Clocks.swift
[203/219] Compiling Dependencies Context.swift
[204/219] Compiling Dependencies OpenURL.swift
[205/219] Compiling Dependencies TimeZone.swift
[206/219] Compiling Dependencies URLSession.swift
[207/219] Compiling Dependencies UUID.swift
[208/219] Compiling Dependencies WithRandomNumberGenerator.swift
[209/219] Compiling Dependencies AppEntryPoint.swift
[210/219] Compiling Dependencies Deprecations.swift
[211/219] Compiling Dependencies Exports.swift
[212/219] Compiling Dependencies TypeName.swift
[213/219] Compiling Dependencies Dependency.swift
[214/219] Compiling Dependencies DependencyContext.swift
[215/219] Compiling Dependencies DependencyKey.swift
[216/219] Compiling Dependencies DependencyValues.swift
[217/219] Compiling Dependencies PreviewTrait.swift
[218/219] Compiling Dependencies TestTrait.swift
[219/219] Compiling Dependencies WithDependencies.swift
[221/230] Compiling SVGPrinter SVGRaw.swift
[222/231] Compiling SVGPrinter SVGGroup.swift
[223/231] Compiling SVGPrinter SVGPrinter.swift
[224/231] Compiling SVGPrinter SVGEmpty.swift
[225/231] Compiling SVGPrinter exports.swift
[226/231] Compiling SVGPrinter SVGBuilder.swift
[227/231] Emitting module SVGPrinter
[228/231] Compiling SVGPrinter Attributes.swift
[229/231] Compiling SVGPrinter Element.swift
[230/231] Compiling SVGPrinter Rendering.swift
[231/231] Compiling SVGPrinter SVG.swift
Build complete! (82.50s)
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"
}
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.