The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/phimage/Prephirences.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/phimage/Prephirences
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/phimage/Prephirences.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/25] Compiling Prephirences Bundle.swift
[4/25] Compiling Prephirences ManagedObjectPreferences.swift
[5/25] Compiling Prephirences DictionaryPreferences.swift
[6/25] Compiling Prephirences KeychainPreferences.swift
[7/25] Compiling Prephirences PatternPreferences.swift
[8/25] Compiling Prephirences Plist.swift
[9/25] Compiling Prephirences Preference.swift
[10/25] Compiling Prephirences PropertyListKeys.swift
[11/25] Compiling Prephirences UserDefaultsKeys.swift
[12/25] Compiling Prephirences NSCachePreferences.swift
[13/25] Compiling Prephirences PrephirenceType+Codable.swift
[14/25] Compiling Prephirences Prephirences.swift
[15/25] Compiling Prephirences RawRepresentable+Prephirences.swift
[16/28] Compiling Prephirences ReflectingPreferences.swift
[17/28] Compiling Prephirences UserDefaults+Prephirences.swift
[18/28] Compiling Prephirences UserDefaults+Adds.swift
[19/28] Compiling Prephirences PreferencesOperators.swift
[20/28] Compiling Prephirences PreferencesType.swift
[21/28] Compiling Prephirences Prephirencable.swift
[22/28] Compiling Prephirences NSCoder+Prephirences.swift
[23/28] Compiling Prephirences NSHTTPCookieStorage+Prephirences.swift
[24/28] Compiling Prephirences NSUbiquitousKeyValueStore+Prephirences.swift
[25/28] Emitting module Prephirences
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
open class Preference<T> {
                      ^
[26/28] Compiling Prephirences PreferenceOperators.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
open class Preference<T> {
                      ^
[27/28] Compiling Prephirences PreferenceTransformation.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
open class Preference<T> {
                      ^
[28/28] Compiling Prephirences PreferencesController.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Preference.swift:32:23: note: 'T' previously declared here
open class Preference<T> {
                      ^
Build complete! (6.87s)
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Info.plist
    /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Test.plist
    /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/InfoMac.plist
    /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Entitlements.plist
Build complete.
Done.

Build Machine: Mac 7