The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-svg-types, reference main (cb174f), with Swift 6.1 for Linux on 4 Nov 2025 20:47:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-svg-types.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-types
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cb174fa chore: disable nesting rule for namespacing flexibility
Cloned https://github.com/coenttb/swift-svg-types.git
Revision (git rev-parse @):
cb174faa7419f09c3d84bb20b3acd7bb89927e60
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-types.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-svg-types.git
https://github.com/coenttb/swift-svg-types.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : [
        "ReadmeVerificationTests.swift",
        "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Compiling SVGTypes Switch.swift
[4/30] Compiling SVGTypes Symbol.swift
[5/30] Compiling SVGTypes TSpan.swift
[6/33] Compiling SVGTypes Circle.swift
[7/33] Compiling SVGTypes ClipPath.swift
[8/33] Compiling SVGTypes Defs.swift
[9/33] Compiling SVGTypes Ellipse.swift
[10/33] Emitting module SVGTypes
[11/33] Compiling SVGTypes Text.swift
[12/33] Compiling SVGTypes Use.swift
[13/33] Compiling SVGTypes exports.swift
[14/33] Compiling SVGTypes SVGLengthUnit.swift
[15/33] Compiling SVGTypes SVGPreserveAspectRatio.swift
[16/33] Compiling SVGTypes SVGValueTypes.swift
[17/33] Compiling SVGTypes Stop.swift
[18/33] Compiling SVGTypes ForeignObject.swift
[19/33] Compiling SVGTypes G.swift
[20/33] Compiling SVGTypes Image.swift
[21/33] Compiling SVGTypes Line.swift
[22/33] Compiling SVGTypes Pattern.swift
[23/33] Compiling SVGTypes Polygon.swift
[24/33] Compiling SVGTypes Polyline.swift
[25/33] Compiling SVGTypes RadialGradient.swift
[26/33] Compiling SVGTypes LinearGradient.swift
[27/33] Compiling SVGTypes Marker.swift
[28/33] Compiling SVGTypes Mask.swift
[29/33] Compiling SVGTypes Path.swift
[30/33] Compiling SVGTypes Rect.swift
[31/33] Compiling SVGTypes SVGAttributeType.swift
[32/33] Compiling SVGTypes SVGElement.swift
[33/33] Compiling SVGTypes SVGElementType.swift
Build complete! (15.52s)
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" : [
        "ReadmeVerificationTests.swift",
        "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"
}
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.