The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ServiceManager, reference 1.2.2 (81bb25), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:33:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bibinjacobpulickal/ServiceManager.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bibinjacobpulickal/ServiceManager
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at 81bb25b Added port component.
Cloned https://github.com/bibinjacobpulickal/ServiceManager.git
Revision (git rev-parse @):
81bb25bfea2779e9bdcd9ccd1bcad592435b24ca
SUCCESS checkout https://github.com/bibinjacobpulickal/ServiceManager.git at 1.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bibinjacobpulickal/ServiceManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/22] Emitting module ServiceManager
[4/24] Compiling ServiceManager BBServiceKit.swift
[5/24] Compiling ServiceManager Service.swift
[6/24] Compiling ServiceManager Route.swift
[7/24] Compiling ServiceManager URLComponent.swift
[8/24] Compiling ServiceManager RequestComponent.swift
[9/24] Compiling ServiceManager ResponseComponent.swift
[10/24] Compiling ServiceManager HTTPScheme.swift
[11/24] Compiling ServiceManager DataConvertible.swift
[12/24] Compiling ServiceManager AnyDecoder.swift
[13/24] Compiling ServiceManager AnyEncoder.swift
[14/24] Compiling ServiceManager EncodableExtensions.swift
[15/24] Compiling ServiceManager JSONEncoding.swift
[16/24] Compiling ServiceManager PropertyListEncoding.swift
[17/24] Compiling ServiceManager HTTPHeader.swift
[18/24] Compiling ServiceManager HTTPMethod.swift
[19/24] Compiling ServiceManager FormDataEncoding.swift
[20/24] Compiling ServiceManager HTTPEncoding.swift
[21/24] Compiling ServiceManager URLConvertible.swift
[22/24] Compiling ServiceManager URLRequestConvertible.swift
[23/24] Compiling ServiceManager URLEncoding.swift
[24/24] Compiling ServiceManager HTTPError.swift
Build complete! (5.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ServiceManager",
  "name" : "ServiceManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ServiceManager",
      "targets" : [
        "ServiceManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ServiceManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "ServiceManagerTests",
      "path" : "Tests/ServiceManagerTests",
      "sources" : [
        "ServiceManagerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ServiceManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ServiceManager",
      "module_type" : "SwiftTarget",
      "name" : "ServiceManager",
      "path" : "Sources/ServiceManager",
      "product_memberships" : [
        "ServiceManager"
      ],
      "sources" : [
        "Decoding/AnyDecoder.swift",
        "Encoding/AnyEncoder.swift",
        "Encoding/EncodableExtensions.swift",
        "Encoding/FormDataEncoding.swift",
        "Encoding/HTTPEncoding.swift",
        "Encoding/JSONEncoding.swift",
        "Encoding/PropertyListEncoding.swift",
        "Encoding/URLEncoding.swift",
        "HTTP/HTTPError.swift",
        "HTTP/HTTPHeader.swift",
        "HTTP/HTTPMethod.swift",
        "HTTP/HTTPScheme.swift",
        "Protocols/DataConvertible.swift",
        "Protocols/URLConvertible.swift",
        "Protocols/URLRequestConvertible.swift",
        "Route/RequestComponent.swift",
        "Route/ResponseComponent.swift",
        "Route/Route.swift",
        "Route/URLComponent.swift",
        "Service/BBServiceKit.swift",
        "Service/Service.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.