The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-svg-types, reference main (cb174f), with Swift 6.2 for macOS (SPM) on 4 Nov 2025 20:47:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-svg-types",
      "name": "swift-svg-types",
      "url": "https://github.com/coenttb/swift-svg-types.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-svg-types",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/coenttb/swift-svg-types.git
[1/171] Fetching swift-svg-types
Fetched https://github.com/coenttb/swift-svg-types.git from cache (0.70s)
Creating working copy for https://github.com/coenttb/swift-svg-types.git
Working copy of https://github.com/coenttb/swift-svg-types.git resolved at main (cb174fa)
warning: '.resolve-product-dependencies': dependency 'swift-svg-types' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/coenttb/swift-svg-types.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/30] Emitting module SVGTypes
[4/33] Compiling SVGTypes Circle.swift
[5/33] Compiling SVGTypes ClipPath.swift
[6/33] Compiling SVGTypes Defs.swift
[7/33] Compiling SVGTypes Pattern.swift
[8/33] Compiling SVGTypes Polygon.swift
[9/33] Compiling SVGTypes Polyline.swift
[10/33] Compiling SVGTypes Image.swift
[11/33] Compiling SVGTypes Line.swift
[12/33] Compiling SVGTypes LinearGradient.swift
[13/33] Compiling SVGTypes RadialGradient.swift
[14/33] Compiling SVGTypes Rect.swift
[15/33] Compiling SVGTypes SVGAttributeType.swift
[16/33] Compiling SVGTypes Ellipse.swift
[17/33] Compiling SVGTypes ForeignObject.swift
[18/33] Compiling SVGTypes G.swift
[19/33] Compiling SVGTypes Text.swift
[20/33] Compiling SVGTypes Use.swift
[21/33] Compiling SVGTypes exports.swift
[22/33] Compiling SVGTypes SVGPreserveAspectRatio.swift
[23/33] Compiling SVGTypes SVGValueTypes.swift
[24/33] Compiling SVGTypes Stop.swift
[25/33] Compiling SVGTypes Marker.swift
[26/33] Compiling SVGTypes Mask.swift
[27/33] Compiling SVGTypes Path.swift
[28/33] Compiling SVGTypes SVGElement.swift
[29/33] Compiling SVGTypes SVGElementType.swift
[30/33] Compiling SVGTypes SVGLengthUnit.swift
[31/33] Compiling SVGTypes Switch.swift
[32/33] Compiling SVGTypes Symbol.swift
[33/33] Compiling SVGTypes TSpan.swift
Build complete! (4.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-svg-types",
  "name" : "swift-svg-types",
  "path" : "/Users/admin/builder/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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/coenttb/swift-svg-types/main
Repository:               coenttb/swift-svg-types
Swift version used:       6.2
Target:                   SVGTypes
Extracting symbol information for 'SVGTypes'...
Finished extracting symbol information for 'SVGTypes'. (1.80s)
Building documentation for 'SVGTypes'...
Finished building documentation for 'SVGTypes' (0.39s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/coenttb/swift-svg-types/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2160] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.39s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3570] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.97s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit DeclarationFragments.swift
[8/57] Compiling SymbolKit Fragment.swift
[9/57] Compiling SymbolKit FragmentKind.swift
[10/57] Compiling SymbolKit FunctionParameter.swift
[11/57] Compiling SymbolKit FunctionSignature.swift
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Emitting module Snippets
[14/57] Compiling Snippets Snippet.swift
[15/57] Compiling SymbolKit Identifier.swift
[16/57] Compiling SymbolKit KindIdentifier.swift
[17/57] Compiling SymbolKit Location.swift
[18/57] Compiling SymbolKit Mutability.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit Names.swift
[25/57] Compiling SymbolKit SPI.swift
[26/57] Compiling SymbolKit Snippet.swift
[27/57] Compiling SymbolKit Extension.swift
[28/57] Compiling SymbolKit SourceRange.swift
[29/57] Compiling SymbolKit Metadata.swift
[30/57] Compiling SymbolKit Module.swift
[31/57] Compiling SymbolKit OperatingSystem.swift
[32/57] Compiling SymbolKit Platform.swift
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit SemanticVersion.swift
[43/57] Compiling SymbolKit AccessControl.swift
[44/57] Compiling SymbolKit Availability.swift
[45/57] Compiling SymbolKit AvailabilityItem.swift
[46/57] Compiling SymbolKit Domain.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.37s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SVGTypes' complete! (0.22s)
    1176
7	/Users/admin/builder/spi-builder-workspace/.docs/coenttb/swift-svg-types/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/coenttb/swift-svg-types/main
File count: 1176
Doc size:   7.0MB
Preparing doc bundle ...
Uploading prod-coenttb-swift-svg-types-main-5a26ec7f.zip to s3://spi-docs-inbox/prod-coenttb-swift-svg-types-main-5a26ec7f.zip
Copying... [13%]
Copying... [21%]
Copying... [34%]
Copying... [43%]
Copying... [51%]
Copying... [64%]
Copying... [73%]
Copying... [81%]
Copying... [94%]
Copying... [100%]
Done.