The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-service, reference main (51c466), with Swift 6.3 for Linux on 22 Apr 2026 20:51:37 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/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/nslogmeng/swift-service.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/nslogmeng/swift-service
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 51c4666 docs: tighten README hierarchy and surface concurrency tagline
Cloned https://github.com/nslogmeng/swift-service.git
Revision (git rev-parse @):
51c46666b77fb0efa95babb6571eb7ba6b0799e0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nslogmeng/swift-service.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nslogmeng/swift-service.git
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/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/4] Copying PrivacyInfo.xcprivacy
[0/4] Copying Info.plist
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/19] Compiling Service ServiceKey.swift
[6/19] Compiling Service ServiceScope.swift
[7/20] Compiling Service ServiceEnv.swift
[8/20] Compiling Service ServiceError.swift
[9/20] Compiling Service Provider.swift
[10/20] Compiling Service Service.swift
[11/20] Compiling Service ServiceAssembly.swift
[12/20] Compiling Service ServiceContext.swift
[13/20] Emitting module Service
[14/20] Compiling Service ServiceEnv+Register.swift
[15/20] Compiling Service ServiceEnv+Resolver.swift
[16/20] Compiling Service resource_bundle_accessor.swift
[17/20] Compiling Service ServiceStorage.swift
[18/20] Compiling Service Box.swift
[19/20] Compiling Service Lock.swift
[20/20] Compiling Service LockStorage.swift
Build complete! (8.84s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-service",
  "name" : "swift-service",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Service",
      "targets" : [
        "Service"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "ServiceTests",
      "path" : "Tests/ServiceTests",
      "sources" : [
        "CircularDependencyTests.swift",
        "ConcurrencyTests.swift",
        "FatalErrorTests.swift",
        "IntegrationTests.swift",
        "MainActorRegistrationTests.swift",
        "MainActorServiceTests.swift",
        "ProviderTests.swift",
        "ServiceAssemblyTests.swift",
        "ServiceEnvTests.swift",
        "ServiceErrorTests.swift",
        "ServiceKeyTests.swift",
        "ServicePropertyWrapperTests.swift",
        "ServiceRegistrationTests.swift",
        "ServiceScopeTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "Service"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Service",
      "module_type" : "SwiftTarget",
      "name" : "Service",
      "path" : "Sources/Service",
      "product_memberships" : [
        "Service"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Service/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Provider.swift",
        "Service.swift",
        "ServiceAssembly.swift",
        "ServiceContext.swift",
        "ServiceEnv+Register.swift",
        "ServiceEnv+Resolver.swift",
        "ServiceEnv.swift",
        "ServiceError.swift",
        "ServiceKey.swift",
        "ServiceScope.swift",
        "ServiceStorage.swift",
        "Utils/Box.swift",
        "Utils/Lock.swift",
        "Utils/LockStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
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.