The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ErrorHandler, reference 0.8.4 (783c88), with Swift 6.3 for Linux on 10 Apr 2026 11:45:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Workable/swift-error-handler.git
Reference: 0.8.4
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/Workable/swift-error-handler
 * tag               0.8.4      -> FETCH_HEAD
HEAD is now at 783c888 Update version.
Cloned https://github.com/Workable/swift-error-handler.git
Revision (git rev-parse @):
783c888b50067ef543e5d0358f7dc42897072823
SUCCESS checkout https://github.com/Workable/swift-error-handler.git at 0.8.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Workable/swift-error-handler.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/31483] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.55s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.11.2 (6.05s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.11.2
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/44] Emitting module Alamofire
[6/49] Compiling Alamofire WebSocketRequest.swift
[7/49] Compiling Alamofire DispatchQueue+Alamofire.swift
[8/49] Compiling Alamofire OperationQueue+Alamofire.swift
[9/49] Compiling Alamofire Result+Alamofire.swift
[10/49] Compiling Alamofire StringEncoding+Alamofire.swift
[11/49] Compiling Alamofire URLRequest+Alamofire.swift
[12/49] Compiling Alamofire HTTPMethod.swift
[13/49] Compiling Alamofire Notifications.swift
[14/49] Compiling Alamofire ParameterEncoder.swift
[15/49] Compiling Alamofire ParameterEncoding.swift
[16/49] Compiling Alamofire Protected.swift
[17/49] Compiling Alamofire Request.swift
[18/49] Compiling Alamofire RetryPolicy.swift
[19/49] Compiling Alamofire ServerTrustEvaluation.swift
[20/49] Compiling Alamofire URLEncodedFormEncoder.swift
[21/49] Compiling Alamofire Validation.swift
[22/49] Compiling Alamofire resource_bundle_accessor.swift
[23/49] Compiling Alamofire OfflineRetrier.swift
[24/49] Compiling Alamofire RedirectHandler.swift
[25/49] Compiling Alamofire RequestCompression.swift
[26/49] Compiling Alamofire RequestInterceptor.swift
[27/49] Compiling Alamofire ResponseSerialization.swift
[28/49] Compiling Alamofire Alamofire.swift
[29/49] Compiling Alamofire AFError.swift
[30/49] Compiling Alamofire DataRequest.swift
[31/49] Compiling Alamofire DataStreamRequest.swift
[32/49] Compiling Alamofire DownloadRequest.swift
[33/49] Compiling Alamofire HTTPHeaders.swift
[34/49] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[35/49] Compiling Alamofire AlamofireExtended.swift
[36/49] Compiling Alamofire AuthenticationInterceptor.swift
[37/49] Compiling Alamofire CachedResponseHandler.swift
[38/49] Compiling Alamofire Combine.swift
[39/49] Compiling Alamofire Concurrency.swift
[40/49] Compiling Alamofire EventMonitor.swift
[41/49] Compiling Alamofire MultipartFormData.swift
[42/49] Compiling Alamofire MultipartUpload.swift
[43/49] Compiling Alamofire NetworkReachabilityManager.swift
[44/49] Compiling Alamofire RequestTaskMap.swift
[45/49] Compiling Alamofire Response.swift
[46/49] Compiling Alamofire Session.swift
[47/49] Compiling Alamofire SessionDelegate.swift
[48/49] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[49/49] Compiling Alamofire UploadRequest.swift
[51/56] Compiling ErrorHandler Matchers.swift
[52/56] Compiling ErrorHandler NSErrorMatcher.swift
[53/56] Emitting module ErrorHandler
/host/spi-builder-workspace/ErrorHandler/Classes/Alamofire/AFErrorStatusCodeMatcher.swift:12:12: warning: file 'AFErrorStatusCodeMatcher.swift' is part of module 'ErrorHandler'; ignoring import
10 | import Alamofire
11 | #if !COCOAPODS
12 |     import ErrorHandler
   |            `- warning: file 'AFErrorStatusCodeMatcher.swift' is part of module 'ErrorHandler'; ignoring import
13 | #endif
14 |
/host/spi-builder-workspace/ErrorHandler/Classes/Alamofire/ErrorHandler+AFExtensions.swift:11:12: warning: file 'ErrorHandler+AFExtensions.swift' is part of module 'ErrorHandler'; ignoring import
 9 | import Foundation
10 | #if !COCOAPODS
11 |     import ErrorHandler
   |            `- warning: file 'ErrorHandler+AFExtensions.swift' is part of module 'ErrorHandler'; ignoring import
12 | #endif
13 |
[54/56] Compiling ErrorHandler ErrorHandler+AFExtensions.swift
/host/spi-builder-workspace/ErrorHandler/Classes/Alamofire/ErrorHandler+AFExtensions.swift:11:12: warning: file 'ErrorHandler+AFExtensions.swift' is part of module 'ErrorHandler'; ignoring import
 9 | import Foundation
10 | #if !COCOAPODS
11 |     import ErrorHandler
   |            `- warning: file 'ErrorHandler+AFExtensions.swift' is part of module 'ErrorHandler'; ignoring import
12 | #endif
13 |
[55/56] Compiling ErrorHandler AFErrorStatusCodeMatcher.swift
/host/spi-builder-workspace/ErrorHandler/Classes/Alamofire/AFErrorStatusCodeMatcher.swift:12:12: warning: file 'AFErrorStatusCodeMatcher.swift' is part of module 'ErrorHandler'; ignoring import
10 | import Alamofire
11 | #if !COCOAPODS
12 |     import ErrorHandler
   |            `- warning: file 'AFErrorStatusCodeMatcher.swift' is part of module 'ErrorHandler'; ignoring import
13 | #endif
14 |
[56/56] Compiling ErrorHandler ErrorHandler.swift
Build complete! (29.99s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    }
  ],
  "manifest_display_name" : "ErrorHandler",
  "name" : "ErrorHandler",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ErrorHandler",
      "targets" : [
        "ErrorHandler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ErrorHandlerTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorHandlerTests",
      "path" : "Example/Tests",
      "sources" : [
        "AFErrorStatusCodeMatcherTests.swift",
        "ClosureErrorMatcherTests.swift",
        "ErrorHandler-AFExtensionsTests.swift",
        "ErrorHandlerTests.swift",
        "ErrorTypeMatcherTests.swift",
        "NSErrorMatcherTests.swift"
      ],
      "target_dependencies" : [
        "ErrorHandler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorHandler",
      "module_type" : "SwiftTarget",
      "name" : "ErrorHandler",
      "path" : "ErrorHandler",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "ErrorHandler"
      ],
      "sources" : [
        "Classes/Alamofire/AFErrorStatusCodeMatcher.swift",
        "Classes/Alamofire/ErrorHandler+AFExtensions.swift",
        "Classes/Core/ErrorHandler.swift",
        "Classes/Core/Matchers.swift",
        "Classes/Core/NSErrorMatcher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.