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 FTPropertyWrappers 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/futuredapp/FTPropertyWrappers.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/futuredapp/FTPropertyWrappers
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5538726 Merge pull request #43 from futuredapp/housekeep/add-deprecations
Cloned https://github.com/futuredapp/FTPropertyWrappers.git
Revision (git rev-parse @):
553872688413367ab945840143482fc49b4ebaf5
SUCCESS checkout https://github.com/futuredapp/FTPropertyWrappers.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/futuredapp/FTPropertyWrappers.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/11] Compiling FTPropertyWrappers KeychainEncoder.swift
[4/11] Compiling FTPropertyWrappers KeychainTypes.swift
[5/11] Compiling FTPropertyWrappers SingleValueKeychainItem.swift
[6/11] Compiling FTPropertyWrappers KeychainItemPropertyWrapper.swift
[7/11] Compiling FTPropertyWrappers Serialized.swift
/Users/admin/builder/spi-builder-workspace/Sources/FTPropertyWrappers/Serialized.swift:74:13: warning: capture of 'self' with non-sendable type 'Serialized<Value>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 4 | @propertyWrapper
 5 | @available(swift, deprecated: 5.5, message: "Use actors instead")
 6 | public final class Serialized<Value> {
   |                    `- note: generic class 'Serialized' does not conform to the 'Sendable' protocol
 7 |
 8 |     /// Synchronization queue for the property. Read or write to the property must be perforimed on this queue
   :
72 |     public func asyncAccess(transform: @escaping (Value) -> Value) {
73 |         queue.async {
74 |             self.value = transform(self.value)
   |             `- warning: capture of 'self' with non-sendable type 'Serialized<Value>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
75 |         }
76 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FTPropertyWrappers/Serialized.swift:74:26: warning: capture of 'transform' with non-sendable type '(Value) -> Value' in a `@Sendable` closure; this is an error in the Swift 6 language mode
72 |     public func asyncAccess(transform: @escaping (Value) -> Value) {
73 |         queue.async {
74 |             self.value = transform(self.value)
   |                          |- warning: capture of 'transform' with non-sendable type '(Value) -> Value' 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'
75 |         }
76 |     }
[8/11] Compiling FTPropertyWrappers KeychainDecoder.swift
[9/11] Compiling FTPropertyWrappers InternetPassword.swift
[10/11] Emitting module FTPropertyWrappers
[11/11] Compiling FTPropertyWrappers GenericPassword.swift
Build complete! (20.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FTPropertyWrappers",
  "name" : "FTPropertyWrappers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FTPropertyWrappers",
      "targets" : [
        "FTPropertyWrappers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FTPropertyWrappersTests",
      "module_type" : "SwiftTarget",
      "name" : "FTPropertyWrappersTests",
      "path" : "Tests/FTPropertyWrappersTests",
      "sources" : [
        "KeychainCoderTest.swift",
        "KeychainTests.swift",
        "SerializedTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FTPropertyWrappers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FTPropertyWrappers",
      "module_type" : "SwiftTarget",
      "name" : "FTPropertyWrappers",
      "path" : "Sources/FTPropertyWrappers",
      "product_memberships" : [
        "FTPropertyWrappers"
      ],
      "sources" : [
        "GenericPassword.swift",
        "InternetPassword.swift",
        "Keychain - Support/KeychainDecoder.swift",
        "Keychain - Support/KeychainEncoder.swift",
        "Keychain - Support/KeychainItemPropertyWrapper.swift",
        "Keychain - Support/KeychainTypes.swift",
        "Keychain - Support/SingleValueKeychainItem.swift",
        "Serialized.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.