This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 MangerKit with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelnisi/manger-kit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelnisi/manger-kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d92043d Add changelog
Cloned https://github.com/michaelnisi/manger-kit.git
Revision (git rev-parse @):
d92043d0c392e1e00d2ff51d3e38655993c42b6a
SUCCESS checkout https://github.com/michaelnisi/manger-kit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/michaelnisi/manger-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/5] Emitting module Patron
[5/5] Compiling Patron Patron.swift
[6/7] Emitting module MangerKit
/Users/admin/builder/spi-builder-workspace/Sources/MangerKit/MangerKit.swift:15:8: warning: associated value 'unexpectedResult(result:)' of 'Sendable'-conforming enum 'MangerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | public enum MangerError: Error {
 15 |   case unexpectedResult(result: Any?)
    |        `- warning: associated value 'unexpectedResult(result:)' of 'Sendable'-conforming enum 'MangerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 16 |   case cancelledByUser
 17 |   case noQueries
[7/7] Compiling MangerKit MangerKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/MangerKit/MangerKit.swift:15:8: warning: associated value 'unexpectedResult(result:)' of 'Sendable'-conforming enum 'MangerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | public enum MangerError: Error {
 15 |   case unexpectedResult(result: Any?)
    |        `- warning: associated value 'unexpectedResult(result:)' of 'Sendable'-conforming enum 'MangerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 16 |   case cancelledByUser
 17 |   case noQueries
Build complete! (23.66s)
Fetching https://github.com/michaelnisi/patron
[1/6532] Fetching patron
Fetched https://github.com/michaelnisi/patron from cache (4.35s)
Computing version for https://github.com/michaelnisi/patron
Computed https://github.com/michaelnisi/patron at 11.0.0 (0.74s)
Creating working copy for https://github.com/michaelnisi/patron
Working copy of https://github.com/michaelnisi/patron resolved at 11.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "patron",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/michaelnisi/patron"
    }
  ],
  "manifest_display_name" : "MangerKit",
  "name" : "MangerKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MangerKit",
      "targets" : [
        "MangerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MangerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "MangerKitTests",
      "path" : "Tests/MangerKitTests",
      "sources" : [
        "MangerKitTests.swift"
      ],
      "target_dependencies" : [
        "MangerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MangerKit",
      "module_type" : "SwiftTarget",
      "name" : "MangerKit",
      "path" : "Sources/MangerKit",
      "product_dependencies" : [
        "Patron"
      ],
      "product_memberships" : [
        "MangerKit"
      ],
      "sources" : [
        "MangerKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.