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 (dca88d), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:53:34 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: 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 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 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.swift
[5/15] Compiling FHPropertyWrappers StoreKey.swift
[6/16] Compiling FHPropertyWrappers RawStorable.swift
[7/16] Compiling FHPropertyWrappers SecureStoreKey.swift
[8/16] Emitting module FHPropertyWrappers
[9/16] Compiling FHPropertyWrappers SecureStorable.swift
[10/16] Compiling FHPropertyWrappers SecureStoreAccessibility.swift
[11/16] Compiling FHPropertyWrappers Storable+SupportedTypes.swift
[12/16] Compiling FHPropertyWrappers SecureStored.swift
[13/16] Compiling FHPropertyWrappers Stored.swift
[14/16] Compiling FHPropertyWrappers KeychainHelper.swift
[15/16] Compiling FHPropertyWrappers SecureStorable+SupportedTypes.swift
[16/16] Compiling FHPropertyWrappers resource_bundle_accessor.swift
Build complete! (4.45s)
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.