Build Information
Successful build of SwiftDataCounter, reference 26.3.8 (e6b965), with Swift 6.1 for macOS (SPM) on 8 Mar 2026 14:25:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/SwiftDataCounter.git
Reference: 26.3.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/SwiftDataCounter
* tag 26.3.8 -> FETCH_HEAD
HEAD is now at e6b9652 2026-03-08
Cloned https://github.com/markbattistella/SwiftDataCounter.git
Revision (git rev-parse @):
e6b9652a58b5fdfac7526137dfb7cf01f487e147
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/SwiftDataCounter.git at 26.3.8
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/markbattistella/SwiftDataCounter.git
https://github.com/markbattistella/SwiftDataCounter.git
{
"dependencies" : [
{
"identity" : "simplelogger",
"requirement" : {
"range" : [
{
"lower_bound" : "26.0.0",
"upper_bound" : "27.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/markbattistella/SimpleLogger"
}
],
"manifest_display_name" : "SwiftDataCounter",
"name" : "SwiftDataCounter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwiftDataCounter",
"targets" : [
"SwiftDataCounter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftDataCounterTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDataCounterTests",
"path" : "Tests/SwiftDataCounterTests",
"sources" : [
"EntityCounterTests.swift"
],
"target_dependencies" : [
"SwiftDataCounter"
],
"type" : "test"
},
{
"c99name" : "SwiftDataCounter",
"module_type" : "SwiftTarget",
"name" : "SwiftDataCounter",
"path" : "Sources/SwiftDataCounter",
"product_dependencies" : [
"SimpleLogger"
],
"product_memberships" : [
"SwiftDataCounter"
],
"sources" : [
"EntityCounter.swift",
"FetchablePersistentModel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/26] Emitting module SimpleLogger
[5/28] Compiling SimpleLogger Data+Ext.swift
[6/28] Compiling SimpleLogger gzip+Error.swift
[7/28] Compiling SimpleLogger Category+Architecture.swift
[8/28] Compiling SimpleLogger Category+Commerce.swift
[9/28] Compiling SimpleLogger Category+Miscellaneous.swift
[10/28] Compiling SimpleLogger Category+Network.swift
[11/28] Compiling SimpleLogger Category+Performance.swift
[12/28] Compiling SimpleLogger Category+Persistence.swift
[13/28] Compiling SimpleLogger LoggerReader.swift
[14/28] Compiling SimpleLogger CompressionLevel.swift
[15/28] Compiling SimpleLogger LoggerManager.swift
[16/28] Compiling SimpleLogger LoggerQuery.swift
[17/28] Compiling SimpleLogger Category+Security.swift
[18/28] Compiling SimpleLogger Category+System.swift
[19/28] Compiling SimpleLogger Category+Testing.swift
[20/28] Compiling SimpleLogger Duration+Ext.swift
[21/28] Compiling SimpleLogger LoggerExporter.swift
[22/28] Compiling SimpleLogger Logger+Filter.swift
[23/28] Compiling SimpleLogger Logger+Init.swift
[24/28] Compiling SimpleLogger Category+UI.swift
[25/28] Compiling SimpleLogger Category+Utilities.swift
[26/28] Compiling SimpleLogger Logger+Export.swift
[27/28] Compiling SimpleLogger LoggerCategory.swift
[28/28] Compiling SimpleLogger LoggerRepresentation.swift
[29/31] Compiling SwiftDataCounter FetchablePersistentModel.swift
[30/31] Compiling SwiftDataCounter EntityCounter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDataCounter/EntityCounter.swift:146:9: warning: non-sendable result type 'Notification?' cannot be sent from nonisolated context in call to instance method 'next()'; this is an error in the Swift 6 language mode
144 |
145 | // Observe subsequent saves indefinitely until the task is cancelled.
146 | for await note in NotificationCenter.default.notifications(named: ModelContext.didSave) {
| `- warning: non-sendable result type 'Notification?' cannot be sent from nonisolated context in call to instance method 'next()'; this is an error in the Swift 6 language mode
147 | if Task.isCancelled { break }
148 | guard let obj = note.object as? ModelContext, obj === context else { continue }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
| `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 | case none
3 | case some(Wrapped)
[31/31] Emitting module SwiftDataCounter
Build complete! (11.87s)
Fetching https://github.com/markbattistella/SimpleLogger
[1/204] Fetching simplelogger
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.75s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 26.2.21 (1.21s)
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 26.2.21
Build complete.
{
"dependencies" : [
{
"identity" : "simplelogger",
"requirement" : {
"range" : [
{
"lower_bound" : "26.0.0",
"upper_bound" : "27.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/markbattistella/SimpleLogger"
}
],
"manifest_display_name" : "SwiftDataCounter",
"name" : "SwiftDataCounter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwiftDataCounter",
"targets" : [
"SwiftDataCounter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftDataCounterTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDataCounterTests",
"path" : "Tests/SwiftDataCounterTests",
"sources" : [
"EntityCounterTests.swift"
],
"target_dependencies" : [
"SwiftDataCounter"
],
"type" : "test"
},
{
"c99name" : "SwiftDataCounter",
"module_type" : "SwiftTarget",
"name" : "SwiftDataCounter",
"path" : "Sources/SwiftDataCounter",
"product_dependencies" : [
"SimpleLogger"
],
"product_memberships" : [
"SwiftDataCounter"
],
"sources" : [
"EntityCounter.swift",
"FetchablePersistentModel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.