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

Swift 6 data race errors: 0

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/Fleuronic/Skewer.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Fleuronic/Skewer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 319cc67 Update README.md
Cloned https://github.com/Fleuronic/Skewer.git
Revision (git rev-parse @):
319cc67026eb41b55e3719d83c3b6f753867541f
SUCCESS checkout https://github.com/Fleuronic/Skewer.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Fleuronic/Skewer.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/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/9] Compiling Skewer KeyEncodingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Skewer/KeyEncodingStrategy.swift:19:31: warning: capture of 'conversion' with non-sendable type '(String) -> String' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | 		.custom { keys in
18 | 			let stringValue = keys.last!.stringValue
19 | 			let convertedStringValue = conversion(stringValue)
   |                               |- warning: capture of 'conversion' with non-sendable type '(String) -> String' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
20 | 			return AnyKey(stringValue: convertedStringValue)!
21 | 		}
[4/9] Emitting module Skewer
[5/9] Compiling Skewer KeyDecodingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Skewer/KeyDecodingStrategy.swift:19:31: warning: capture of 'conversion' with non-sendable type '(String) -> String' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | 		.custom { keys in
18 | 			let stringValue = keys.last!.stringValue
19 | 			let convertedStringValue = conversion(stringValue)
   |                               |- warning: capture of 'conversion' with non-sendable type '(String) -> String' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
20 | 			return AnyKey(stringValue: convertedStringValue)!
21 | 		}
[6/9] Compiling Skewer Conversion.swift
[7/9] Compiling Skewer AnyKey.swift
[8/9] Compiling Skewer ComponentTransform.swift
[9/9] Compiling Skewer Hyphen.swift
Build complete! (18.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Skewer",
  "name" : "Skewer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Skewer",
      "targets" : [
        "Skewer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SkewerTests",
      "module_type" : "SwiftTarget",
      "name" : "SkewerTests",
      "path" : "Tests/SkewerTests",
      "sources" : [
        "DecodingTests.swift",
        "EncodingTests.swift"
      ],
      "target_dependencies" : [
        "Skewer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Skewer",
      "module_type" : "SwiftTarget",
      "name" : "Skewer",
      "path" : "Sources/Skewer",
      "product_memberships" : [
        "Skewer"
      ],
      "sources" : [
        "AnyKey.swift",
        "ComponentTransform.swift",
        "Conversion.swift",
        "Hyphen.swift",
        "KeyDecodingStrategy.swift",
        "KeyEncodingStrategy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.