The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Prephirences, reference 5.4.1 (3a4207), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 20:37:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/phimage/Prephirences.git
Reference: 5.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/phimage/Prephirences
 * tag               5.4.1      -> FETCH_HEAD
HEAD is now at 3a42074 Add missing file about Codable in all target Update Xcode files
Cloned https://github.com/phimage/Prephirences.git
Revision (git rev-parse @):
3a42074d540c09018cd0699eced43905847a2381
SUCCESS checkout https://github.com/phimage/Prephirences.git at 5.4.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "prephirences",
      "name": "Prephirences",
      "url": "https://github.com/phimage/Prephirences.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Prephirences",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/phimage/Prephirences.git
[1/1270] Fetching prephirences
Fetched https://github.com/phimage/Prephirences.git from cache (0.91s)
Creating working copy for https://github.com/phimage/Prephirences.git
Working copy of https://github.com/phimage/Prephirences.git resolved at 5.4.1 (3a42074)
warning: '.resolve-product-dependencies': dependency 'prephirences' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/phimage/Prephirences.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/26] Compiling Prephirences PrephirenceType+Codable.swift
[4/26] Compiling Prephirences Prephirences.swift
[5/28] Compiling Prephirences KeychainPreferences.swift
[6/28] Compiling Prephirences PropertyListKeys.swift
[7/28] Compiling Prephirences UserDefaultsKeys.swift
[8/28] Compiling Prephirences NSCachePreferences.swift
[9/28] Compiling Prephirences NSCoder+Prephirences.swift
[10/28] Compiling Prephirences NSHTTPCookieStorage+Prephirences.swift
[11/28] Compiling Prephirences PreferencesType.swift
[12/28] Compiling Prephirences Prephirencable.swift
[13/28] Compiling Prephirences RawRepresentable+Prephirences.swift
[14/28] Compiling Prephirences ReflectingPreferences.swift
[15/28] Emitting module Prephirences
/Users/admin/builder/spi-builder-workspace/Sources/PreferenceOperators.swift:87:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 85 | }
 86 | extension Preference {
 87 |     static func operation<T>(_ left: Preference<T>, _ right: Preference<T>, _ op: (T, T) -> T) -> T? {
    |                           `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 88 |         if let leftValue = left.value {
 89 |             if let rightValue = right.value {
/Users/admin/builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
 30 | /// A preference value extracted from a PreferencesType for a specific key
 31 | @propertyWrapper
 32 | open class Preference<T> {
    |                       `- note: 'T' previously declared here
 33 |
 34 |     var preferences: PreferencesType
[16/28] Compiling Prephirences Preference.swift
/Users/admin/builder/spi-builder-workspace/Sources/PreferenceOperators.swift:87:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 85 | }
 86 | extension Preference {
 87 |     static func operation<T>(_ left: Preference<T>, _ right: Preference<T>, _ op: (T, T) -> T) -> T? {
    |                           `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 88 |         if let leftValue = left.value {
 89 |             if let rightValue = right.value {
/Users/admin/builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
 30 | /// A preference value extracted from a PreferencesType for a specific key
 31 | @propertyWrapper
 32 | open class Preference<T> {
    |                       `- note: 'T' previously declared here
 33 |
 34 |     var preferences: PreferencesType
[17/28] Compiling Prephirences PreferenceOperators.swift
/Users/admin/builder/spi-builder-workspace/Sources/PreferenceOperators.swift:87:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 85 | }
 86 | extension Preference {
 87 |     static func operation<T>(_ left: Preference<T>, _ right: Preference<T>, _ op: (T, T) -> T) -> T? {
    |                           `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 88 |         if let leftValue = left.value {
 89 |             if let rightValue = right.value {
/Users/admin/builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
 30 | /// A preference value extracted from a PreferencesType for a specific key
 31 | @propertyWrapper
 32 | open class Preference<T> {
    |                       `- note: 'T' previously declared here
 33 |
 34 |     var preferences: PreferencesType
[18/28] Compiling Prephirences PreferenceTransformation.swift
/Users/admin/builder/spi-builder-workspace/Sources/PreferenceOperators.swift:87:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 85 | }
 86 | extension Preference {
 87 |     static func operation<T>(_ left: Preference<T>, _ right: Preference<T>, _ op: (T, T) -> T) -> T? {
    |                           `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 88 |         if let leftValue = left.value {
 89 |             if let rightValue = right.value {
/Users/admin/builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
 30 | /// A preference value extracted from a PreferencesType for a specific key
 31 | @propertyWrapper
 32 | open class Preference<T> {
    |                       `- note: 'T' previously declared here
 33 |
 34 |     var preferences: PreferencesType
[19/28] Compiling Prephirences Bundle.swift
[20/28] Compiling Prephirences ManagedObjectPreferences.swift
[21/28] Compiling Prephirences DictionaryPreferences.swift
[22/28] Compiling Prephirences UserDefaults+Prephirences.swift
[23/28] Compiling Prephirences UserDefaults+Adds.swift
[24/28] Compiling Prephirences PreferencesController.swift
[25/28] Compiling Prephirences PreferencesOperators.swift
[26/28] Compiling Prephirences NSUbiquitousKeyValueStore+Prephirences.swift
[27/28] Compiling Prephirences PatternPreferences.swift
[28/28] Compiling Prephirences Plist.swift
Build complete! (9.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Prephirences",
  "name" : "Prephirences",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Prephirences",
      "targets" : [
        "Prephirences"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PrephirencesTests",
      "module_type" : "SwiftTarget",
      "name" : "PrephirencesTests",
      "path" : "Tests",
      "sources" : [
        "KeychainTests.swift",
        "PrephirencesTests.swift"
      ],
      "target_dependencies" : [
        "Prephirences"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Prephirences",
      "module_type" : "SwiftTarget",
      "name" : "Prephirences",
      "path" : "Sources",
      "product_memberships" : [
        "Prephirences"
      ],
      "sources" : [
        "Bundle.swift",
        "CoreData/ManagedObjectPreferences.swift",
        "DictionaryPreferences.swift",
        "KeychainPreferences.swift",
        "Keys/PropertyListKeys.swift",
        "Keys/UserDefaultsKeys.swift",
        "NSCachePreferences.swift",
        "NSCoder+Prephirences.swift",
        "NSHTTPCookieStorage+Prephirences.swift",
        "NSUbiquitousKeyValueStore+Prephirences.swift",
        "PatternPreferences.swift",
        "Plist.swift",
        "Preference.swift",
        "PreferenceOperators.swift",
        "PreferenceTransformation.swift",
        "PreferencesController.swift",
        "PreferencesOperators.swift",
        "PreferencesType.swift",
        "Prephirencable.swift",
        "PrephirenceType+Codable.swift",
        "Prephirences.swift",
        "RawRepresentableKey/RawRepresentable+Prephirences.swift",
        "ReflectingPreferences.swift",
        "UserDefaults+Prephirences.swift",
        "UserDefaults/UserDefaults+Adds.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.