The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FTPropertyWrappers, reference 2.0.0 (553872), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:13:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/FTPropertyWrappers.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/futuredapp/FTPropertyWrappers
 * tag               2.0.0      -> FETCH_HEAD
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 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/futuredapp/FTPropertyWrappers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling FTPropertyWrappers KeychainTypes.swift
[4/11] Compiling FTPropertyWrappers KeychainItemPropertyWrapper.swift
[5/11] Compiling FTPropertyWrappers GenericPassword.swift
[6/11] Compiling FTPropertyWrappers KeychainEncoder.swift
[7/11] Compiling FTPropertyWrappers KeychainDecoder.swift
[8/11] Compiling FTPropertyWrappers Serialized.swift
[9/11] Compiling FTPropertyWrappers InternetPassword.swift
[10/11] Compiling FTPropertyWrappers SingleValueKeychainItem.swift
[11/11] Emitting module FTPropertyWrappers
Build complete! (4.27s)
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.