The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-service, reference main (51c466), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 21:02:55 UTC.

Swift 6 data race errors: 0

Build Command

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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-service",
      "name": "swift-service",
      "url": "https://github.com/nslogmeng/swift-service.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-service",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nslogmeng/swift-service.git
[1/1136] Fetching swift-service
Fetched https://github.com/nslogmeng/swift-service.git from cache (1.27s)
Creating working copy for https://github.com/nslogmeng/swift-service.git
Working copy of https://github.com/nslogmeng/swift-service.git resolved at main (51c4666)
warning: '.resolve-product-dependencies': dependency 'swift-service' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nslogmeng/swift-service.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying Info.plist
[0/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/19] Compiling Service Box.swift
[6/19] Compiling Service ServiceEnv+Register.swift
[7/19] Compiling Service ServiceEnv+Resolver.swift
[8/19] Emitting module Service
[9/19] Compiling Service ServiceEnv.swift
[10/19] Compiling Service ServiceError.swift
[11/19] Compiling Service ServiceStorage.swift
[12/19] Compiling Service Provider.swift
[13/19] Compiling Service Service.swift
[14/19] Compiling Service LockStorage.swift
[15/19] Compiling Service ServiceKey.swift
[16/19] Compiling Service ServiceScope.swift
[17/19] Compiling Service ServiceAssembly.swift
[18/19] Compiling Service ServiceContext.swift
[19/19] Compiling Service Lock.swift
[20/20] Compiling Service resource_bundle_accessor.swift
Build complete! (4.88s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-service",
  "name" : "swift-service",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.