Build Information
Successful build of Prephirences, reference master (3bc9e0
), with Swift 5.10 for macOS (SPM) on 1 Jun 2025 16:56:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/phimage/Prephirences.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/phimage/Prephirences
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3bc9e04 Fix override T
Cloned https://github.com/phimage/Prephirences.git
Revision (git rev-parse @):
3bc9e04ef90bd375656e367fdbdf36165174b426
SUCCESS checkout https://github.com/phimage/Prephirences.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/phimage/Prephirences.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/26] Emitting module Prephirences
[4/28] Compiling Prephirences NSCachePreferences.swift
[5/28] Compiling Prephirences NSCoder+Prephirences.swift
[6/28] Compiling Prephirences NSHTTPCookieStorage+Prephirences.swift
[7/28] Compiling Prephirences KeychainPreferences.swift
[8/28] Compiling Prephirences PropertyListKeys.swift
[9/28] Compiling Prephirences UserDefaultsKeys.swift
[10/28] Compiling Prephirences NSUbiquitousKeyValueStore+Prephirences.swift
[11/28] Compiling Prephirences PatternPreferences.swift
[12/28] Compiling Prephirences Plist.swift
[13/28] Compiling Prephirences PreferencesType.swift
[14/28] Compiling Prephirences Prephirencable.swift
[15/28] Compiling Prephirences Bundle.swift
[16/28] Compiling Prephirences ManagedObjectPreferences.swift
[17/28] Compiling Prephirences DictionaryPreferences.swift
[18/28] Compiling Prephirences UserDefaults+Prephirences.swift
[19/28] Compiling Prephirences UserDefaults+Adds.swift
[20/28] Compiling Prephirences PrephirenceType+Codable.swift
[21/28] Compiling Prephirences Prephirences.swift
[22/28] Compiling Prephirences RawRepresentable+Prephirences.swift
[23/28] Compiling Prephirences ReflectingPreferences.swift
[24/28] Compiling Prephirences PreferencesController.swift
[25/28] Compiling Prephirences PreferencesOperators.swift
[26/28] Compiling Prephirences Preference.swift
[27/28] Compiling Prephirences PreferenceOperators.swift
[28/28] Compiling Prephirences PreferenceTransformation.swift
Build complete! (8.88s)
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Tests/InfoMac.plist
/Users/admin/builder/spi-builder-workspace/Tests/Info.plist
/Users/admin/builder/spi-builder-workspace/Tests/Entitlements.plist
/Users/admin/builder/spi-builder-workspace/Tests/Test.plist
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.