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 (fab604), with Swift 6.0 for macOS (SPM) on 30 Nov 2025 21:17:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 fab6049 Merge pull request #14 from FelixHerrmann/dependabot/github_actions/actions/checkout-6
Cloned https://github.com/FelixHerrmann/FHPropertyWrappers.git
Revision (git rev-parse @):
fab6049dea06d7fedfa2f49988c84bcbd7d4dd46
SUCCESS checkout https://github.com/FelixHerrmann/FHPropertyWrappers.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FelixHerrmann/FHPropertyWrappers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/15] Compiling FHPropertyWrappers Storable.swift
[5/15] Compiling FHPropertyWrappers Storable+SupportedTypes.swift
[6/15] Compiling FHPropertyWrappers RawStorable.swift
[7/16] Compiling FHPropertyWrappers StoreKey.swift
[8/16] Compiling FHPropertyWrappers Stored.swift
[9/16] Compiling FHPropertyWrappers SecureStoreKey.swift
[10/16] Compiling FHPropertyWrappers SecureStorable.swift
[11/16] Compiling FHPropertyWrappers SecureStoreAccessibility.swift
[12/16] Compiling FHPropertyWrappers KeychainHelper.swift
[13/16] Compiling FHPropertyWrappers SecureStorable+SupportedTypes.swift
[14/16] Emitting module FHPropertyWrappers
[15/16] Compiling FHPropertyWrappers SecureStored.swift
[16/16] Compiling FHPropertyWrappers resource_bundle_accessor.swift
Build complete! (5.09s)
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.