The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Prephirences with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/phimage/Prephirences.git
Reference: 5.4.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 into spi-builder-workspace
3a42074d540c09018cd0699eced43905847a2381
SUCCESS checkout https://github.com/phimage/Prephirences.git at 5.4.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Test.plist
    /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Entitlements.plist
    /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Info.plist
    /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/InfoMac.plist
Building for debugging...
[1/23] Emitting module Prephirences
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    static func operation<T>(_ left: Preference<T>, _ right: Preference<T>, _ op: (T, T) -> T) -> T? {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
open class Preference<T> {
                      ^
[2/26] Compiling Prephirences PropertyListKeys.swift
[3/26] Compiling Prephirences UserDefaultsKeys.swift
[4/26] Compiling Prephirences NSCachePreferences.swift
[5/26] Compiling Prephirences NSCoder+Prephirences.swift
[6/26] Compiling Prephirences NSHTTPCookieStorage+Prephirences.swift
[7/26] Compiling Prephirences NSUbiquitousKeyValueStore+Prephirences.swift
[8/26] Compiling Prephirences PreferencesOperators.swift
[9/26] Compiling Prephirences PreferencesType.swift
[10/26] Compiling Prephirences Prephirencable.swift
[11/26] Compiling Prephirences PatternPreferences.swift
[12/26] Compiling Prephirences Plist.swift
[13/26] Compiling Prephirences Preference.swift
[14/26] Compiling Prephirences PrephirenceType+Codable.swift
[15/26] Compiling Prephirences Prephirences.swift
[16/26] Compiling Prephirences RawRepresentable+Prephirences.swift
[17/26] Compiling Prephirences Bundle.swift
[18/26] Compiling Prephirences ManagedObjectPreferences.swift
[19/26] Compiling Prephirences DictionaryPreferences.swift
[20/26] Compiling Prephirences KeychainPreferences.swift
[21/26] Compiling Prephirences ReflectingPreferences.swift
[22/26] Compiling Prephirences UserDefaults+Prephirences.swift
[23/26] Compiling Prephirences UserDefaults+Adds.swift
[24/26] Compiling Prephirences PreferenceOperators.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    static func operation<T>(_ left: Preference<T>, _ right: Preference<T>, _ op: (T, T) -> T) -> T? {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
open class Preference<T> {
                      ^
[25/26] Compiling Prephirences PreferenceTransformation.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    static func operation<T>(_ left: Preference<T>, _ right: Preference<T>, _ op: (T, T) -> T) -> T? {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
open class Preference<T> {
                      ^
[26/26] Compiling Prephirences PreferencesController.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    static func operation<T>(_ left: Preference<T>, _ right: Preference<T>, _ op: (T, T) -> T) -> T? {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
open class Preference<T> {
                      ^
Build complete! (7.37s)
Build complete.
Done.