Build Information
Failed to build UUSwiftNetworking, reference 1.4.1 (f1bdf6), with Swift 6.0 for macOS (SPM) on 18 Sep 2025 02:09:37 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Reference: 1.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftNetworking
* tag 1.4.1 -> FETCH_HEAD
HEAD is now at f1bdf6b use latest core release
Cloned https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Revision (git rev-parse @):
f1bdf6bc6f82e648531a71f1f09b41f78badb870
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftNetworking.git at 1.4.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/33] Emitting module UUSwiftCore
[6/36] Compiling UUSwiftCore UULogger+Ext.swift
[7/36] Compiling UUSwiftCore UULogger.swift
[8/36] Compiling UUSwiftCore UUPrintLogWriter.swift
[9/36] Compiling UUSwiftCore UUTypeAliases.swift
[10/36] Compiling UUSwiftCore UUURL.swift
[11/36] Compiling UUSwiftCore resource_bundle_accessor.swift
[12/36] Compiling UUSwiftCore UUConsoleLogWriter.swift
[13/36] Compiling UUSwiftCore UULog.swift
[14/36] Compiling UUSwiftCore UULogLevel.swift
[15/36] Compiling UUSwiftCore UULogWriter.swift
[16/36] Compiling UUSwiftCore UUThread.swift
[17/36] Compiling UUSwiftCore UUTimeMeasurement.swift
[18/36] Compiling UUSwiftCore UUTimer.swift
[19/36] Compiling UUSwiftCore UUNumber.swift
[20/36] Compiling UUSwiftCore UUObject.swift
[21/36] Compiling UUSwiftCore UUObjectFactory.swift
[22/36] Compiling UUSwiftCore UUDataCache.swift
[23/36] Compiling UUSwiftCore UUDate.swift
[24/36] Compiling UUSwiftCore UUDictionary.swift
[25/36] Compiling UUSwiftCore UUArray.swift
[26/36] Compiling UUSwiftCore UUCollection.swift
[27/36] Compiling UUSwiftCore UUColor.swift
[28/36] Compiling UUSwiftCore UURandom.swift
[29/36] Compiling UUSwiftCore UUString.swift
[30/36] Compiling UUSwiftCore UUSwiftCore.swift
[31/36] Compiling UUSwiftCore UUJson.swift
[32/36] Compiling UUSwiftCore UUKeychain.swift
[33/36] Compiling UUSwiftCore UULocalization.swift
[34/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
CoreData.NSPersistentStoreFileProtectionKey:2:12: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
1 | @available(macOS, unavailable)
2 | public let NSPersistentStoreFileProtectionKey: String
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
[35/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
CoreData.NSPersistentStoreFileProtectionKey:2:12: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
1 | @available(macOS, unavailable)
2 | public let NSPersistentStoreFileProtectionKey: String
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
[36/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
CoreData.NSPersistentStoreFileProtectionKey:2:12: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
1 | @available(macOS, unavailable)
2 | public let NSPersistentStoreFileProtectionKey: String
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
Fetching https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Fetching https://github.com/SilverPineSoftware/UUSwiftCore.git
[1/544] Fetching uuswiftcore
[61/614] Fetching uuswiftcore, uuswifttestcore
Fetched https://github.com/SilverPineSoftware/UUSwiftTestCore.git from cache (0.82s)
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.82s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftTestCore.git at 0.0.4 (0.58s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.3.0 (0.57s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.3.0
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.0 macosSpm