The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-net-kit, reference v0.1.0 (71484c), with Swift 6.2 for Linux on 3 Apr 2026 07:37:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philiprehberger/swift-net-kit.git
Reference: v0.1.0
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/philiprehberger/swift-net-kit
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at 71484ca Fix FoundationNetworking in tests and var capture in Sendable closure
Cloned https://github.com/philiprehberger/swift-net-kit.git
Revision (git rev-parse @):
71484cab7ab465f7bb363463b0307e8ddf04d84f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-net-kit.git at v0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/philiprehberger/swift-net-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:b1b7512e70c869f4e6dfc045c9cfbcecd5568d004e044b9c2b5f35ddaecd218b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling NetKit Response.swift
[4/14] Compiling NetKit Endpoint.swift
[5/14] Compiling NetKit HTTPMethod.swift
[6/14] Emitting module NetKit
[7/14] Compiling NetKit AuthPlugin.swift
[8/14] Compiling NetKit CachePolicy.swift
[9/14] Compiling NetKit NetworkError.swift
[10/14] Compiling NetKit Plugin.swift
[11/14] Compiling NetKit RetryPolicy.swift
[12/14] Compiling NetKit LoggingPlugin.swift
[13/14] Compiling NetKit NetKit.swift
[14/14] Compiling NetKit NetworkClient.swift
Build complete! (12.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-net-kit",
  "name" : "swift-net-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NetKit",
      "targets" : [
        "NetKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetKitTests",
      "module_type" : "SwiftTarget",
      "name" : "NetKitTests",
      "path" : "Tests/NetKitTests",
      "sources" : [
        "CachePolicyTests.swift",
        "EndpointTests.swift",
        "HTTPMethodTests.swift",
        "PluginTests.swift",
        "ResponseTests.swift",
        "RetryPolicyTests.swift"
      ],
      "target_dependencies" : [
        "NetKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetKit",
      "module_type" : "SwiftTarget",
      "name" : "NetKit",
      "path" : "Sources/NetKit",
      "product_memberships" : [
        "NetKit"
      ],
      "sources" : [
        "AuthPlugin.swift",
        "CachePolicy.swift",
        "Endpoint.swift",
        "HTTPMethod.swift",
        "LoggingPlugin.swift",
        "NetKit.swift",
        "NetworkClient.swift",
        "NetworkError.swift",
        "Plugin.swift",
        "Response.swift",
        "RetryPolicy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:b1b7512e70c869f4e6dfc045c9cfbcecd5568d004e044b9c2b5f35ddaecd218b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.