The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ErrorHandler, reference master (783c88), with Swift 6.1 for Linux on 25 Apr 2025 09:31:59 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Workable/swift-error-handler.git
https://github.com/Workable/swift-error-handler.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30137] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.40s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (4.01s)
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] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/43] Compiling Alamofire WebSocketRequest.swift
[6/43] Compiling Alamofire DispatchQueue+Alamofire.swift
[7/43] Compiling Alamofire OperationQueue+Alamofire.swift
[8/43] Compiling Alamofire Result+Alamofire.swift
[9/43] Compiling Alamofire StringEncoding+Alamofire.swift
[10/48] Compiling Alamofire NetworkReachabilityManager.swift
[11/48] Compiling Alamofire RedirectHandler.swift
[12/48] Compiling Alamofire RequestCompression.swift
[13/48] Compiling Alamofire RequestInterceptor.swift
[14/48] Compiling Alamofire ResponseSerialization.swift
[15/48] Compiling Alamofire URLRequest+Alamofire.swift
[16/48] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[17/48] Compiling Alamofire AlamofireExtended.swift
[18/48] Compiling Alamofire AuthenticationInterceptor.swift
[19/48] Compiling Alamofire CachedResponseHandler.swift
[20/48] Compiling Alamofire Combine.swift
[21/48] Compiling Alamofire Concurrency.swift
[22/48] Compiling Alamofire EventMonitor.swift
[23/48] Compiling Alamofire MultipartFormData.swift
[24/48] Compiling Alamofire MultipartUpload.swift
[25/48] Compiling Alamofire HTTPMethod.swift
[26/48] Compiling Alamofire Notifications.swift
[27/48] Compiling Alamofire ParameterEncoder.swift
[28/48] Compiling Alamofire ParameterEncoding.swift
[29/48] Compiling Alamofire Protected.swift
[30/48] Compiling Alamofire Request.swift
[31/48] Compiling Alamofire RequestTaskMap.swift
[32/48] Compiling Alamofire Response.swift
[33/48] Compiling Alamofire Session.swift
[34/48] Compiling Alamofire SessionDelegate.swift
[35/48] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[36/48] Compiling Alamofire UploadRequest.swift
[37/48] Emitting module Alamofire
[38/48] Compiling Alamofire Alamofire.swift
[39/48] Compiling Alamofire AFError.swift
[40/48] Compiling Alamofire DataRequest.swift
[41/48] Compiling Alamofire DataStreamRequest.swift
[42/48] Compiling Alamofire DownloadRequest.swift
[43/48] Compiling Alamofire HTTPHeaders.swift
[44/48] Compiling Alamofire RetryPolicy.swift
[45/48] Compiling Alamofire ServerTrustEvaluation.swift
[46/48] Compiling Alamofire URLEncodedFormEncoder.swift
[47/48] Compiling Alamofire Validation.swift
[48/48] Compiling Alamofire resource_bundle_accessor.swift
[50/55] Compiling ErrorHandler NSErrorMatcher.swift
[51/55] Compiling ErrorHandler Matchers.swift
[52/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 |
[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] 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/55] Compiling ErrorHandler ErrorHandler.swift
Build complete! (15.68s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.