The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-package-resources, reference 4.0.2 (918441), with Swift 6.3 for Linux on 21 Apr 2026 21:37:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-package-resources.git
Reference: 4.0.2
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/capturecontext/swift-package-resources
 * tag               4.0.2      -> FETCH_HEAD
HEAD is now at 918441d feat(SPI): Update .spi.yml
Cloned https://github.com/capturecontext/swift-package-resources.git
Revision (git rev-parse @):
918441d874d0a2b5098480908a245db726f3610f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-package-resources.git at 4.0.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/capturecontext/swift-package-resources.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling PackageResourcesCore Typealiases.swift
[5/11] Compiling PackageResourcesCore StoryboardResource.swift
[6/11] Compiling PackageResourcesCore SCNSceneResource.swift
[7/11] Compiling PackageResourcesCore ImageResource.swift
[8/11] Compiling PackageResourcesCore NibResource.swift
[9/11] Emitting module PackageResourcesCore
[10/11] Compiling PackageResourcesCore ColorResource.swift
[11/11] Compiling PackageResourcesCore FontResource.swift
[13/14] Emitting module PackageResources
[14/14] Compiling PackageResources Exports.swift
Build complete! (10.09s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-package-resources",
  "name" : "swift-package-resources",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PackageResources",
      "targets" : [
        "PackageResources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PackageResourcesCore",
      "targets" : [
        "PackageResourcesCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PackageResourcesCore",
      "module_type" : "SwiftTarget",
      "name" : "PackageResourcesCore",
      "path" : "Sources/PackageResourcesCore",
      "product_memberships" : [
        "PackageResources",
        "PackageResourcesCore"
      ],
      "sources" : [
        "ColorResource.swift",
        "FontResource.swift",
        "ImageResource.swift",
        "NibResource.swift",
        "SCNSceneResource.swift",
        "StoryboardResource.swift",
        "Typealiases.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PackageResources",
      "module_type" : "SwiftTarget",
      "name" : "PackageResources",
      "path" : "Sources/PackageResources",
      "product_memberships" : [
        "PackageResources"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "PackageResourcesCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.