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 MicroClient, reference 0.0.24 (443c66), with Swift 6.2 (beta) for macOS (SPM) on 5 Sep 2025 14:31:25 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/otaviocc/MicroClient.git
Reference: 0.0.24
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/otaviocc/MicroClient
 * tag               0.0.24     -> FETCH_HEAD
HEAD is now at 443c663 Adds More Interceptors (#19)
Cloned https://github.com/otaviocc/MicroClient.git
Revision (git rev-parse @):
443c663e399f440add32f1406a6a22e69dd2ac9c
SUCCESS checkout https://github.com/otaviocc/MicroClient.git at 0.0.24
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/otaviocc/MicroClient.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/29] Emitting module MicroClient
[4/31] Compiling MicroClient RetryStrategy.swift
[5/31] Compiling MicroClient URLFormItem.swift
[6/31] Compiling MicroClient NetworkConfiguration.swift
[7/31] Compiling MicroClient NetworkLogLevel.swift
[8/31] Compiling MicroClient NetworkLogger.swift
[9/31] Compiling MicroClient VoidRequest.swift
[10/31] Compiling MicroClient VoidResponse.swift
[11/31] Compiling MicroClient URLSessionProtocol.swift
[12/31] Compiling MicroClient Unwrap.swift
[13/31] Compiling MicroClient HTTPMethod.swift
[14/31] Compiling MicroClient URLComponents.swift
[15/31] Compiling MicroClient URLRequest.swift
[16/31] Compiling MicroClient URLResponse.swift
[17/31] Compiling MicroClient NetworkRequest.swift
[18/31] Compiling MicroClient NetworkRequestInterceptor.swift
[19/31] Compiling MicroClient NetworkResponse.swift
[20/31] Compiling MicroClient BearerAuthorizationInterceptor.swift
[21/31] Compiling MicroClient CacheControlInterceptor.swift
[22/31] Compiling MicroClient ContentTypeInterceptor.swift
[23/31] Compiling MicroClient RequestIDInterceptor.swift
[24/31] Compiling MicroClient TimeoutInterceptor.swift
[25/31] Compiling MicroClient UserAgentInterceptor.swift
[26/31] Compiling MicroClient APIKeyInterceptor.swift
[27/31] Compiling MicroClient AcceptHeaderInterceptor.swift
[28/31] Compiling MicroClient BasicAuthInterceptor.swift
[29/31] Compiling MicroClient StdoutLogger.swift
[30/31] Compiling MicroClient NetworkClient.swift
[31/31] Compiling MicroClient NetworkClientError.swift
Build complete! (5.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MicroClient",
  "name" : "MicroClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "MicroClient",
      "targets" : [
        "MicroClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MicroClientTests",
      "module_type" : "SwiftTarget",
      "name" : "MicroClientTests",
      "path" : "Tests/MicroClientTests",
      "sources" : [
        "APIKeyInterceptorTests.swift",
        "AcceptHeaderInterceptorTests.swift",
        "BasicAuthInterceptorTests.swift",
        "BearerAuthorizationInterceptorTests.swift",
        "CacheControlInterceptorTests.swift",
        "ContentTypeInterceptorTests.swift",
        "Doubles/HeaderInterceptor.swift",
        "Doubles/InterceptorMock.swift",
        "Doubles/LoggerMock.swift",
        "Doubles/MockInterceptorStorage.swift",
        "Doubles/ThrowingInterceptor.swift",
        "Doubles/URLSessionMock.swift",
        "Fixtures/NetworkClientMother.swift",
        "Fixtures/TestModelMother.swift",
        "HTTPMethodTests.swift",
        "NetworkClientErrorHandlingTests.swift",
        "NetworkClientLoggingTests.swift",
        "NetworkClientRetryTests.swift",
        "NetworkClientTests.swift",
        "NetworkConfigurationTests.swift",
        "NetworkRequestDecodingTests.swift",
        "NetworkRequestEncodingTests.swift",
        "NetworkRequestHTTPBodyTests.swift",
        "NetworkRequestHeadersTests.swift",
        "NetworkRequestQueryItemsTests.swift",
        "NetworkRequestTests.swift",
        "NetworkResponseComplexModelsTests.swift",
        "NetworkResponseTests.swift",
        "RequestIDInterceptorTests.swift",
        "TimeoutInterceptorTests.swift",
        "URLFormItemArrayExtensionTests.swift",
        "URLFormItemTests.swift",
        "UserAgentInterceptorTests.swift"
      ],
      "target_dependencies" : [
        "MicroClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MicroClient",
      "module_type" : "SwiftTarget",
      "name" : "MicroClient",
      "path" : "Sources/MicroClient",
      "product_memberships" : [
        "MicroClient"
      ],
      "sources" : [
        "Extensions/URLComponents.swift",
        "Extensions/URLRequest.swift",
        "Extensions/URLResponse.swift",
        "Extensions/URLSessionProtocol.swift",
        "Extensions/Unwrap.swift",
        "HTTPMethod.swift",
        "Interceptors/APIKeyInterceptor.swift",
        "Interceptors/AcceptHeaderInterceptor.swift",
        "Interceptors/BasicAuthInterceptor.swift",
        "Interceptors/BearerAuthorizationInterceptor.swift",
        "Interceptors/CacheControlInterceptor.swift",
        "Interceptors/ContentTypeInterceptor.swift",
        "Interceptors/RequestIDInterceptor.swift",
        "Interceptors/TimeoutInterceptor.swift",
        "Interceptors/UserAgentInterceptor.swift",
        "Loggers/StdoutLogger.swift",
        "NetworkClient.swift",
        "NetworkClientError.swift",
        "NetworkConfiguration.swift",
        "NetworkLogLevel.swift",
        "NetworkLogger.swift",
        "NetworkRequest.swift",
        "NetworkRequestInterceptor.swift",
        "NetworkResponse.swift",
        "Responses/VoidRequest.swift",
        "Responses/VoidResponse.swift",
        "RetryStrategy.swift",
        "URLFormItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.