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 FHPropertyWrappers, reference 1.3.1 (dca88d), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:52:52 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/FelixHerrmann/FHPropertyWrappers.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FelixHerrmann/FHPropertyWrappers
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at dca88d0 Merge pull request #11 from FelixHerrmann/improvement/user-defaults-access-reason
Cloned https://github.com/FelixHerrmann/FHPropertyWrappers.git
Revision (git rev-parse @):
dca88d06c29e177f7cc997e3b7e439fca238f3be
SUCCESS checkout https://github.com/FelixHerrmann/FHPropertyWrappers.git at 1.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FelixHerrmann/FHPropertyWrappers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/15] Compiling FHPropertyWrappers StoreKey.swift
[5/15] Compiling FHPropertyWrappers Stored.swift
[6/15] Compiling FHPropertyWrappers RawStorable.swift
[7/15] Compiling FHPropertyWrappers Storable.swift
[8/15] Compiling FHPropertyWrappers SecureStoreKey.swift
[9/15] Compiling FHPropertyWrappers SecureStored.swift
[10/15] Compiling FHPropertyWrappers SecureStorable.swift
[11/15] Compiling FHPropertyWrappers SecureStoreAccessibility.swift
[12/15] Emitting module FHPropertyWrappers
[13/15] Compiling FHPropertyWrappers Storable+SupportedTypes.swift
[14/15] Compiling FHPropertyWrappers KeychainHelper.swift
[15/15] Compiling FHPropertyWrappers SecureStorable+SupportedTypes.swift
[16/16] Compiling FHPropertyWrappers resource_bundle_accessor.swift
Build complete! (5.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FHPropertyWrappers",
  "name" : "FHPropertyWrappers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "FHPropertyWrappers",
      "targets" : [
        "FHPropertyWrappers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FHPropertyWrappersTests",
      "module_type" : "SwiftTarget",
      "name" : "FHPropertyWrappersTests",
      "path" : "Tests/FHPropertyWrappersTests",
      "sources" : [
        "SecureStoredTests.swift",
        "StoredTests.swift"
      ],
      "target_dependencies" : [
        "FHPropertyWrappers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FHPropertyWrappers",
      "module_type" : "SwiftTarget",
      "name" : "FHPropertyWrappers",
      "path" : "Sources/FHPropertyWrappers",
      "product_memberships" : [
        "FHPropertyWrappers"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FHPropertyWrappers/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "SecureStored/Internal/KeychainHelper.swift",
        "SecureStored/SecureStorable+SupportedTypes.swift",
        "SecureStored/SecureStorable.swift",
        "SecureStored/SecureStoreAccessibility.swift",
        "SecureStored/SecureStoreKey.swift",
        "SecureStored/SecureStored.swift",
        "Stored/RawStorable.swift",
        "Stored/Storable+SupportedTypes.swift",
        "Stored/Storable.swift",
        "Stored/StoreKey.swift",
        "Stored/Stored.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.