Build Information
Failed to build UUSwiftImage, reference 1.1.3 (f9028e), with Swift 6.2 for macOS (SPM) on 18 Sep 2025 01:10:01 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SilverPineSoftware/UUSwiftImage.git
Reference: 1.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftImage
* tag 1.1.3 -> FETCH_HEAD
HEAD is now at f9028e3 Update to latest swift core
Cloned https://github.com/SilverPineSoftware/UUSwiftImage.git
Revision (git rev-parse @):
f9028e3fa2b5f982af42af6ef1655182a036cb2a
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftImage.git at 1.1.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SilverPineSoftware/UUSwiftImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/33] Compiling UUSwiftCore UUJson.swift
[6/33] Compiling UUSwiftCore UUKeychain.swift
[7/33] Compiling UUSwiftCore UULocalization.swift
[8/33] Compiling UUSwiftCore UUConsoleLogWriter.swift
[9/33] Compiling UUSwiftCore UULog.swift
[10/33] Compiling UUSwiftCore UULogLevel.swift
[11/33] Compiling UUSwiftCore UULogWriter.swift
[12/36] Compiling UUSwiftCore UUNumber.swift
[13/36] Compiling UUSwiftCore UUObject.swift
[14/36] Compiling UUSwiftCore UUObjectFactory.swift
[15/36] Compiling UUSwiftCore UUDataCache.swift
[16/36] Compiling UUSwiftCore UUDate.swift
[17/36] Compiling UUSwiftCore UUDictionary.swift
[18/36] Compiling UUSwiftCore UUTypeAliases.swift
[19/36] Compiling UUSwiftCore UUURL.swift
[20/36] Compiling UUSwiftCore resource_bundle_accessor.swift
[21/36] Emitting module UUSwiftCore
[22/36] Compiling UUSwiftCore UUArray.swift
[23/36] Compiling UUSwiftCore UUCollection.swift
[24/36] Compiling UUSwiftCore UUColor.swift
[25/36] Compiling UUSwiftCore UULogger+Ext.swift
[26/36] Compiling UUSwiftCore UULogger.swift
[27/36] Compiling UUSwiftCore UUPrintLogWriter.swift
[28/36] Compiling UUSwiftCore UUComparable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUCoreData.swift:1109:89: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1107 | description.setOption(autoMigrate as NSNumber, forKey: NSMigratePersistentStoresAutomaticallyOption)
1108 | description.setOption(autoMigrate as NSNumber, forKey: NSInferMappingModelAutomaticallyOption)
1109 | description.setOption(FileProtectionType.complete.rawValue as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1110 |
1111 | if !pragmas.isEmpty
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
[29/36] Compiling UUSwiftCore UUCoreData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUCoreData.swift:1109:89: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1107 | description.setOption(autoMigrate as NSNumber, forKey: NSMigratePersistentStoresAutomaticallyOption)
1108 | description.setOption(autoMigrate as NSNumber, forKey: NSInferMappingModelAutomaticallyOption)
1109 | description.setOption(FileProtectionType.complete.rawValue as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1110 |
1111 | if !pragmas.isEmpty
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
[30/36] Compiling UUSwiftCore UUData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUCoreData.swift:1109:89: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1107 | description.setOption(autoMigrate as NSNumber, forKey: NSMigratePersistentStoresAutomaticallyOption)
1108 | description.setOption(autoMigrate as NSNumber, forKey: NSInferMappingModelAutomaticallyOption)
1109 | description.setOption(FileProtectionType.complete.rawValue as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1110 |
1111 | if !pragmas.isEmpty
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
[31/36] Compiling UUSwiftCore UURandom.swift
[32/36] Compiling UUSwiftCore UUString.swift
[33/36] Compiling UUSwiftCore UUSwiftCore.swift
[34/36] Compiling UUSwiftCore UUThread.swift
[35/36] Compiling UUSwiftCore UUTimeMeasurement.swift
[36/36] Compiling UUSwiftCore UUTimer.swift
Fetching https://github.com/SilverPineSoftware/UUSwiftCore.git
[1/544] Fetching uuswiftcore
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.99s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.3.0 (1.68s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.3.0
BUILD FAILURE 6.2 macosSpm