Build Information
Successful build of FHPropertyWrappers, reference master (fab604), with Swift 6.2 for macOS (SPM) on 30 Nov 2025 21:16:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "fhpropertywrappers",
"name": "FHPropertyWrappers",
"url": "https://github.com/FelixHerrmann/FHPropertyWrappers.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FHPropertyWrappers",
"dependencies": [
]
}
]
}
Fetching https://github.com/FelixHerrmann/FHPropertyWrappers.git
[1/404] Fetching fhpropertywrappers
Fetched https://github.com/FelixHerrmann/FHPropertyWrappers.git from cache (0.75s)
Creating working copy for https://github.com/FelixHerrmann/FHPropertyWrappers.git
Working copy of https://github.com/FelixHerrmann/FHPropertyWrappers.git resolved at master (fab6049)
warning: '.resolve-product-dependencies': dependency 'fhpropertywrappers' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/15] Compiling FHPropertyWrappers RawStorable.swift
[5/15] Compiling FHPropertyWrappers Storable+SupportedTypes.swift
[6/15] Compiling FHPropertyWrappers KeychainHelper.swift
[7/15] Compiling FHPropertyWrappers SecureStorable+SupportedTypes.swift
[8/15] Compiling FHPropertyWrappers SecureStored.swift
[9/15] Compiling FHPropertyWrappers SecureStoreKey.swift
[10/15] Compiling FHPropertyWrappers SecureStorable.swift
[11/15] Compiling FHPropertyWrappers SecureStoreAccessibility.swift
[12/15] Emitting module FHPropertyWrappers
[13/15] Compiling FHPropertyWrappers Stored.swift
[14/15] Compiling FHPropertyWrappers Storable.swift
[15/15] Compiling FHPropertyWrappers StoreKey.swift
[16/16] Compiling FHPropertyWrappers resource_bundle_accessor.swift
Build complete! (4.74s)
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.