Build Information
Successful build of swift-service, reference main (51c466), with Swift 6.2 for Wasm on 22 Apr 2026 20:51:39 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build 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: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nslogmeng/swift-service.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[2/4] Copying Info.plist
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/19] Emitting module Service
[6/19] Compiling Service ServiceAssembly.swift
[7/19] Compiling Service ServiceContext.swift
[8/19] Compiling Service Provider.swift
[9/19] Compiling Service Service.swift
[10/20] Compiling Service Lock.swift
[11/20] Compiling Service LockStorage.swift
[12/20] Compiling Service ServiceEnv.swift
[13/20] Compiling Service ServiceError.swift
[14/20] Compiling Service ServiceStorage.swift
[15/20] Compiling Service Box.swift
[16/20] Compiling Service ServiceKey.swift
[17/20] Compiling Service ServiceScope.swift
[18/20] Compiling Service ServiceEnv+Register.swift
[19/20] Compiling Service ServiceEnv+Resolver.swift
[20/20] Compiling Service resource_bundle_accessor.swift
Build complete! (8.60s)
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"
}
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Done.