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 SecurePropertyStorage, reference 0.8.1 (f19732), with Swift 6.1 for macOS (SPM) on 6 Jun 2025 18:22:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexruperez/SecurePropertyStorage.git
Reference: 0.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexruperez/SecurePropertyStorage
 * tag               0.8.1      -> FETCH_HEAD
HEAD is now at f197322 Fix ContiguousBytes.data memory issue (#39)
Cloned https://github.com/alexruperez/SecurePropertyStorage.git
Revision (git rev-parse @):
f197322dd972edd1a66a7fb9dce62c773ca94e27
SUCCESS checkout https://github.com/alexruperez/SecurePropertyStorage.git at 0.8.1
========================================
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": "securepropertystorage",
      "name": "SecurePropertyStorage",
      "url": "https://github.com/alexruperez/SecurePropertyStorage.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SecurePropertyStorage",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexruperez/SecurePropertyStorage.git
[1/4091] Fetching securepropertystorage
Fetched https://github.com/alexruperez/SecurePropertyStorage.git from cache (2.17s)
Creating working copy for https://github.com/alexruperez/SecurePropertyStorage.git
Working copy of https://github.com/alexruperez/SecurePropertyStorage.git resolved at 0.8.1 (f197322)
warning: '.resolve-product-dependencies': dependency 'securepropertystorage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexruperez/SecurePropertyStorage.git
https://github.com/alexruperez/SecurePropertyStorage.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SecurePropertyStorage",
  "name" : "SecurePropertyStorage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SecurePropertyStorage",
      "targets" : [
        "Storage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "Inject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Storage",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UserDefault",
      "targets" : [
        "Storage",
        "UserDefault"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Singleton",
      "targets" : [
        "Storage",
        "Singleton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Keychain",
      "targets" : [
        "Storage",
        "Keychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Inject",
      "targets" : [
        "Storage",
        "Inject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SecurePropertyStorageDynamic",
      "targets" : [
        "Storage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "Inject"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "StorageDynamic",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "UserDefaultDynamic",
      "targets" : [
        "Storage",
        "UserDefault"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SingletonDynamic",
      "targets" : [
        "Storage",
        "Singleton"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "KeychainDynamic",
      "targets" : [
        "Storage",
        "Keychain"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "InjectDynamic",
      "targets" : [
        "Storage",
        "Inject"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserDefault",
      "module_type" : "SwiftTarget",
      "name" : "UserDefault",
      "path" : "Sources/UserDefault",
      "product_memberships" : [
        "SecurePropertyStorage",
        "UserDefault",
        "SecurePropertyStorageDynamic",
        "UserDefaultDynamic"
      ],
      "sources" : [
        "UserDefault.swift",
        "UserDefaultsStorage.swift"
      ],
      "target_dependencies" : [
        "Storage",
        "Keychain"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Storage",
      "module_type" : "SwiftTarget",
      "name" : "Storage",
      "path" : "Sources/Storage",
      "product_memberships" : [
        "SecurePropertyStorage",
        "Storage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "Inject",
        "SecurePropertyStorageDynamic",
        "StorageDynamic",
        "UserDefaultDynamic",
        "SingletonDynamic",
        "KeychainDynamic",
        "InjectDynamic"
      ],
      "sources" : [
        "DataConvertible.swift",
        "DelegatedStorage.swift",
        "Storage.swift",
        "StorageActor.swift",
        "StorageData.swift",
        "StorageDelegate.swift",
        "Store.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Singleton",
      "module_type" : "SwiftTarget",
      "name" : "Singleton",
      "path" : "Sources/Singleton",
      "product_memberships" : [
        "SecurePropertyStorage",
        "Singleton",
        "SecurePropertyStorageDynamic",
        "SingletonDynamic"
      ],
      "sources" : [
        "Singleton.swift",
        "SingletonStorage.swift"
      ],
      "target_dependencies" : [
        "Storage",
        "Keychain"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SecurePropertyStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "SecurePropertyStorageTests",
      "path" : "Tests/SecurePropertyStorageTests",
      "sources" : [
        "InjectTests.swift",
        "KeychainTests.swift",
        "SingletonTests.swift",
        "UserDefaultTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Storage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "Inject"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Keychain",
      "module_type" : "SwiftTarget",
      "name" : "Keychain",
      "path" : "Sources/Keychain",
      "product_memberships" : [
        "SecurePropertyStorage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "SecurePropertyStorageDynamic",
        "UserDefaultDynamic",
        "SingletonDynamic",
        "KeychainDynamic"
      ],
      "sources" : [
        "CryptoData.swift",
        "Keychain.swift",
        "KeychainError.swift",
        "KeychainStorage.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Inject",
      "module_type" : "SwiftTarget",
      "name" : "Inject",
      "path" : "Sources/Inject",
      "product_memberships" : [
        "SecurePropertyStorage",
        "Inject",
        "SecurePropertyStorageDynamic",
        "InjectDynamic"
      ],
      "sources" : [
        "Inject.swift",
        "InjectError.swift",
        "InjectStorage.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/18] Write sources
[5/18] Write swift-version-2F0A5646E1D333AE.txt
[7/26] Compiling Storage StorageDelegate.swift
[8/26] Compiling Storage Store.swift
[9/26] Compiling Storage StorageData.swift
[10/26] Emitting module Storage
[11/26] Compiling Storage Storage.swift
[12/26] Compiling Storage DelegatedStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Storage/DelegatedStorage.swift:59:50: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
 57 |     open func object(forKey key: StoreKey) throws -> Any? {
 58 |         guard let data: Data = data(forKey: key),
 59 |               let object = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) else {
    |                                                  `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
 60 |             return nil
 61 |         }
[13/26] Compiling Storage DataConvertible.swift
[14/26] Compiling Storage StorageActor.swift
[14/26] Write Objects.LinkFileList
[15/35] Linking libStorageDynamic.dylib
[17/35] Compiling Keychain KeychainError.swift
[18/35] Compiling Keychain Keychain.swift
[19/35] Compiling Keychain CryptoData.swift
[20/35] Compiling Keychain KeychainStorage.swift
[21/35] Emitting module Keychain
[21/35] Write Objects.LinkFileList
[23/35] Compiling Inject InjectError.swift
[24/35] Compiling Inject InjectStorage.swift
[25/35] Compiling Inject Inject.swift
[26/35] Emitting module Inject
[26/35] Write Objects.LinkFileList
[27/41] Linking libInjectDynamic.dylib
[28/41] Linking libKeychainDynamic.dylib
[30/41] Emitting module UserDefault
[31/41] Compiling UserDefault UserDefaultsStorage.swift
[32/41] Compiling UserDefault UserDefault.swift
[32/41] Write Objects.LinkFileList
[34/41] Compiling Singleton Singleton.swift
[35/41] Emitting module Singleton
[36/41] Compiling Singleton SingletonStorage.swift
[36/41] Write Objects.LinkFileList
[38/41] Linking libUserDefaultDynamic.dylib
[39/41] Linking libSingletonDynamic.dylib
[40/41] Linking libSecurePropertyStorageDynamic.dylib
Build complete! (7.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SecurePropertyStorage",
  "name" : "SecurePropertyStorage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SecurePropertyStorage",
      "targets" : [
        "Storage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "Inject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Storage",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UserDefault",
      "targets" : [
        "Storage",
        "UserDefault"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Singleton",
      "targets" : [
        "Storage",
        "Singleton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Keychain",
      "targets" : [
        "Storage",
        "Keychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Inject",
      "targets" : [
        "Storage",
        "Inject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SecurePropertyStorageDynamic",
      "targets" : [
        "Storage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "Inject"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "StorageDynamic",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "UserDefaultDynamic",
      "targets" : [
        "Storage",
        "UserDefault"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SingletonDynamic",
      "targets" : [
        "Storage",
        "Singleton"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "KeychainDynamic",
      "targets" : [
        "Storage",
        "Keychain"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "InjectDynamic",
      "targets" : [
        "Storage",
        "Inject"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserDefault",
      "module_type" : "SwiftTarget",
      "name" : "UserDefault",
      "path" : "Sources/UserDefault",
      "product_memberships" : [
        "SecurePropertyStorage",
        "UserDefault",
        "SecurePropertyStorageDynamic",
        "UserDefaultDynamic"
      ],
      "sources" : [
        "UserDefault.swift",
        "UserDefaultsStorage.swift"
      ],
      "target_dependencies" : [
        "Storage",
        "Keychain"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Storage",
      "module_type" : "SwiftTarget",
      "name" : "Storage",
      "path" : "Sources/Storage",
      "product_memberships" : [
        "SecurePropertyStorage",
        "Storage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "Inject",
        "SecurePropertyStorageDynamic",
        "StorageDynamic",
        "UserDefaultDynamic",
        "SingletonDynamic",
        "KeychainDynamic",
        "InjectDynamic"
      ],
      "sources" : [
        "DataConvertible.swift",
        "DelegatedStorage.swift",
        "Storage.swift",
        "StorageActor.swift",
        "StorageData.swift",
        "StorageDelegate.swift",
        "Store.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Singleton",
      "module_type" : "SwiftTarget",
      "name" : "Singleton",
      "path" : "Sources/Singleton",
      "product_memberships" : [
        "SecurePropertyStorage",
        "Singleton",
        "SecurePropertyStorageDynamic",
        "SingletonDynamic"
      ],
      "sources" : [
        "Singleton.swift",
        "SingletonStorage.swift"
      ],
      "target_dependencies" : [
        "Storage",
        "Keychain"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SecurePropertyStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "SecurePropertyStorageTests",
      "path" : "Tests/SecurePropertyStorageTests",
      "sources" : [
        "InjectTests.swift",
        "KeychainTests.swift",
        "SingletonTests.swift",
        "UserDefaultTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Storage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "Inject"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Keychain",
      "module_type" : "SwiftTarget",
      "name" : "Keychain",
      "path" : "Sources/Keychain",
      "product_memberships" : [
        "SecurePropertyStorage",
        "UserDefault",
        "Singleton",
        "Keychain",
        "SecurePropertyStorageDynamic",
        "UserDefaultDynamic",
        "SingletonDynamic",
        "KeychainDynamic"
      ],
      "sources" : [
        "CryptoData.swift",
        "Keychain.swift",
        "KeychainError.swift",
        "KeychainStorage.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Inject",
      "module_type" : "SwiftTarget",
      "name" : "Inject",
      "path" : "Sources/Inject",
      "product_memberships" : [
        "SecurePropertyStorage",
        "Inject",
        "SecurePropertyStorageDynamic",
        "InjectDynamic"
      ],
      "sources" : [
        "Inject.swift",
        "InjectError.swift",
        "InjectStorage.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.