Build Information
Successful build of snap-swift-data, reference 0.1.0 (f27ff3
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 17:53:51 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 InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-swift-data.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-swift-data
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at f27ff34 Update readme
Cloned https://github.com/simonnickel/snap-swift-data.git
Revision (git rev-parse @):
f27ff34faf9f42173d41d049dbf6dd280555a339
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-swift-data.git at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "snap-swift-data",
"name": "snap-swift-data",
"url": "https://github.com/simonnickel/snap-swift-data.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/snap-swift-data",
"dependencies": [
]
}
]
}
Fetching https://github.com/simonnickel/snap-swift-data.git
[1/132] Fetching snap-swift-data
Fetched https://github.com/simonnickel/snap-swift-data.git from cache (0.59s)
Creating working copy for https://github.com/simonnickel/snap-swift-data.git
Working copy of https://github.com/simonnickel/snap-swift-data.git resolved at 0.1.0 (f27ff34)
warning: '.resolve-product-dependencies': dependency 'snap-swift-data' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/simonnickel/snap-swift-data.git
https://github.com/simonnickel/snap-swift-data.git
{
"dependencies" : [
],
"manifest_display_name" : "snap-swift-data",
"name" : "snap-swift-data",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SnapSwiftData",
"targets" : [
"SnapSwiftData"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SnapSwiftDataTests",
"module_type" : "SwiftTarget",
"name" : "SnapSwiftDataTests",
"path" : "Tests/SnapSwiftDataTests",
"sources" : [
"SnapSwiftDataTests.swift"
],
"target_dependencies" : [
"SnapSwiftData"
],
"type" : "test"
},
{
"c99name" : "SnapSwiftData",
"module_type" : "SwiftTarget",
"name" : "SnapSwiftData",
"path" : "Sources/SnapSwiftData",
"product_memberships" : [
"SnapSwiftData"
],
"sources" : [
"ContextMonitor.swift",
"Extensions/Helper.swift",
"Extensions/ModelContext+CoreData.swift",
"Extensions/ModelContext+ExistingModel.swift",
"Extensions/NSManagedObjectID+PersistentIdentifier.swift",
"Logger.swift",
"ModelContainerManager.swift",
"PersistentHistoryMonitor.swift",
"PersistentHistoryMonitorActor.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling SnapSwiftData PersistentHistoryMonitor.swift
[4/12] Compiling SnapSwiftData Helper.swift
[5/12] Compiling SnapSwiftData ModelContainerManager.swift
[6/12] Emitting module SnapSwiftData
/Users/admin/builder/spi-builder-workspace/Sources/SnapSwiftData/PersistentHistoryMonitorActor.swift:15:1: warning: extension declares a conformance of imported type 'NSPersistentHistoryChange' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
13 |
14 | /// NSPersistentHistoryChange has to move out of ModelActor. Should not change and therefore be just Sendable.
15 | extension NSPersistentHistoryChange: @unchecked Sendable { }
| |- warning: extension declares a conformance of imported type 'NSPersistentHistoryChange' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | /// Consumes PersistentHistoryTracking events via Combine and posts them to the change handler (see PersistentHistoryMonitor for consumption).
[7/12] Compiling SnapSwiftData PersistentHistoryMonitorActor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SnapSwiftData/PersistentHistoryMonitorActor.swift:15:1: warning: extension declares a conformance of imported type 'NSPersistentHistoryChange' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
13 |
14 | /// NSPersistentHistoryChange has to move out of ModelActor. Should not change and therefore be just Sendable.
15 | extension NSPersistentHistoryChange: @unchecked Sendable { }
| |- warning: extension declares a conformance of imported type 'NSPersistentHistoryChange' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | /// Consumes PersistentHistoryTracking events via Combine and posts them to the change handler (see PersistentHistoryMonitor for consumption).
[8/12] Compiling SnapSwiftData NSManagedObjectID+PersistentIdentifier.swift
[9/12] Compiling SnapSwiftData ModelContext+ExistingModel.swift
[10/12] Compiling SnapSwiftData ModelContext+CoreData.swift
[11/12] Compiling SnapSwiftData ContextMonitor.swift
[12/12] Compiling SnapSwiftData Logger.swift
Build complete! (5.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "snap-swift-data",
"name" : "snap-swift-data",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SnapSwiftData",
"targets" : [
"SnapSwiftData"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SnapSwiftDataTests",
"module_type" : "SwiftTarget",
"name" : "SnapSwiftDataTests",
"path" : "Tests/SnapSwiftDataTests",
"sources" : [
"SnapSwiftDataTests.swift"
],
"target_dependencies" : [
"SnapSwiftData"
],
"type" : "test"
},
{
"c99name" : "SnapSwiftData",
"module_type" : "SwiftTarget",
"name" : "SnapSwiftData",
"path" : "Sources/SnapSwiftData",
"product_memberships" : [
"SnapSwiftData"
],
"sources" : [
"ContextMonitor.swift",
"Extensions/Helper.swift",
"Extensions/ModelContext+CoreData.swift",
"Extensions/ModelContext+ExistingModel.swift",
"Extensions/NSManagedObjectID+PersistentIdentifier.swift",
"Logger.swift",
"ModelContainerManager.swift",
"PersistentHistoryMonitor.swift",
"PersistentHistoryMonitorActor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/simonnickel/snap-swift-data/0.1.0
Repository: simonnickel/snap-swift-data
Swift version used: 6.1
Target: SnapSwiftData
Extracting symbol information for 'SnapSwiftData'...
Finished extracting symbol information for 'SnapSwiftData'. (3.30s)
Building documentation for 'SnapSwiftData'...
Finished building documentation for 'SnapSwiftData' (0.14s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/simonnickel/snap-swift-data/0.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.13s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.76s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.39s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Emitting module Snippets
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit SemanticVersion.swift
[11/57] Compiling SymbolKit AccessControl.swift
[12/57] Compiling SymbolKit Availability.swift
[13/57] Compiling SymbolKit AvailabilityItem.swift
[14/57] Compiling SymbolKit Domain.swift
[15/57] Compiling SymbolKit GenericConstraint.swift
[16/57] Compiling SymbolKit GenericParameter.swift
[17/57] Compiling SymbolKit Generics.swift
[18/57] Compiling SymbolKit Namespace.swift
[19/57] Compiling SymbolKit Names.swift
[20/57] Compiling SymbolKit SPI.swift
[21/57] Compiling SymbolKit Snippet.swift
[22/57] Compiling SymbolKit Extension.swift
[23/57] Compiling SymbolKit SourceRange.swift
[24/57] Compiling SymbolKit Metadata.swift
[25/57] Compiling SymbolKit Module.swift
[26/57] Compiling SymbolKit OperatingSystem.swift
[27/57] Compiling SymbolKit Platform.swift
[28/57] Compiling SymbolKit DeclarationFragments.swift
[29/57] Compiling SymbolKit Fragment.swift
[30/57] Compiling SymbolKit FragmentKind.swift
[31/57] Compiling SymbolKit FunctionParameter.swift
[32/57] Compiling SymbolKit FunctionSignature.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit Identifier.swift
[39/57] Compiling SymbolKit KindIdentifier.swift
[40/57] Compiling SymbolKit Location.swift
[41/57] Compiling SymbolKit Mutability.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.11s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling SnapSwiftData ModelContainerManager.swift
[3/11] Compiling SnapSwiftData Logger.swift
[4/11] Compiling SnapSwiftData PersistentHistoryMonitor.swift
[5/11] Compiling SnapSwiftData ModelContext+ExistingModel.swift
macro expansion #Predicate:5:22: warning: type 'KeyPath<T, PersistentIdentifier>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Sources/SnapSwiftData/Extensions/ModelContext+ExistingModel.swift:26:5: note: expanded code originates here
24 | predicate: #Predicate {
25 | $0.persistentModelID == objectID
26 | }
+--- macro expansion #Predicate -------------------------------------
|3 | lhs: PredicateExpressions.build_KeyPath(
|4 | root: PredicateExpressions.build_Arg($0),
|5 | keyPath: \.persistentModelID
| | `- warning: type 'KeyPath<T, PersistentIdentifier>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
|6 | ),
|7 | rhs: PredicateExpressions.build_Arg(objectID)
+--------------------------------------------------------------------
27 | )
28 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
| `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[6/11] Compiling SnapSwiftData ModelContext+CoreData.swift
[7/11] Compiling SnapSwiftData ContextMonitor.swift
[8/11] Compiling SnapSwiftData Helper.swift
[9/11] Compiling SnapSwiftData PersistentHistoryMonitorActor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SnapSwiftData/PersistentHistoryMonitorActor.swift:15:1: warning: extension declares a conformance of imported type 'NSPersistentHistoryChange' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
13 |
14 | /// NSPersistentHistoryChange has to move out of ModelActor. Should not change and therefore be just Sendable.
15 | extension NSPersistentHistoryChange: @unchecked Sendable { }
| |- warning: extension declares a conformance of imported type 'NSPersistentHistoryChange' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | /// Consumes PersistentHistoryTracking events via Combine and posts them to the change handler (see PersistentHistoryMonitor for consumption).
[10/11] Emitting module SnapSwiftData
/Users/admin/builder/spi-builder-workspace/Sources/SnapSwiftData/PersistentHistoryMonitorActor.swift:15:1: warning: extension declares a conformance of imported type 'NSPersistentHistoryChange' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
13 |
14 | /// NSPersistentHistoryChange has to move out of ModelActor. Should not change and therefore be just Sendable.
15 | extension NSPersistentHistoryChange: @unchecked Sendable { }
| |- warning: extension declares a conformance of imported type 'NSPersistentHistoryChange' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | /// Consumes PersistentHistoryTracking events via Combine and posts them to the change handler (see PersistentHistoryMonitor for consumption).
[11/11] Compiling SnapSwiftData NSManagedObjectID+PersistentIdentifier.swift
Build of target: 'SnapSwiftData' complete! (1.22s)
150
2 /Users/admin/builder/spi-builder-workspace/.docs/simonnickel/snap-swift-data/0.1.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/simonnickel/snap-swift-data/0.1.0
File count: 150
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-simonnickel-snap-swift-data-0.1.0-a8c740b7.zip to s3://spi-docs-inbox/prod-simonnickel-snap-swift-data-0.1.0-a8c740b7.zip
Copying... [15%]
Copying... [30%]
Copying... [46%]
Copying... [61%]
Copying... [76%]
Copying... [91%]
Copying... [100%]
Done.