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 main (406cb9), with Swift 6.1 for macOS (SPM) on 25 Nov 2025 16:42:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/otaviocc/MicroClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/otaviocc/MicroClient
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 406cb98 Add Task Cancellation to README.md (#27)
Cloned https://github.com/otaviocc/MicroClient.git
Revision (git rev-parse @):
406cb9889158c7288dc4ae4da1e52096f0e223f7
SUCCESS checkout https://github.com/otaviocc/MicroClient.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/otaviocc/MicroClient.git
https://github.com/otaviocc/MicroClient.git
{
  "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/MetricsCollectorMock.swift",
        "Doubles/MockInterceptorStorage.swift",
        "Doubles/ResponseInterceptorMock.swift",
        "Doubles/ThrowingInterceptor.swift",
        "Doubles/URLSessionMock.swift",
        "Fixtures/NetworkClientMother.swift",
        "Fixtures/TestModelMother.swift",
        "HTTPMethodTests.swift",
        "MetricsCollectionInterceptorTests.swift",
        "NetworkClientCancellationTests.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",
        "ResponseLoggingInterceptorTests.swift",
        "RetryAfterInterceptorTests.swift",
        "StatusCodeValidationInterceptorTests.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/MetricsCollectionInterceptor.swift",
        "Interceptors/RequestIDInterceptor.swift",
        "Interceptors/ResponseLoggingInterceptor.swift",
        "Interceptors/RetryAfterInterceptor.swift",
        "Interceptors/StatusCodeValidationInterceptor.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",
        "NetworkResponseInterceptor.swift",
        "Responses/VoidRequest.swift",
        "Responses/VoidResponse.swift",
        "RetryStrategy.swift",
        "URLFormItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/33] Emitting module MicroClient
[4/36] Compiling MicroClient NetworkClientError.swift
[5/36] Compiling MicroClient NetworkConfiguration.swift
[6/36] Compiling MicroClient NetworkLogLevel.swift
[7/36] Compiling MicroClient VoidResponse.swift
[8/36] Compiling MicroClient RetryStrategy.swift
[9/36] Compiling MicroClient URLFormItem.swift
[10/36] Compiling MicroClient UserAgentInterceptor.swift
[11/36] Compiling MicroClient StdoutLogger.swift
[12/36] Compiling MicroClient NetworkClient.swift
[13/36] Compiling MicroClient BasicAuthInterceptor.swift
[14/36] Compiling MicroClient BearerAuthorizationInterceptor.swift
[15/36] Compiling MicroClient CacheControlInterceptor.swift
[16/36] Compiling MicroClient ContentTypeInterceptor.swift
[17/36] Compiling MicroClient URLComponents.swift
[18/36] Compiling MicroClient URLRequest.swift
[19/36] Compiling MicroClient URLResponse.swift
[20/36] Compiling MicroClient URLSessionProtocol.swift
[21/36] Compiling MicroClient NetworkLogger.swift
[22/36] Compiling MicroClient NetworkRequest.swift
[23/36] Compiling MicroClient NetworkRequestInterceptor.swift
[24/36] Compiling MicroClient Unwrap.swift
[25/36] Compiling MicroClient HTTPMethod.swift
[26/36] Compiling MicroClient APIKeyInterceptor.swift
[27/36] Compiling MicroClient AcceptHeaderInterceptor.swift
[28/36] Compiling MicroClient NetworkResponse.swift
[29/36] Compiling MicroClient NetworkResponseInterceptor.swift
[30/36] Compiling MicroClient VoidRequest.swift
[31/36] Compiling MicroClient MetricsCollectionInterceptor.swift
[32/36] Compiling MicroClient RequestIDInterceptor.swift
[33/36] Compiling MicroClient ResponseLoggingInterceptor.swift
[34/36] Compiling MicroClient RetryAfterInterceptor.swift
[35/36] Compiling MicroClient StatusCodeValidationInterceptor.swift
[36/36] Compiling MicroClient TimeoutInterceptor.swift
Build complete! (6.34s)
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/MetricsCollectorMock.swift",
        "Doubles/MockInterceptorStorage.swift",
        "Doubles/ResponseInterceptorMock.swift",
        "Doubles/ThrowingInterceptor.swift",
        "Doubles/URLSessionMock.swift",
        "Fixtures/NetworkClientMother.swift",
        "Fixtures/TestModelMother.swift",
        "HTTPMethodTests.swift",
        "MetricsCollectionInterceptorTests.swift",
        "NetworkClientCancellationTests.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",
        "ResponseLoggingInterceptorTests.swift",
        "RetryAfterInterceptorTests.swift",
        "StatusCodeValidationInterceptorTests.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/MetricsCollectionInterceptor.swift",
        "Interceptors/RequestIDInterceptor.swift",
        "Interceptors/ResponseLoggingInterceptor.swift",
        "Interceptors/RetryAfterInterceptor.swift",
        "Interceptors/StatusCodeValidationInterceptor.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",
        "NetworkResponseInterceptor.swift",
        "Responses/VoidRequest.swift",
        "Responses/VoidResponse.swift",
        "RetryStrategy.swift",
        "URLFormItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.