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 NetworkLayer, reference main (7f7acc), with Swift 6.2 for macOS (SPM) on 13 Dec 2025 09:05:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/network-layer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/space-code/network-layer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7f7acc0 chore(changelog): update CHANGELOG.md
Cloned https://github.com/space-code/network-layer.git
Revision (git rev-parse @):
7f7acc04df063702c404b7efda49dfaa8f3daf39
SUCCESS checkout https://github.com/space-code/network-layer.git at main
Fetching https://github.com/WeTransfer/Mocker
Fetching https://github.com/space-code/typhoon
Fetching https://github.com/space-code/atomic
[1/227] Fetching atomic
[24/674] Fetching atomic, typhoon
[259/2563] Fetching atomic, typhoon, mocker
Fetched https://github.com/space-code/atomic from cache (0.93s)
[939/2336] Fetching typhoon, mocker
Fetched https://github.com/WeTransfer/Mocker from cache (1.10s)
Fetched https://github.com/space-code/typhoon from cache (1.10s)
Computing version for https://github.com/WeTransfer/Mocker
Computed https://github.com/WeTransfer/Mocker at 3.0.2 (4.01s)
Computing version for https://github.com/space-code/typhoon
Computed https://github.com/space-code/typhoon at 1.3.0 (0.50s)
Computing version for https://github.com/space-code/atomic
warning: 'atomic': /Package.swift:12:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |         .iOS(.v13),
11 |         .watchOS(.v6),
12 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
13 |         .visionOS(.v1),
14 |     ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/space-code/atomic at 1.1.0 (0.52s)
Creating working copy for https://github.com/WeTransfer/Mocker
Working copy of https://github.com/WeTransfer/Mocker resolved at 3.0.2
Creating working copy for https://github.com/space-code/atomic
Working copy of https://github.com/space-code/atomic resolved at 1.1.0
Creating working copy for https://github.com/space-code/typhoon
Working copy of https://github.com/space-code/typhoon resolved at 1.3.0
warning: 'atomic': /Users/admin/builder/spi-builder-workspace/.build/checkouts/atomic/Package.swift:12:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |         .iOS(.v13),
11 |         .watchOS(.v6),
12 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
13 |         .visionOS(.v1),
14 |     ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
========================================
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": "network-layer",
      "name": "NetworkLayer",
      "url": "https://github.com/space-code/network-layer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/network-layer",
      "dependencies": [
        {
          "identity": "atomic",
          "name": "Atomic",
          "url": "https://github.com/space-code/atomic",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/atomic",
          "dependencies": [
          ]
        },
        {
          "identity": "typhoon",
          "name": "Typhoon",
          "url": "https://github.com/space-code/typhoon",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/typhoon",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/space-code/network-layer.git
[1/937] Fetching network-layer
Fetched https://github.com/space-code/network-layer.git from cache (0.93s)
Fetching https://github.com/space-code/typhoon from cache
Fetching https://github.com/space-code/atomic from cache
Fetched https://github.com/space-code/typhoon from cache (0.45s)
Fetched https://github.com/space-code/atomic from cache (0.45s)
Computing version for https://github.com/space-code/typhoon
Computed https://github.com/space-code/typhoon at 1.3.0 (0.53s)
Computing version for https://github.com/space-code/atomic
Computed https://github.com/space-code/atomic at 1.1.0 (0.04s)
Creating working copy for https://github.com/space-code/network-layer.git
Working copy of https://github.com/space-code/network-layer.git resolved at main (7f7acc0)
Creating working copy for https://github.com/space-code/typhoon
Working copy of https://github.com/space-code/typhoon resolved at 1.3.0
Creating working copy for https://github.com/space-code/atomic
Working copy of https://github.com/space-code/atomic resolved at 1.1.0
warning: '.resolve-product-dependencies': dependency 'network-layer' is not used by any target
Found 2 product dependencies
  - Atomic
  - Typhoon
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/space-code/network-layer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-49B95AFC49DCD68C.txt
[6/17] Compiling Atomic UnfairLock.swift
[7/17] Compiling Typhoon RetryPolicyStrategy.swift
[8/17] Compiling Atomic ILock.swift
[9/17] Emitting module Atomic
[10/17] Compiling Atomic Atomic.swift
[11/17] Compiling Typhoon RetrySequence.swift
[12/17] Compiling Typhoon RetryIterator.swift
[13/17] Compiling Typhoon IRetryPolicyService.swift
[14/17] Compiling Typhoon RetryPolicyError.swift
[15/17] Compiling Typhoon RetryPolicyService.swift
[16/17] Emitting module Typhoon
[17/17] Compiling Typhoon DispatchTimeInterval+Double.swift
[18/33] Compiling NetworkLayerInterfaces IRequestProcessor.swift
[19/33] Compiling NetworkLayerInterfaces RequestProcessorDelegate.swift
[20/33] Compiling NetworkLayerInterfaces SpecificEncodedComponent.swift
[21/33] Compiling NetworkLayerInterfaces IDataRequestHandler.swift
[22/34] Compiling NetworkLayerInterfaces IRequestBuilder.swift
[23/34] Compiling NetworkLayerInterfaces RequestBody.swift
[24/34] Compiling NetworkLayerInterfaces Response.swift
[25/34] Compiling NetworkLayerInterfaces IRequest.swift
[26/34] Compiling NetworkLayerInterfaces NetworkLayerError.swift
[27/34] Compiling NetworkLayerInterfaces IAuthenticationInterceptor.swift
[28/34] Compiling NetworkLayerInterfaces IAuthenticator.swift
[29/34] Compiling NetworkLayerInterfaces Configuration.swift
[30/34] Compiling NetworkLayerInterfaces HTTPMethod.swift
[31/34] Emitting module NetworkLayerInterfaces
[32/34] Compiling NetworkLayerInterfaces AuthenticatorInterceptorError.swift
[33/34] Compiling NetworkLayerInterfaces IAuthenticationCredential.swift
[34/34] Compiling NetworkLayerInterfaces INetworkLayerAssembly.swift
[35/47] Compiling NetworkLayer IRequest+.swift
[36/47] Compiling NetworkLayer NetworkLayerAssembly.swift
[37/48] Compiling NetworkLayer RequestProcessor.swift
[38/48] Compiling NetworkLayer Response+Map.swift
[39/48] Compiling NetworkLayer SafeRequestProcessorDelegate.swift
[40/48] Compiling NetworkLayer RequestBuilder.swift
[41/48] Compiling NetworkLayer IRequestParametersEncoder.swift
[42/48] Compiling NetworkLayer RequestParametersEncoder.swift
[43/48] Emitting module NetworkLayer
[44/48] Compiling NetworkLayer DataRequestHandler.swift
[45/48] Compiling NetworkLayer AuthenticationInterceptor.swift
[46/48] Compiling NetworkLayer QueryParametersFormatter.swift
[47/48] Compiling NetworkLayer IRequestBodyEncoder.swift
[48/48] Compiling NetworkLayer RequestBodyEncoder.swift
Build complete! (6.49s)
warning: 'atomic': /Users/admin/builder/spi-builder-workspace/.build/checkouts/atomic/Package.swift:12:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |         .iOS(.v13),
11 |         .watchOS(.v6),
12 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
13 |         .visionOS(.v1),
14 |     ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete.
{
  "dependencies" : [
    {
      "identity" : "atomic",
      "requirement" : {
        "exact" : [
          "1.1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/space-code/atomic"
    },
    {
      "identity" : "typhoon",
      "requirement" : {
        "exact" : [
          "1.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/space-code/typhoon"
    },
    {
      "identity" : "mocker",
      "requirement" : {
        "exact" : [
          "3.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/WeTransfer/Mocker"
    }
  ],
  "manifest_display_name" : "NetworkLayer",
  "name" : "NetworkLayer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "NetworkLayer",
      "targets" : [
        "NetworkLayer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkLayerInterfaces",
      "targets" : [
        "NetworkLayerInterfaces"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkLayerTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkLayerTests",
      "path" : "Tests/NetworkLayerTests",
      "product_dependencies" : [
        "Mocker",
        "Typhoon"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/NetworkLayerTests/Resources/JSONs/user.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/Helpers/Fakes/HTTPURLResponse+Fake.swift",
        "Classes/Helpers/Fakes/URLRequest+Fake.swift",
        "Classes/Helpers/Fakes/URLSessionDataTask+Fake.swift",
        "Classes/Helpers/Fakes/URLSessionTask+Fake.swift",
        "Classes/Helpers/Helpers/DynamicStubs.swift",
        "Classes/Helpers/Helpers/RequestProcessor+Mock.swift",
        "Classes/Helpers/Mocks/AuthenticatorMock.swift",
        "Classes/Helpers/Mocks/AuthentificatorInterceptorMock.swift",
        "Classes/Helpers/Mocks/DataRequestHandlerMock.swift",
        "Classes/Helpers/Mocks/QueryParametersFormatterMock.swift",
        "Classes/Helpers/Mocks/RequestBodyEncoderMock.swift",
        "Classes/Helpers/Mocks/RequestBuilderMock.swift",
        "Classes/Helpers/Mocks/RequestMock.swift",
        "Classes/Helpers/Mocks/RequestParametersEncoderMock.swift",
        "Classes/Helpers/Mocks/RequestProcessorDelegateMock.swift",
        "Classes/Helpers/Mocks/URLSessionDelegateMock.swift",
        "Classes/Helpers/Stubs/AuthenticationCredentialStub.swift",
        "Classes/Helpers/Stubs/RequestStub.swift",
        "Classes/Helpers/Stubs/StubResponse.swift",
        "Classes/Models/MockedData.swift",
        "Classes/Models/User.swift",
        "Classes/Tests/IntegrationTests/RequestProcessorAuthenticationTests.swift",
        "Classes/Tests/IntegrationTests/RequestProcessorRequestTests.swift",
        "Classes/Tests/UnitTests/AuthenticationInterceptorTests.swift",
        "Classes/Tests/UnitTests/DataRequestHanderTests.swift",
        "Classes/Tests/UnitTests/RequestBodyEncoderTests.swift",
        "Classes/Tests/UnitTests/RequestBuilderTests.swift",
        "Classes/Tests/UnitTests/RequestParametersEncoderTests.swift",
        "Classes/Tests/UnitTests/RequestProcessorTests.swift"
      ],
      "target_dependencies" : [
        "NetworkLayer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkLayerInterfaces",
      "module_type" : "SwiftTarget",
      "name" : "NetworkLayerInterfaces",
      "path" : "Sources/NetworkLayerInterfaces",
      "product_dependencies" : [
        "Typhoon"
      ],
      "product_memberships" : [
        "NetworkLayer",
        "NetworkLayerInterfaces"
      ],
      "sources" : [
        "Classes/Core/Authenticator/AuthenticatorInterceptorError.swift",
        "Classes/Core/Authenticator/IAuthenticationCredential.swift",
        "Classes/Core/Authenticator/IAuthenticationInterceptor.swift",
        "Classes/Core/Authenticator/IAuthenticator.swift",
        "Classes/Core/Models/Configuration.swift",
        "Classes/Core/Models/HTTPMethod.swift",
        "Classes/Core/Models/IRequest.swift",
        "Classes/Core/Models/NetworkLayerError.swift",
        "Classes/Core/Models/RequestBody.swift",
        "Classes/Core/Models/Response.swift",
        "Classes/Core/Models/SpecificEncodedComponent.swift",
        "Classes/Core/Services/IDataRequestHandler.swift",
        "Classes/Core/Services/IRequestBuilder.swift",
        "Classes/Core/Services/IRequestProcessor.swift",
        "Classes/Core/Services/RequestProcessorDelegate.swift",
        "Classes/DI/INetworkLayerAssembly.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkLayer",
      "module_type" : "SwiftTarget",
      "name" : "NetworkLayer",
      "path" : "Sources/NetworkLayer",
      "product_dependencies" : [
        "Atomic",
        "Typhoon"
      ],
      "product_memberships" : [
        "NetworkLayer"
      ],
      "sources" : [
        "Classes/Core/Authentification/AuthenticationInterceptor.swift",
        "Classes/Core/Builders/RequestBuilder/QueryParametersFormatter/QueryParametersFormatter.swift",
        "Classes/Core/Builders/RequestBuilder/RequestBodyEncoder/IRequestBodyEncoder.swift",
        "Classes/Core/Builders/RequestBuilder/RequestBodyEncoder/RequestBodyEncoder.swift",
        "Classes/Core/Builders/RequestBuilder/RequestBuilder.swift",
        "Classes/Core/Builders/RequestBuilder/RequestParameterEncoder/IRequestParametersEncoder.swift",
        "Classes/Core/Builders/RequestBuilder/RequestParameterEncoder/RequestParametersEncoder.swift",
        "Classes/Core/Services/DataRequestHandler/DataRequestHandler.swift",
        "Classes/Core/Services/RequestProcessor/Models/SafeRequestProcessorDelegate.swift",
        "Classes/Core/Services/RequestProcessor/RequestProcessor.swift",
        "Classes/DI/NetworkLayerAssembly.swift",
        "Classes/Extensions/IRequest+.swift",
        "Classes/Extensions/Response+Map.swift"
      ],
      "target_dependencies" : [
        "NetworkLayerInterfaces"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.