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 master (9ee314), with Swift 6.2 (beta) for macOS (SPM) on 12 Aug 2025 05:43:26 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FelixHerrmann/FHPropertyWrappers.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FelixHerrmann/FHPropertyWrappers
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9ee314b Merge pull request #12 from FelixHerrmann/dependabot/github_actions/actions/checkout-5
Cloned https://github.com/FelixHerrmann/FHPropertyWrappers.git
Revision (git rev-parse @):
9ee314bd7412af2b0864a189bc675004b9b3bf44
SUCCESS checkout https://github.com/FelixHerrmann/FHPropertyWrappers.git at master
========================================
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 Storable+SupportedTypes.swift
[5/15] Compiling FHPropertyWrappers Storable.swift
[6/15] Compiling FHPropertyWrappers StoreKey.swift
[7/16] Compiling FHPropertyWrappers RawStorable.swift
[8/16] Compiling FHPropertyWrappers SecureStoreKey.swift
[9/16] Compiling FHPropertyWrappers SecureStorable.swift
[10/16] Compiling FHPropertyWrappers SecureStoreAccessibility.swift
[11/16] Emitting module FHPropertyWrappers
[12/16] Compiling FHPropertyWrappers Stored.swift
[13/16] Compiling FHPropertyWrappers KeychainHelper.swift
[14/16] Compiling FHPropertyWrappers SecureStorable+SupportedTypes.swift
[15/16] Compiling FHPropertyWrappers SecureStored.swift
[16/16] Compiling FHPropertyWrappers resource_bundle_accessor.swift
Build complete! (4.80s)
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.