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 (033e31), with Swift 6.1 for macOS (SPM) on 6 Sep 2025 14:38:13 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.67.1
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 033e317 Add SwiftFormat (#20)
Cloned https://github.com/otaviocc/MicroClient.git
Revision (git rev-parse @):
033e317052940eefae868121b495bc7a71072c52
SUCCESS checkout https://github.com/otaviocc/MicroClient.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "microclient",
      "name": "MicroClient",
      "url": "https://github.com/otaviocc/MicroClient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MicroClient",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/otaviocc/MicroClient.git
[1/1028] Fetching microclient
Fetched https://github.com/otaviocc/MicroClient.git from cache (0.88s)
Creating working copy for https://github.com/otaviocc/MicroClient.git
Working copy of https://github.com/otaviocc/MicroClient.git resolved at main (033e317)
warning: '.resolve-product-dependencies': dependency 'microclient' is not used by any target
Found 0 product dependencies
========================================
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/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"
}
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/29] Emitting module MicroClient
[4/31] Compiling MicroClient RetryStrategy.swift
[5/31] Compiling MicroClient URLFormItem.swift
[6/31] Compiling MicroClient URLSessionProtocol.swift
[7/31] Compiling MicroClient Unwrap.swift
[8/31] Compiling MicroClient HTTPMethod.swift
[9/31] Compiling MicroClient APIKeyInterceptor.swift
[10/31] Compiling MicroClient AcceptHeaderInterceptor.swift
[11/31] Compiling MicroClient BasicAuthInterceptor.swift
[12/31] Compiling MicroClient NetworkConfiguration.swift
[13/31] Compiling MicroClient NetworkLogLevel.swift
[14/31] Compiling MicroClient NetworkLogger.swift
[15/31] Compiling MicroClient NetworkRequest.swift
[16/31] Compiling MicroClient NetworkRequestInterceptor.swift
[17/31] Compiling MicroClient NetworkResponse.swift
[18/31] Compiling MicroClient VoidRequest.swift
[19/31] Compiling MicroClient VoidResponse.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 URLComponents.swift
[27/31] Compiling MicroClient URLRequest.swift
[28/31] Compiling MicroClient URLResponse.swift
[29/31] Compiling MicroClient StdoutLogger.swift
[30/31] Compiling MicroClient NetworkClient.swift
[31/31] Compiling MicroClient NetworkClientError.swift
Build complete! (6.35s)
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.