Build Information
Successful build of AERecord, reference master (105ad0
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 13:06:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AERecord.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AERecord
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 105ad07 Merge branch 'develop'
Cloned https://github.com/tadija/AERecord.git
Revision (git rev-parse @):
105ad07a0b5b317c65f3670836f2ba48083dcf6b
SUCCESS checkout https://github.com/tadija/AERecord.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tadija/AERecord.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Emitting module AERecord
/Users/admin/builder/spi-builder-workspace/Sources/AERecord/Query.swift:54:5: warning: 'public' modifier is redundant for static property declared in a public extension
52 | }
53 |
54 | public static let defaultPredicateType: NSCompoundPredicate.LogicalType = .and
| `- warning: 'public' modifier is redundant for static property declared in a public extension
55 |
56 | /**
[4/6] Compiling AERecord AERecord.swift
[5/6] Compiling AERecord Query.swift
/Users/admin/builder/spi-builder-workspace/Sources/AERecord/Query.swift:54:5: warning: 'public' modifier is redundant for static property declared in a public extension
52 | }
53 |
54 | public static let defaultPredicateType: NSCompoundPredicate.LogicalType = .and
| `- warning: 'public' modifier is redundant for static property declared in a public extension
55 |
56 | /**
[6/6] Compiling AERecord Stack.swift
/Users/admin/builder/spi-builder-workspace/Sources/AERecord/Stack.swift:236:53: warning: 'NSPersistentStoreDidImportUbiquitousContentChanges' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
234 | #if !(os(tvOS) || os(watchOS))
235 | let didImport = #selector(Stack.persistentStoreDidImportUbiquitousContentChanges(_:))
236 | let didImportName = NSNotification.Name.NSPersistentStoreDidImportUbiquitousContentChanges
| `- warning: 'NSPersistentStoreDidImportUbiquitousContentChanges' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
237 | center.addObserver(self, selector: didImport, name: didImportName, object: coordinator)
238 | #endif
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (3.37s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AERecord",
"name" : "AERecord",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AERecord",
"targets" : [
"AERecord"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AERecordTests",
"module_type" : "SwiftTarget",
"name" : "AERecordTests",
"path" : "Tests/AERecordTests",
"sources" : [
"AERecordTests.swift"
],
"target_dependencies" : [
"AERecord"
],
"type" : "test"
},
{
"c99name" : "AERecord",
"module_type" : "SwiftTarget",
"name" : "AERecord",
"path" : "Sources/AERecord",
"product_memberships" : [
"AERecord"
],
"sources" : [
"AERecord.swift",
"Query.swift",
"Stack.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.