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 ErrorHandler, reference master (783c88), with Swift 6.2 (beta) for Android on 17 Jun 2025 15:32:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Workable/swift-error-handler.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.10s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (3.65s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/43] Emitting module Alamofire
[6/48] Compiling Alamofire RetryPolicy.swift
[7/48] Compiling Alamofire ServerTrustEvaluation.swift
[8/48] Compiling Alamofire URLEncodedFormEncoder.swift
[9/48] Compiling Alamofire Validation.swift
[10/48] Compiling Alamofire resource_bundle_accessor.swift
[11/48] Compiling Alamofire WebSocketRequest.swift
[12/48] Compiling Alamofire DispatchQueue+Alamofire.swift
[13/48] Compiling Alamofire OperationQueue+Alamofire.swift
[14/48] Compiling Alamofire Result+Alamofire.swift
[15/48] Compiling Alamofire StringEncoding+Alamofire.swift
[16/48] Compiling Alamofire URLRequest+Alamofire.swift
[17/48] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[18/48] Compiling Alamofire AlamofireExtended.swift
[19/48] Compiling Alamofire AuthenticationInterceptor.swift
[20/48] Compiling Alamofire CachedResponseHandler.swift
[21/48] Compiling Alamofire NetworkReachabilityManager.swift
[22/48] Compiling Alamofire RedirectHandler.swift
[23/48] Compiling Alamofire RequestCompression.swift
[24/48] Compiling Alamofire RequestInterceptor.swift
[25/48] Compiling Alamofire ResponseSerialization.swift
[26/48] Compiling Alamofire Combine.swift
[27/48] Compiling Alamofire Concurrency.swift
[28/48] Compiling Alamofire EventMonitor.swift
[29/48] Compiling Alamofire MultipartFormData.swift
[30/48] Compiling Alamofire MultipartUpload.swift
[31/48] Compiling Alamofire HTTPMethod.swift
[32/48] Compiling Alamofire Notifications.swift
[33/48] Compiling Alamofire ParameterEncoder.swift
[34/48] Compiling Alamofire ParameterEncoding.swift
[35/48] Compiling Alamofire Protected.swift
[36/48] Compiling Alamofire Request.swift
[37/48] Compiling Alamofire Alamofire.swift
[38/48] Compiling Alamofire AFError.swift
[39/48] Compiling Alamofire DataRequest.swift
[40/48] Compiling Alamofire DataStreamRequest.swift
[41/48] Compiling Alamofire DownloadRequest.swift
[42/48] Compiling Alamofire HTTPHeaders.swift
[43/48] Compiling Alamofire RequestTaskMap.swift
[44/48] Compiling Alamofire Response.swift
[45/48] Compiling Alamofire Session.swift
[46/48] Compiling Alamofire SessionDelegate.swift
[47/48] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[48/48] Compiling Alamofire UploadRequest.swift
[50/55] Compiling ErrorHandler Matchers.swift
[51/55] Compiling ErrorHandler NSErrorMatcher.swift
[52/55] 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 |
[53/55] 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 |
[54/55] 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 |
[55/55] Compiling ErrorHandler ErrorHandler.swift
Build complete! (18.88s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.