Build Information
Successful build of snap-swift-data, reference 0.1.0 (f27ff3
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 00:26:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
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.65s)
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.0
Building package at path: $PWD
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.1.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--7754E27361AE5C74.txt
[3/12] Compiling SnapSwiftData PersistentHistoryMonitor.swift
[4/12] Compiling SnapSwiftData Logger.swift
[5/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).
[6/12] Compiling SnapSwiftData NSManagedObjectID+PersistentIdentifier.swift
[7/12] Compiling SnapSwiftData ModelContext+ExistingModel.swift
[8/12] Compiling SnapSwiftData ModelContainerManager.swift
[9/12] Compiling SnapSwiftData Helper.swift
[10/12] Compiling SnapSwiftData ContextMonitor.swift
[11/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).
[12/12] Compiling SnapSwiftData ModelContext+CoreData.swift
Build complete! (12.80s)
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.0
Target: SnapSwiftData
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'SnapSwiftData'...
Finished extracting symbol information for 'SnapSwiftData'. (2.60s)
Building documentation for 'SnapSwiftData'...
Finished building documentation for 'SnapSwiftData' (0.11s)
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
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.40s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
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--7754E27361AE5C74.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Emitting module Snippets
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/57] Emitting module SymbolKit
[15/57] Compiling SymbolKit Symbol.swift
[16/57] Compiling SymbolKit SymbolKind.swift
[17/57] Compiling SymbolKit SymbolGraph.swift
[18/57] Compiling SymbolKit GraphCollector.swift
[19/57] Compiling SymbolKit Identifier.swift
[20/57] Compiling SymbolKit KindIdentifier.swift
[21/57] Compiling SymbolKit Location.swift
[22/57] Compiling SymbolKit Mutability.swift
[23/57] Compiling SymbolKit SemanticVersion.swift
[24/57] Compiling SymbolKit AccessControl.swift
[25/57] Compiling SymbolKit Availability.swift
[26/57] Compiling SymbolKit AvailabilityItem.swift
[27/57] Compiling SymbolKit Domain.swift
[28/57] Compiling SymbolKit GenericConstraint.swift
[29/57] Compiling SymbolKit GenericParameter.swift
[30/57] Compiling SymbolKit Generics.swift
[31/57] Compiling SymbolKit Namespace.swift
[32/57] Compiling SymbolKit Relationship.swift
[33/57] Compiling SymbolKit RelationshipKind.swift
[34/57] Compiling SymbolKit SourceOrigin.swift
[35/57] Compiling SymbolKit GenericConstraints.swift
[36/57] Compiling SymbolKit Swift.swift
[37/57] Compiling SymbolKit DeclarationFragments.swift
[38/57] Compiling SymbolKit Fragment.swift
[39/57] Compiling SymbolKit FragmentKind.swift
[40/57] Compiling SymbolKit FunctionParameter.swift
[41/57] Compiling SymbolKit FunctionSignature.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.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.15s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/11] Compiling SnapSwiftData PersistentHistoryMonitor.swift
[3/11] Compiling SnapSwiftData ModelContainerManager.swift
[4/11] Compiling SnapSwiftData Logger.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 NSManagedObjectID+PersistentIdentifier.swift
[8/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).
[9/11] Compiling SnapSwiftData ContextMonitor.swift
[10/11] Compiling SnapSwiftData Helper.swift
[11/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).
Build of target: 'SnapSwiftData' complete! (0.64s)
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-33b50c6a.zip to s3://spi-docs-inbox/prod-simonnickel-snap-swift-data-0.1.0-33b50c6a.zip
Copying... [15%]
Copying... [30%]
Copying... [45%]
Copying... [61%]
Copying... [76%]
Copying... [91%]
Copying... [100%]
Done.