The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-svg-types, reference 0.1.0 (068b92), with Swift 6.3 for Wasm on 17 Apr 2026 02:36:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-svg-types.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-types
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 068b920 Initial commit: SVG types foundation for Swift
Cloned https://github.com/coenttb/swift-svg-types.git
Revision (git rev-parse @):
068b920b3c742741b7df9e0a26cc23449cf9ef00
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-types.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/coenttb/swift-svg-types.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Compiling SVGTypes Circle.swift
[4/30] Compiling SVGTypes ClipPath.swift
[5/30] Compiling SVGTypes Defs.swift
[6/30] Compiling SVGTypes Ellipse.swift
[7/30] Emitting module SVGTypes
[8/30] Compiling SVGTypes ForeignObject.swift
[9/30] Compiling SVGTypes G.swift
[10/30] Compiling SVGTypes Image.swift
[11/30] Compiling SVGTypes Line.swift
[12/33] Compiling SVGTypes LinearGradient.swift
[13/33] Compiling SVGTypes Marker.swift
[14/33] Compiling SVGTypes Mask.swift
[15/33] Compiling SVGTypes Path.swift
[16/33] Compiling SVGTypes Switch.swift
[17/33] Compiling SVGTypes Symbol.swift
[18/33] Compiling SVGTypes TSpan.swift
[19/33] Compiling SVGTypes Pattern.swift
[20/33] Compiling SVGTypes Polygon.swift
[21/33] Compiling SVGTypes Polyline.swift
[22/33] Compiling SVGTypes RadialGradient.swift
[23/33] Compiling SVGTypes Text.swift
[24/33] Compiling SVGTypes Use.swift
[25/33] Compiling SVGTypes exports.swift
[26/33] Compiling SVGTypes Rect.swift
[27/33] Compiling SVGTypes SVGAttributeType.swift
[28/33] Compiling SVGTypes SVGElement.swift
[29/33] Compiling SVGTypes SVGElementType.swift
[30/33] Compiling SVGTypes SVGLengthUnit.swift
[31/33] Compiling SVGTypes SVGPreserveAspectRatio.swift
[32/33] Compiling SVGTypes SVGValueTypes.swift
[33/33] Compiling SVGTypes Stop.swift
Build complete! (15.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-svg-types",
  "name" : "swift-svg-types",
  "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" : "SVGTypes",
      "targets" : [
        "SVGTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SVGTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "SVGTypesTests",
      "path" : "Tests/SVGTypesTests",
      "sources" : [
        "SVGTypesTests.swift"
      ],
      "target_dependencies" : [
        "SVGTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SVGTypes",
      "module_type" : "SwiftTarget",
      "name" : "SVGTypes",
      "path" : "Sources/SVGTypes",
      "product_memberships" : [
        "SVGTypes"
      ],
      "sources" : [
        "Circle.swift",
        "ClipPath.swift",
        "Defs.swift",
        "Ellipse.swift",
        "ForeignObject.swift",
        "G.swift",
        "Image.swift",
        "Line.swift",
        "LinearGradient.swift",
        "Marker.swift",
        "Mask.swift",
        "Path.swift",
        "Pattern.swift",
        "Polygon.swift",
        "Polyline.swift",
        "RadialGradient.swift",
        "Rect.swift",
        "SVGAttributeType.swift",
        "SVGElement.swift",
        "SVGElementType.swift",
        "SVGLengthUnit.swift",
        "SVGPreserveAspectRatio.swift",
        "SVGValueTypes.swift",
        "Stop.swift",
        "Switch.swift",
        "Symbol.swift",
        "TSpan.swift",
        "Text.swift",
        "Use.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.