Build Information
Failed to build UUSwiftCore, reference 1.3.0 (4cd3f8), with Swift 6.2 for macOS (SPM) on 18 Sep 2025 02:50:30 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/UUSwiftCore.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftCore
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 4cd3f86 Add a from bcd8 helper
Cloned https://github.com/SilverPineSoftware/UUSwiftCore.git
Revision (git rev-parse @):
4cd3f86e1337a451f6f2ea9dcdc6f8a0739d9428
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SilverPineSoftware/UUSwiftCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/32] Compiling UUSwiftCore UUConsoleLogWriter.swift
[5/32] Compiling UUSwiftCore UULog.swift
[6/32] Compiling UUSwiftCore UULogLevel.swift
[7/32] Compiling UUSwiftCore UULogWriter.swift
[8/35] Emitting module UUSwiftCore
[9/35] Compiling UUSwiftCore UULogger+Ext.swift
[10/35] Compiling UUSwiftCore UULogger.swift
[11/35] Compiling UUSwiftCore UUPrintLogWriter.swift
[12/35] Compiling UUSwiftCore UUThread.swift
[13/35] Compiling UUSwiftCore UUTimeMeasurement.swift
[14/35] Compiling UUSwiftCore UUTimer.swift
[15/35] Compiling UUSwiftCore UUDataCache.swift
[16/35] Compiling UUSwiftCore UUDate.swift
[17/35] Compiling UUSwiftCore UUDictionary.swift
[18/35] Compiling UUSwiftCore UUTypeAliases.swift
[19/35] Compiling UUSwiftCore UUURL.swift
[20/35] Compiling UUSwiftCore resource_bundle_accessor.swift
[21/35] Compiling UUSwiftCore UUNumber.swift
[22/35] Compiling UUSwiftCore UUObject.swift
[23/35] Compiling UUSwiftCore UUObjectFactory.swift
[24/35] Compiling UUSwiftCore UUComparable.swift
/Users/admin/builder/spi-builder-workspace/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 */
[25/35] Compiling UUSwiftCore UUCoreData.swift
/Users/admin/builder/spi-builder-workspace/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 */
[26/35] Compiling UUSwiftCore UUData.swift
/Users/admin/builder/spi-builder-workspace/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 */
[27/35] Compiling UUSwiftCore UUArray.swift
[28/35] Compiling UUSwiftCore UUCollection.swift
[29/35] Compiling UUSwiftCore UUColor.swift
[30/35] Compiling UUSwiftCore UUJson.swift
[31/35] Compiling UUSwiftCore UUKeychain.swift
[32/35] Compiling UUSwiftCore UULocalization.swift
[33/35] Compiling UUSwiftCore UURandom.swift
[34/35] Compiling UUSwiftCore UUString.swift
[35/35] Compiling UUSwiftCore UUSwiftCore.swift
Fetching https://github.com/SilverPineSoftware/UUSwiftTestCore.git
[1/70] Fetching uuswifttestcore
Fetched https://github.com/SilverPineSoftware/UUSwiftTestCore.git from cache (0.85s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftTestCore.git at 0.0.4 (1.47s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftTestCore.git resolved at 0.0.4
BUILD FAILURE 6.2 macosSpm