The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LocalServer, reference 2.1.7 (95b1d5), with Swift 6.0 for macOS (SPM) on 26 Mar 2026 18:39:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/db-in/LocalServer.git
Reference: 2.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/db-in/LocalServer
 * tag               2.1.7      -> FETCH_HEAD
HEAD is now at 95b1d5b - Updating the server calls
Cloned https://github.com/db-in/LocalServer.git
Revision (git rev-parse @):
95b1d5bedc51b9c8a3e5484d53fcd195544a56fb
SUCCESS checkout https://github.com/db-in/LocalServer.git at 2.1.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/db-in/LocalServer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/13] Compiling LocalServer UITestResponse.swift
[4/13] Compiling LocalServer DataExtension.swift
[5/13] Compiling LocalServer Exchangeable.swift
[6/13] Compiling LocalServer Router.swift
[7/13] Emitting module LocalServer
[8/14] Compiling LocalServer StubURLHTTPProtocol.swift
[9/14] Compiling LocalServer StubServer.swift
[10/14] Compiling LocalServer UITestServer.swift
[11/14] Compiling LocalServer StubResponse.swift
[12/14] Compiling LocalServer StubWKWebView.swift
[13/14] Compiling LocalServer StubURLSession.swift
[14/14] Compiling LocalServer UITestState.swift
Build complete! (5.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LocalServer",
  "name" : "LocalServer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LocalServer",
      "targets" : [
        "LocalServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocalServerTests",
      "module_type" : "SwiftTarget",
      "name" : "LocalServerTests",
      "path" : "LocalServerTests",
      "sources" : [
        "DataExtensionTests.swift",
        "StubResponseTests.swift",
        "StubServerTests.swift",
        "TestExtensions.swift",
        "UITestResponseTests.swift",
        "WKWebViewResponseTests.swift"
      ],
      "target_dependencies" : [
        "LocalServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocalServer",
      "module_type" : "SwiftTarget",
      "name" : "LocalServer",
      "path" : "LocalServer/Source",
      "product_memberships" : [
        "LocalServer"
      ],
      "sources" : [
        "DataExtension.swift",
        "Exchangeable.swift",
        "Router.swift",
        "StubResponse.swift",
        "StubServer.swift",
        "StubURLHTTPProtocol.swift",
        "StubURLSession.swift",
        "StubWKWebView.swift",
        "UITestResponse.swift",
        "UITestServer.swift",
        "UITestState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.