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 SwiftErrorHandler, reference 5.0.4 (b72c58), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 18:13:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanrenne/SwiftErrorHandler.git
Reference: 5.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefanrenne/SwiftErrorHandler
 * tag               5.0.4      -> FETCH_HEAD
HEAD is now at b72c586 Merge branch 'feature/platform-seperation' into develop
Cloned https://github.com/stefanrenne/SwiftErrorHandler.git
Revision (git rev-parse @):
b72c586e336ab5b1d5b2f485a48e4d94aadccafa
SUCCESS checkout https://github.com/stefanrenne/SwiftErrorHandler.git at 5.0.4
========================================
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": "swifterrorhandler",
      "name": "SwiftErrorHandler",
      "url": "https://github.com/stefanrenne/SwiftErrorHandler.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftErrorHandler",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/stefanrenne/SwiftErrorHandler.git
[4/380] Fetching swifterrorhandler
Fetched https://github.com/stefanrenne/SwiftErrorHandler.git from cache (0.77s)
Creating working copy for https://github.com/stefanrenne/SwiftErrorHandler.git
Working copy of https://github.com/stefanrenne/SwiftErrorHandler.git resolved at 5.0.4 (b72c586)
warning: '.resolve-product-dependencies': dependency 'swifterrorhandler' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/stefanrenne/SwiftErrorHandler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--7754E27361AE5C74.txt
[3/17] Compiling SwiftErrorHandler ErrorMatcher.swift
[4/17] Compiling SwiftErrorHandler AlertController+UIKit.swift
[5/17] Compiling SwiftErrorHandler ErrorAlert.swift
[6/17] Compiling SwiftErrorHandler Result+ErrorHandler.swift
[7/17] Compiling SwiftErrorHandler AlertController.swift
[8/17] Compiling SwiftErrorHandler Error+String.swift
[9/17] Compiling SwiftErrorHandler RejectableAlert.swift
[10/17] Compiling SwiftErrorHandler AlertAction.swift
[11/17] Compiling SwiftErrorHandler ActionHandler.swift
[12/17] Compiling SwiftErrorHandler ConfirmableAlert.swift
[13/17] Compiling SwiftErrorHandler ErrorHandler.swift
[14/17] Emitting module SwiftErrorHandler
[15/17] Compiling SwiftErrorHandler ErrorHandlerView.swift
[16/18] Compiling SwiftErrorHandler ErrorHandlerView+UIKit.swift
[16/18] Write Objects.LinkFileList
[17/18] Archiving libSwiftErrorHandler.a
Build complete! (13.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftErrorHandler",
  "name" : "SwiftErrorHandler",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftErrorHandler",
      "targets" : [
        "SwiftErrorHandler"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftErrorHandlerTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftErrorHandlerTests",
      "path" : "Tests/SwiftErrorHandlerTests",
      "sources" : [
        "ActionHandlerTests.swift",
        "ErrorHandlerTests.swift",
        "ErrorMatcherTests.swift",
        "Helpers/DispatchGroup+Enter.swift",
        "Helpers/MockedAlert.swift",
        "Helpers/MockedView.swift",
        "ResultErrorHandlerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftErrorHandler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftErrorHandler",
      "module_type" : "SwiftTarget",
      "name" : "SwiftErrorHandler",
      "path" : "Sources/SwiftErrorHandler",
      "product_memberships" : [
        "SwiftErrorHandler"
      ],
      "sources" : [
        "Generic/Actions/ActionHandler.swift",
        "Generic/Actions/ConfirmableAlert.swift",
        "Generic/Actions/RejectableAlert.swift",
        "Generic/Alert/AlertAction.swift",
        "Generic/Alert/AlertController.swift",
        "Generic/Extension/Error+String.swift",
        "Generic/Extension/Result+ErrorHandler.swift",
        "Generic/Manager/ErrorHandler.swift",
        "Generic/Matchers/ErrorMatcher.swift",
        "Generic/Protocol/ErrorAlert.swift",
        "Generic/Protocol/ErrorHandlerView.swift",
        "iOS/Extension/AlertController+UIKit.swift",
        "iOS/Extension/ErrorHandlerView+UIKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.