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 (3c57cd), with Swift 6.0 for macOS (SPM) on 6 Nov 2024 09:42:11 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/AreroKetahi/ErrorHandler.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AreroKetahi/ErrorHandler
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3c57cdc Remove extra throws keywords.
Cloned https://github.com/AreroKetahi/ErrorHandler.git
Revision (git rev-parse @):
3c57cdcd4f0ea023b853c214ee0b4eae5cea3ee5
SUCCESS checkout https://github.com/AreroKetahi/ErrorHandler.git at master
========================================
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": "errorhandler",
      "name": "ErrorHandler",
      "url": "https://github.com/AreroKetahi/ErrorHandler.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ErrorHandler",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AreroKetahi/ErrorHandler.git
[1/57] Fetching errorhandler
Fetched https://github.com/AreroKetahi/ErrorHandler.git from cache (0.78s)
Creating working copy for https://github.com/AreroKetahi/ErrorHandler.git
Working copy of https://github.com/AreroKetahi/ErrorHandler.git resolved at master (3c57cdc)
warning: '.resolve-product-dependencies': dependency 'errorhandler' 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/AreroKetahi/ErrorHandler.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling ErrorHandler Expectable Handler.swift
[4/10] Emitting module ErrorHandler
[5/10] Compiling ErrorHandler Globle Functions.swift
[6/10] Compiling ErrorHandler AnyPresentableError.swift
[7/10] Compiling ErrorHandler SwiftUI Extension.swift
[8/10] Compiling ErrorHandler AnyLocalizedError.swift
[9/10] Compiling ErrorHandler ErrorHandler.swift
[10/10] Compiling ErrorHandler Expectable Handler with Solution.swift
Build complete! (16.91s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/ErrorHandler/Localizable.xcstrings
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ErrorHandler",
  "name" : "ErrorHandler",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "driverkit",
      "version" : "23.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ErrorHandler",
      "targets" : [
        "ErrorHandler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErrorHandlerTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorHandlerTests",
      "path" : "Tests/ErrorHandlerTests",
      "sources" : [
        "ErrorHandlerTests.swift"
      ],
      "target_dependencies" : [
        "ErrorHandler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorHandler",
      "module_type" : "SwiftTarget",
      "name" : "ErrorHandler",
      "path" : "Sources/ErrorHandler",
      "product_memberships" : [
        "ErrorHandler"
      ],
      "sources" : [
        "AnyLocalizedError.swift",
        "AnyPresentableError.swift",
        "ErrorHandler.swift",
        "Expectable Handler with Solution.swift",
        "Expectable Handler.swift",
        "Globle Functions.swift",
        "SwiftUI Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.