Build Information
Successful build of Occurrence, reference main (763798
), with Swift 6.1 for macOS (SPM) on 14 Jun 2025 03:54:48 UTC.
Swift 6 data race errors: 10
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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Occurrence.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/Occurrence
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 763798a Sendable Conformances (#25)
Cloned https://github.com/richardpiazza/Occurrence.git
Revision (git rev-parse @):
763798a66ef9bd4940929a870fc724ca60c3ecdf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Occurrence.git at main
Fetching https://github.com/richardpiazza/Statement.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-log.git from cache
[8/745] Fetching statement
[746/10594] Fetching statement, sqlite.swift
Fetched https://github.com/richardpiazza/Statement.git from cache (1.41s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.41s)
Fetched https://github.com/apple/swift-log.git from cache (1.42s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (1.91s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
========================================
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": "occurrence",
"name": "Occurrence",
"url": "https://github.com/richardpiazza/Occurrence.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Occurrence",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.6.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
},
{
"identity": "statement",
"name": "Statement",
"url": "https://github.com/richardpiazza/Statement.git",
"version": "0.8.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Statement",
"dependencies": [
]
},
{
"identity": "sqlite.swift",
"name": "SQLite.swift",
"url": "https://github.com/stephencelis/SQLite.swift.git",
"version": "0.15.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
"dependencies": [
{
"identity": "swift-toolchain-sqlite",
"name": "swift-toolchain-sqlite",
"url": "https://github.com/swiftlang/swift-toolchain-sqlite",
"version": "1.0.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-toolchain-sqlite",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/richardpiazza/Occurrence.git
[1/714] Fetching occurrence
Fetched https://github.com/richardpiazza/Occurrence.git from cache (0.76s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/richardpiazza/Statement.git from cache
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.52s)
Fetched https://github.com/richardpiazza/Statement.git from cache (0.52s)
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.03s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (0.47s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/135] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.30s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (1.77s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
Creating working copy for https://github.com/richardpiazza/Occurrence.git
Working copy of https://github.com/richardpiazza/Occurrence.git resolved at main (763798a)
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
warning: '.resolve-product-dependencies': dependency 'occurrence' is not used by any target
Found 3 product dependencies
- swift-log
- Statement
- SQLite.swift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/richardpiazza/Occurrence.git
https://github.com/richardpiazza/Occurrence.git
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "statement",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/Statement.git"
},
{
"identity" : "sqlite.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/SQLite.swift.git"
}
],
"manifest_display_name" : "Occurrence",
"name" : "Occurrence",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Occurrence",
"targets" : [
"Occurrence"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OccurrenceTests",
"module_type" : "SwiftTarget",
"name" : "OccurrenceTests",
"path" : "Tests/OccurrenceTests",
"product_dependencies" : [
"Logging"
],
"sources" : [
"CoreDataLogProviderTests.swift",
"LogProviderTestCase.swift",
"LogStreamerTests.swift",
"LoggableErrorTests.swift",
"LoggerMetadataTests.swift",
"OccurrenceTests.swift",
"RedactionTests.swift",
"SQLiteLogProviderTests.swift"
],
"target_dependencies" : [
"Occurrence"
],
"type" : "test"
},
{
"c99name" : "Occurrence",
"module_type" : "SwiftTarget",
"name" : "Occurrence",
"path" : "Sources/Occurrence",
"product_dependencies" : [
"Logging",
"Statement",
"StatementSQLite",
"SQLite"
],
"product_memberships" : [
"Occurrence"
],
"sources" : [
"CoreData/CoreDataLogProvider.swift",
"CoreData/LogModel.swift",
"CoreData/Logger.Filter+Predicate.swift",
"CoreData/ManagedEntry.swift",
"Extensions/Array+Occurrence.swift",
"Extensions/CocoaError+Occurrence.swift",
"Extensions/DecodingError+Occurrence.swift",
"Extensions/Dictionary+Occurrence.swift",
"Extensions/EncodingError+Occurrence.swift",
"Extensions/FileManager+Occurrence.swift",
"Extensions/Logger+Entry.swift",
"Extensions/Logger+Filter.swift",
"Extensions/Logger+Occurrence.swift",
"Extensions/Logger+Subsystem.swift",
"Extensions/Logger.Level+Occurrence.swift",
"Extensions/Logger.Message+Occurrence.swift",
"Extensions/Logger.Metadata+Occurrence.swift",
"Extensions/Logger.MetadataKey.swift",
"Extensions/Logger.MetadataValue+Occurrence.swift",
"Extensions/URLError+Occurrence.swift",
"LazyLogger.swift",
"LogProvider.swift",
"LogStreamer.swift",
"LoggableError.swift",
"Occurrence.swift",
"SQLite/Logger.Filter+Where.swift",
"SQLite/SQLiteEntry+Mapping.swift",
"SQLite/SQLiteEntry.swift",
"SQLite/SQLiteLogProvider.swift",
"Streamer/OccurrenceLogStreamer.swift",
"SwiftUI/LogView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/71] Compiling Logging MetadataProvider.swift
[8/71] Compiling Logging LogHandler.swift
[9/71] Compiling Logging Locks.swift
[10/71] Compiling Logging Logging.swift
[11/71] Emitting module Logging
[12/71] Emitting module Statement
[13/73] Compiling Statement ComparisonOperator.swift
[14/73] Compiling Statement ConjunctiveOperator.swift
[15/73] Compiling Statement LogicalOperator.swift
[16/73] Emitting module SQLite
[17/76] Compiling SQLite CustomFunctions.swift
[18/76] Compiling SQLite DateAndTimeFunctions.swift
[19/76] Compiling SQLite Expression.swift
[20/76] Compiling Statement LogicalPredicate.swift
[21/76] Compiling Statement Segment.swift
[22/76] Compiling Statement StatementSyntax.swift
[23/76] Compiling Statement StructuredStatement.swift
[24/76] Compiling Statement Clause.swift
[25/76] Compiling Statement ComparisonPredicate.swift
[26/76] Compiling Statement ConjunctivePredicate.swift
[27/76] Compiling Statement Group.swift
[28/76] Compiling Statement Keyword.swift
[29/76] Compiling Statement Entity.swift
[30/76] Compiling Statement Field.swift
[31/76] Compiling Statement ForeignKey.swift
[32/76] Compiling Statement ConjunctiveRenderer.swift
[33/76] Compiling Statement GroupRenderer.swift
[34/76] Compiling Statement LogicalRenderer.swift
[35/76] Compiling Statement Renderer.swift
[36/76] Compiling Statement AnyAttribute.swift
[37/76] Compiling Statement Attribute.swift
[38/76] Compiling Statement AttributeConvertible.swift
[39/76] Compiling Statement DataType.swift
[40/76] Compiling Statement DataTypeConvertible.swift
[41/76] Compiling Statement AnyRenderable.swift
[42/76] Compiling Statement ClauseRenderer.swift
[43/76] Compiling SQLite Connection+Schema.swift
[56/76] Compiling SQLite Schema.swift
[57/76] Compiling SQLite Setter.swift
[58/76] Compiling SQLite WindowFunctions.swift
[74/95] Compiling SQLite Operators.swift
[75/95] Compiling SQLite Query+with.swift
[76/95] Compiling SQLite Query.swift
[77/95] Compiling StatementSQLite SelectContext.swift
[78/95] Compiling StatementSQLite SetContext.swift
[79/96] Compiling StatementSQLite FromContext.swift
[80/96] Compiling StatementSQLite HavingContext.swift
[81/96] Compiling StatementSQLite DeleteContext.swift
[82/96] Compiling StatementSQLite Field+SQLite.swift
[83/96] Compiling StatementSQLite LimitContext.swift
[84/96] Compiling StatementSQLite OrderContext.swift
[85/96] Compiling StatementSQLite UpdateContext.swift
[86/96] Compiling StatementSQLite ValuesContext.swift
[87/96] Compiling StatementSQLite AlterTableContext.swift
[88/96] Compiling StatementSQLite CreateContext.swift
[89/96] Emitting module StatementSQLite
[90/96] Compiling StatementSQLite InsertContext.swift
[91/96] Compiling StatementSQLite JoinContext.swift
[92/96] Compiling StatementSQLite SQLiteStatement.swift
[93/96] Compiling StatementSQLite Segment+SQLite.swift
[94/96] Compiling StatementSQLite DataType+SQLite.swift
[95/96] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[96/96] Compiling StatementSQLite WhereContext.swift
[97/125] Emitting module Occurrence
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
6 | case version_1_0_0
7 |
8 | static var `default`: LogModel = .version_1_0_0
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | var managedObjectModel: NSManagedObjectModel {
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | class Version_1_0_0: NSManagedObjectModel, NSSecureCoding {
| `- note: class 'Version_1_0_0' does not conform to the 'Sendable' protocol
18 | /// Provide a singular instance of the model to be referenced. There is a known issue where when referencing
19 | /// a model in an app target, as well as unit tests, a model - and therefore its entities - can be loaded twice.
20 | static let instance: Version_1_0_0 = Version_1_0_0()
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | static var supportsSecureCoding: Bool { true }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger+Entry.swift:7:27: warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct Entry: Codable, Sendable {
6 |
7 | public static var gmtDateFormatter: DateFormatter = {
| |- warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'gmtDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'gmtDateFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | let formatter = DateFormatter()
9 | formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 | }
10 |
11 | public static var configuration: Configuration = .init()
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | private static var bootstrapped: Bool = false
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public static var configuration: Configuration = .init()
12 | private static var bootstrapped: Bool = false
| |- warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'bootstrapped' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'bootstrapped' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | /// Bootstraps **Occurrence** in to `Logging.LoggingSystem`.
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because non-'Sendable' type 'any LogStreamer' may have shared mutable state; this is an error in the Swift 6 language mode
28 | }
29 |
30 | public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
| |- warning: static property 'logStreamer' is not concurrency-safe because non-'Sendable' type 'any LogStreamer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'logStreamer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | public static var logProvider: LogProvider = {
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/LogStreamer.swift:7:17: note: protocol 'LogStreamer' does not conform to the 'Sendable' protocol
5 | #endif
6 |
7 | public protocol LogStreamer {
| `- note: protocol 'LogStreamer' does not conform to the 'Sendable' protocol
8 | /// `AsyncStream` which emits log entries.
9 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
31 |
32 | public static var logProvider: LogProvider = {
| |- warning: static property 'logProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'logProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | do {
34 | #if canImport(CoreData)
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SQLite/SQLiteEntry.swift:37:16: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |
36 | extension SQLiteEntry {
37 | static var instance: SQLiteEntry = SQLiteEntry()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | static var id: Attribute { instance["id"]! }
39 | static var date: Attribute { instance["date"]! }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:339:16: warning: static property 'sub1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
337 |
338 | private extension Logger.Subsystem {
339 | static var sub1: Logger.Subsystem = "package.diagnostics"
| |- warning: static property 'sub1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sub1' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sub1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
340 | static var sub2: Logger.Subsystem = "app.iOS"
341 | }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:340:16: warning: static property 'sub2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
338 | private extension Logger.Subsystem {
339 | static var sub1: Logger.Subsystem = "package.diagnostics"
340 | static var sub2: Logger.Subsystem = "app.iOS"
| |- warning: static property 'sub2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sub2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sub2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
341 | }
342 |
[98/128] Compiling Occurrence LogStreamer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 | }
10 |
11 | public static var configuration: Configuration = .init()
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | private static var bootstrapped: Bool = false
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public static var configuration: Configuration = .init()
12 | private static var bootstrapped: Bool = false
| |- warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'bootstrapped' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'bootstrapped' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | /// Bootstraps **Occurrence** in to `Logging.LoggingSystem`.
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because non-'Sendable' type 'any LogStreamer' may have shared mutable state; this is an error in the Swift 6 language mode
28 | }
29 |
30 | public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
| |- warning: static property 'logStreamer' is not concurrency-safe because non-'Sendable' type 'any LogStreamer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'logStreamer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | public static var logProvider: LogProvider = {
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/LogStreamer.swift:7:17: note: protocol 'LogStreamer' does not conform to the 'Sendable' protocol
5 | #endif
6 |
7 | public protocol LogStreamer {
| `- note: protocol 'LogStreamer' does not conform to the 'Sendable' protocol
8 | /// `AsyncStream` which emits log entries.
9 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
31 |
32 | public static var logProvider: LogProvider = {
| |- warning: static property 'logProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'logProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | do {
34 | #if canImport(CoreData)
[99/128] Compiling Occurrence LoggableError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 | }
10 |
11 | public static var configuration: Configuration = .init()
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | private static var bootstrapped: Bool = false
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public static var configuration: Configuration = .init()
12 | private static var bootstrapped: Bool = false
| |- warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'bootstrapped' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'bootstrapped' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | /// Bootstraps **Occurrence** in to `Logging.LoggingSystem`.
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because non-'Sendable' type 'any LogStreamer' may have shared mutable state; this is an error in the Swift 6 language mode
28 | }
29 |
30 | public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
| |- warning: static property 'logStreamer' is not concurrency-safe because non-'Sendable' type 'any LogStreamer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'logStreamer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | public static var logProvider: LogProvider = {
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/LogStreamer.swift:7:17: note: protocol 'LogStreamer' does not conform to the 'Sendable' protocol
5 | #endif
6 |
7 | public protocol LogStreamer {
| `- note: protocol 'LogStreamer' does not conform to the 'Sendable' protocol
8 | /// `AsyncStream` which emits log entries.
9 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
31 |
32 | public static var logProvider: LogProvider = {
| |- warning: static property 'logProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'logProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | do {
34 | #if canImport(CoreData)
[100/128] Compiling Occurrence Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 | }
10 |
11 | public static var configuration: Configuration = .init()
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | private static var bootstrapped: Bool = false
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public static var configuration: Configuration = .init()
12 | private static var bootstrapped: Bool = false
| |- warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'bootstrapped' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'bootstrapped' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | /// Bootstraps **Occurrence** in to `Logging.LoggingSystem`.
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because non-'Sendable' type 'any LogStreamer' may have shared mutable state; this is an error in the Swift 6 language mode
28 | }
29 |
30 | public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
| |- warning: static property 'logStreamer' is not concurrency-safe because non-'Sendable' type 'any LogStreamer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'logStreamer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | public static var logProvider: LogProvider = {
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/LogStreamer.swift:7:17: note: protocol 'LogStreamer' does not conform to the 'Sendable' protocol
5 | #endif
6 |
7 | public protocol LogStreamer {
| `- note: protocol 'LogStreamer' does not conform to the 'Sendable' protocol
8 | /// `AsyncStream` which emits log entries.
9 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
31 |
32 | public static var logProvider: LogProvider = {
| |- warning: static property 'logProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logProvider' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'logProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | do {
34 | #if canImport(CoreData)
[101/128] Compiling Occurrence URLError+Occurrence.swift
[102/128] Compiling Occurrence LazyLogger.swift
[103/128] Compiling Occurrence LogProvider.swift
[104/128] Compiling Occurrence Logger.Filter+Where.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SQLite/SQLiteEntry.swift:37:16: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |
36 | extension SQLiteEntry {
37 | static var instance: SQLiteEntry = SQLiteEntry()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | static var id: Attribute { instance["id"]! }
39 | static var date: Attribute { instance["date"]! }
[105/128] Compiling Occurrence SQLiteEntry+Mapping.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SQLite/SQLiteEntry.swift:37:16: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |
36 | extension SQLiteEntry {
37 | static var instance: SQLiteEntry = SQLiteEntry()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | static var id: Attribute { instance["id"]! }
39 | static var date: Attribute { instance["date"]! }
[106/128] Compiling Occurrence SQLiteEntry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SQLite/SQLiteEntry.swift:37:16: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |
36 | extension SQLiteEntry {
37 | static var instance: SQLiteEntry = SQLiteEntry()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | static var id: Attribute { instance["id"]! }
39 | static var date: Attribute { instance["date"]! }
[107/128] Compiling Occurrence Logger+Entry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger+Entry.swift:7:27: warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct Entry: Codable, Sendable {
6 |
7 | public static var gmtDateFormatter: DateFormatter = {
| |- warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'gmtDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'gmtDateFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | let formatter = DateFormatter()
9 | formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
[108/128] Compiling Occurrence Logger+Filter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger+Entry.swift:7:27: warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct Entry: Codable, Sendable {
6 |
7 | public static var gmtDateFormatter: DateFormatter = {
| |- warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'gmtDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'gmtDateFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | let formatter = DateFormatter()
9 | formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
[109/128] Compiling Occurrence Logger+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger+Entry.swift:7:27: warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct Entry: Codable, Sendable {
6 |
7 | public static var gmtDateFormatter: DateFormatter = {
| |- warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'gmtDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'gmtDateFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | let formatter = DateFormatter()
9 | formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
[110/128] Compiling Occurrence Logger+Subsystem.swift
[111/128] Compiling Occurrence Logger.Level+Occurrence.swift
[112/128] Compiling Occurrence Logger.Message+Occurrence.swift
[113/128] Compiling Occurrence Dictionary+Occurrence.swift
[114/128] Compiling Occurrence EncodingError+Occurrence.swift
[115/128] Compiling Occurrence FileManager+Occurrence.swift
[116/128] Compiling Occurrence Logger.Metadata+Occurrence.swift
[117/128] Compiling Occurrence Logger.MetadataKey.swift
[118/128] Compiling Occurrence Logger.MetadataValue+Occurrence.swift
[119/128] Compiling Occurrence CoreDataLogProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
6 | case version_1_0_0
7 |
8 | static var `default`: LogModel = .version_1_0_0
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | var managedObjectModel: NSManagedObjectModel {
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | class Version_1_0_0: NSManagedObjectModel, NSSecureCoding {
| `- note: class 'Version_1_0_0' does not conform to the 'Sendable' protocol
18 | /// Provide a singular instance of the model to be referenced. There is a known issue where when referencing
19 | /// a model in an app target, as well as unit tests, a model - and therefore its entities - can be loaded twice.
20 | static let instance: Version_1_0_0 = Version_1_0_0()
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | static var supportsSecureCoding: Bool { true }
[120/128] Compiling Occurrence LogModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
6 | case version_1_0_0
7 |
8 | static var `default`: LogModel = .version_1_0_0
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | var managedObjectModel: NSManagedObjectModel {
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | class Version_1_0_0: NSManagedObjectModel, NSSecureCoding {
| `- note: class 'Version_1_0_0' does not conform to the 'Sendable' protocol
18 | /// Provide a singular instance of the model to be referenced. There is a known issue where when referencing
19 | /// a model in an app target, as well as unit tests, a model - and therefore its entities - can be loaded twice.
20 | static let instance: Version_1_0_0 = Version_1_0_0()
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | static var supportsSecureCoding: Bool { true }
[121/128] Compiling Occurrence Logger.Filter+Predicate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
6 | case version_1_0_0
7 |
8 | static var `default`: LogModel = .version_1_0_0
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | var managedObjectModel: NSManagedObjectModel {
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | class Version_1_0_0: NSManagedObjectModel, NSSecureCoding {
| `- note: class 'Version_1_0_0' does not conform to the 'Sendable' protocol
18 | /// Provide a singular instance of the model to be referenced. There is a known issue where when referencing
19 | /// a model in an app target, as well as unit tests, a model - and therefore its entities - can be loaded twice.
20 | static let instance: Version_1_0_0 = Version_1_0_0()
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | static var supportsSecureCoding: Bool { true }
[122/128] Compiling Occurrence ManagedEntry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
6 | case version_1_0_0
7 |
8 | static var `default`: LogModel = .version_1_0_0
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | var managedObjectModel: NSManagedObjectModel {
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | class Version_1_0_0: NSManagedObjectModel, NSSecureCoding {
| `- note: class 'Version_1_0_0' does not conform to the 'Sendable' protocol
18 | /// Provide a singular instance of the model to be referenced. There is a known issue where when referencing
19 | /// a model in an app target, as well as unit tests, a model - and therefore its entities - can be loaded twice.
20 | static let instance: Version_1_0_0 = Version_1_0_0()
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Version_1_0_0' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | static var supportsSecureCoding: Bool { true }
[123/128] Compiling Occurrence Array+Occurrence.swift
[124/128] Compiling Occurrence CocoaError+Occurrence.swift
[125/128] Compiling Occurrence DecodingError+Occurrence.swift
[126/128] Compiling Occurrence SQLiteLogProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:339:16: warning: static property 'sub1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
337 |
338 | private extension Logger.Subsystem {
339 | static var sub1: Logger.Subsystem = "package.diagnostics"
| |- warning: static property 'sub1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sub1' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sub1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
340 | static var sub2: Logger.Subsystem = "app.iOS"
341 | }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:340:16: warning: static property 'sub2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
338 | private extension Logger.Subsystem {
339 | static var sub1: Logger.Subsystem = "package.diagnostics"
340 | static var sub2: Logger.Subsystem = "app.iOS"
| |- warning: static property 'sub2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sub2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sub2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
341 | }
342 |
[127/128] Compiling Occurrence OccurrenceLogStreamer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:339:16: warning: static property 'sub1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
337 |
338 | private extension Logger.Subsystem {
339 | static var sub1: Logger.Subsystem = "package.diagnostics"
| |- warning: static property 'sub1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sub1' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sub1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
340 | static var sub2: Logger.Subsystem = "app.iOS"
341 | }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:340:16: warning: static property 'sub2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
338 | private extension Logger.Subsystem {
339 | static var sub1: Logger.Subsystem = "package.diagnostics"
340 | static var sub2: Logger.Subsystem = "app.iOS"
| |- warning: static property 'sub2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sub2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sub2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
341 | }
342 |
[128/128] Compiling Occurrence LogView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:339:16: warning: static property 'sub1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
337 |
338 | private extension Logger.Subsystem {
339 | static var sub1: Logger.Subsystem = "package.diagnostics"
| |- warning: static property 'sub1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sub1' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sub1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
340 | static var sub2: Logger.Subsystem = "app.iOS"
341 | }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:340:16: warning: static property 'sub2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
338 | private extension Logger.Subsystem {
339 | static var sub1: Logger.Subsystem = "package.diagnostics"
340 | static var sub2: Logger.Subsystem = "app.iOS"
| |- warning: static property 'sub2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sub2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sub2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
341 | }
342 |
Build complete! (14.52s)
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "statement",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/Statement.git"
},
{
"identity" : "sqlite.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/SQLite.swift.git"
}
],
"manifest_display_name" : "Occurrence",
"name" : "Occurrence",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Occurrence",
"targets" : [
"Occurrence"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OccurrenceTests",
"module_type" : "SwiftTarget",
"name" : "OccurrenceTests",
"path" : "Tests/OccurrenceTests",
"product_dependencies" : [
"Logging"
],
"sources" : [
"CoreDataLogProviderTests.swift",
"LogProviderTestCase.swift",
"LogStreamerTests.swift",
"LoggableErrorTests.swift",
"LoggerMetadataTests.swift",
"OccurrenceTests.swift",
"RedactionTests.swift",
"SQLiteLogProviderTests.swift"
],
"target_dependencies" : [
"Occurrence"
],
"type" : "test"
},
{
"c99name" : "Occurrence",
"module_type" : "SwiftTarget",
"name" : "Occurrence",
"path" : "Sources/Occurrence",
"product_dependencies" : [
"Logging",
"Statement",
"StatementSQLite",
"SQLite"
],
"product_memberships" : [
"Occurrence"
],
"sources" : [
"CoreData/CoreDataLogProvider.swift",
"CoreData/LogModel.swift",
"CoreData/Logger.Filter+Predicate.swift",
"CoreData/ManagedEntry.swift",
"Extensions/Array+Occurrence.swift",
"Extensions/CocoaError+Occurrence.swift",
"Extensions/DecodingError+Occurrence.swift",
"Extensions/Dictionary+Occurrence.swift",
"Extensions/EncodingError+Occurrence.swift",
"Extensions/FileManager+Occurrence.swift",
"Extensions/Logger+Entry.swift",
"Extensions/Logger+Filter.swift",
"Extensions/Logger+Occurrence.swift",
"Extensions/Logger+Subsystem.swift",
"Extensions/Logger.Level+Occurrence.swift",
"Extensions/Logger.Message+Occurrence.swift",
"Extensions/Logger.Metadata+Occurrence.swift",
"Extensions/Logger.MetadataKey.swift",
"Extensions/Logger.MetadataValue+Occurrence.swift",
"Extensions/URLError+Occurrence.swift",
"LazyLogger.swift",
"LogProvider.swift",
"LogStreamer.swift",
"LoggableError.swift",
"Occurrence.swift",
"SQLite/Logger.Filter+Where.swift",
"SQLite/SQLiteEntry+Mapping.swift",
"SQLite/SQLiteEntry.swift",
"SQLite/SQLiteLogProvider.swift",
"Streamer/OccurrenceLogStreamer.swift",
"SwiftUI/LogView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/richardpiazza/occurrence/main
Repository: richardpiazza/Occurrence
Swift version used: 6.1
Target: Occurrence
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 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Occurrence'...
Finished extracting symbol information for 'Occurrence'. (7.35s)
Building documentation for 'Occurrence'...
warning: External name 'redacting' used to document parameter
--> Sources/Occurrence/Extensions/Logger+Occurrence.swift:11:14-11:23
9 | /// - message: The message to be logged. `message` can be used with any string interpolation literal.
10 | /// - error: `LoggableError` providing `Metadata` to the entry.
11 + /// - redacting: Optional keys that will be used to redact sensitive 'userInfo' of the error.
| ╰─suggestion: Replace 'redacting' with 'keyPaths'
12 | /// - source: The source to which this log messages originates.
13 | /// - file: The file to which this log message originates from.
warning: External name 'redacting' used to document parameter
--> Sources/Occurrence/Extensions/Logger+Occurrence.swift:46:14-46:23
44 | /// - message: The message to be logged. `message` can be used with any string interpolation literal.
45 | /// - dictionary: Dictionary that will be represented in the `Metadata`.
46 + /// - redacting: Optional keys that will be used to redact sensitive key paths.
| ╰─suggestion: Replace 'redacting' with 'keyPaths'
47 | /// - source: The source to which this log messages originates.
48 | /// - file: The file to which this log message originates from.
warning: External name 'redacting' used to document parameter
--> Sources/Occurrence/Extensions/Logger+Occurrence.swift:78:14-78:23
76 | /// - message: The message to be logged. `message` can be used with any string interpolation literal.
77 | /// - data: Data that will be interpreted as JSON and represented in the `Metadata`.
78 + /// - redacting: Optional keys that will be used to redact sensitive key paths.
| ╰─suggestion: Replace 'redacting' with 'keyPaths'
79 | /// - source: The source to which this log messages originates.
80 | /// - file: The file to which this log message originates from.
warning: External name 'redacting' used to document parameter
--> Sources/Occurrence/Extensions/Logger+Occurrence.swift:117:14-117:23
115 | /// - message: The message to be logged. `message` can be used with any string interpolation literal.
116 | /// - encodable: Object that will be interpreted and represented in the `Metadata`.
117 + /// - redacting: Optional keys that will be used to redact sensitive key paths.
| ╰─suggestion: Replace 'redacting' with 'keyPaths'
118 | /// - source: The source to which this log messages originates.
119 | /// - file: The file to which this log message originates from.
warning: Parameter 'redacting' not found in instance method declaration
--> Sources/Occurrence/LoggableError.swift:38:11-38:58
36 | ///
37 | /// - parameters:
38 + /// - redacting: The _dotted_ paths to be redacted.
| ╰─suggestion: Remove 'redacting' parameter documentation
39 | /// - replacement: Value uses to replace any matched redactions.
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
warning: Parameter 'redacting' not found in instance method declaration
--> Sources/Occurrence/LoggableError.swift:38:11-38:58
36 | ///
37 | /// - parameters:
38 + /// - redacting: The _dotted_ paths to be redacted.
| ╰─suggestion: Remove 'redacting' parameter documentation
39 | /// - replacement: Value uses to replace any matched redactions.
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
warning: Parameter 'redacting' not found in instance method declaration
--> Sources/Occurrence/LoggableError.swift:38:11-38:58
36 | ///
37 | /// - parameters:
38 + /// - redacting: The _dotted_ paths to be redacted.
| ╰─suggestion: Remove 'redacting' parameter documentation
39 | /// - replacement: Value uses to replace any matched redactions.
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
warning: Parameter 'redacting' not found in instance method declaration
--> Sources/Occurrence/LoggableError.swift:38:11-38:58
36 | ///
37 | /// - parameters:
38 + /// - redacting: The _dotted_ paths to be redacted.
| ╰─suggestion: Remove 'redacting' parameter documentation
39 | /// - replacement: Value uses to replace any matched redactions.
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
warning: Parameter 'redacting' not found in instance method declaration
--> Sources/Occurrence/LoggableError.swift:38:11-38:58
36 | ///
37 | /// - parameters:
38 + /// - redacting: The _dotted_ paths to be redacted.
| ╰─suggestion: Remove 'redacting' parameter documentation
39 | /// - replacement: Value uses to replace any matched redactions.
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
warning: Parameter 'keyPaths' is missing documentation
--> Sources/Occurrence/LoggableError.swift:39:71-39:71
37 | /// - parameters:
38 | /// - redacting: The _dotted_ paths to be redacted.
39 + /// - replacement: Value uses to replace any matched redactions.
| ╰─suggestion: Document 'keyPaths' parameter
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
41 | func metadata(redactingUserInfo keyPaths: [String] = [], replacement: String = "<REDACTED>") -> Logger.Metadata {
warning: Parameter 'keyPaths' is missing documentation
--> Sources/Occurrence/LoggableError.swift:39:71-39:71
37 | /// - parameters:
38 | /// - redacting: The _dotted_ paths to be redacted.
39 + /// - replacement: Value uses to replace any matched redactions.
| ╰─suggestion: Document 'keyPaths' parameter
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
41 | func metadata(redactingUserInfo keyPaths: [String] = [], replacement: String = "<REDACTED>") -> Logger.Metadata {
warning: Parameter 'keyPaths' is missing documentation
--> Sources/Occurrence/LoggableError.swift:39:71-39:71
37 | /// - parameters:
38 | /// - redacting: The _dotted_ paths to be redacted.
39 + /// - replacement: Value uses to replace any matched redactions.
| ╰─suggestion: Document 'keyPaths' parameter
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
41 | func metadata(redactingUserInfo keyPaths: [String] = [], replacement: String = "<REDACTED>") -> Logger.Metadata {
warning: Parameter 'keyPaths' is missing documentation
--> Sources/Occurrence/LoggableError.swift:39:71-39:71
37 | /// - parameters:
38 | /// - redacting: The _dotted_ paths to be redacted.
39 + /// - replacement: Value uses to replace any matched redactions.
| ╰─suggestion: Document 'keyPaths' parameter
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
41 | func metadata(redactingUserInfo keyPaths: [String] = [], replacement: String = "<REDACTED>") -> Logger.Metadata {
warning: Parameter 'keyPaths' is missing documentation
--> Sources/Occurrence/LoggableError.swift:39:71-39:71
37 | /// - parameters:
38 | /// - redacting: The _dotted_ paths to be redacted.
39 + /// - replacement: Value uses to replace any matched redactions.
| ╰─suggestion: Document 'keyPaths' parameter
40 | /// - returns: `Logger.Metadata` with the expressed key paths redacted.
41 | func metadata(redactingUserInfo keyPaths: [String] = [], replacement: String = "<REDACTED>") -> Logger.Metadata {
Finished building documentation for 'Occurrence' (0.65s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/occurrence/main
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-log.git
Updating https://github.com/richardpiazza/Statement.git
Updated https://github.com/apple/swift-log.git (0.52s)
Updated https://github.com/richardpiazza/Statement.git (0.52s)
Updating https://github.com/stephencelis/SQLite.swift.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.58s)
Updated https://github.com/stephencelis/SQLite.swift.git (0.54s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (1.59s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (2.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
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
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.4
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Generics.swift
[38/57] Compiling SymbolKit Namespace.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.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.31s)
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/66] Compiling Logging MetadataProvider.swift
[3/66] Compiling Logging LogHandler.swift
[4/66] Compiling SQLite Backup.swift
[5/66] Compiling SQLite Blob.swift
[6/66] Compiling SQLite Connection+Aggregation.swift
[7/68] Emitting module Statement
[8/68] Compiling SQLite SchemaReader.swift
[9/68] Compiling SQLite AggregateFunctions.swift
[10/68] Compiling SQLite Coding.swift
[11/68] Compiling SQLite Connection+Attach.swift
[12/68] Compiling SQLite Connection+Pragmas.swift
[13/68] Compiling SQLite Connection.swift
[14/68] Compiling SQLite FTS5.swift
[15/68] Compiling SQLite RTree.swift
[16/68] Compiling SQLite SQLiteVersion.swift
[17/68] Compiling SQLite Statement.swift
[18/68] Compiling SQLite URIQueryParameter.swift
[19/68] Compiling SQLite Errors.swift
[20/68] Compiling SQLite Result.swift
[21/68] Compiling SQLite SQLiteFeature.swift
[22/68] Compiling SQLite Value.swift
[23/68] Compiling SQLite Cipher.swift
[24/68] Compiling SQLite FTS4.swift
[25/68] Compiling SQLite Foundation.swift
[26/68] Compiling SQLite Helpers.swift
[27/68] Compiling SQLite Connection+Schema.swift
[28/68] Compiling SQLite SchemaChanger.swift
[29/68] Compiling SQLite SchemaDefinitions.swift
[30/68] Compiling Statement LogicalPredicate.swift
[31/68] Compiling Statement Segment.swift
[40/90] Emitting module Logging
[41/90] Compiling Logging Logging.swift
[42/90] Compiling Logging Locks.swift
[43/90] Emitting module SQLite
[47/90] Compiling StatementSQLite UpdateContext.swift
[48/90] Compiling StatementSQLite ValuesContext.swift
[49/90] Compiling StatementSQLite SelectContext.swift
[50/90] Compiling StatementSQLite SetContext.swift
[51/90] Compiling StatementSQLite SQLiteStatement.swift
[52/90] Compiling StatementSQLite Segment+SQLite.swift
[53/90] Compiling StatementSQLite FromContext.swift
[54/90] Compiling StatementSQLite HavingContext.swift
[55/91] Compiling StatementSQLite AlterTableContext.swift
[56/91] Compiling StatementSQLite CreateContext.swift
[57/91] Compiling StatementSQLite DataType+SQLite.swift
[58/91] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[59/91] Compiling StatementSQLite InsertContext.swift
[60/91] Compiling StatementSQLite JoinContext.swift
[65/91] Compiling StatementSQLite LimitContext.swift
[66/91] Compiling StatementSQLite OrderContext.swift
[67/91] Compiling StatementSQLite DeleteContext.swift
[68/91] Compiling StatementSQLite Field+SQLite.swift
[73/91] Emitting module StatementSQLite
[74/91] Compiling StatementSQLite WhereContext.swift
[75/91] Compiling SQLite Schema.swift
[76/91] Compiling SQLite Setter.swift
[77/91] Compiling SQLite WindowFunctions.swift
[86/91] Compiling SQLite Operators.swift
[87/91] Compiling SQLite Query+with.swift
[88/91] Compiling SQLite Query.swift
[89/91] Compiling SQLite CustomFunctions.swift
[90/91] Compiling SQLite DateAndTimeFunctions.swift
[91/91] Compiling SQLite Expression.swift
[92/120] Compiling Occurrence Logger.Metadata+Occurrence.swift
[93/120] Compiling Occurrence Logger.MetadataKey.swift
[94/120] Compiling Occurrence Logger.MetadataValue+Occurrence.swift
[95/123] Emitting module Occurrence
[96/123] Compiling Occurrence LogStreamer.swift
[97/123] Compiling Occurrence LoggableError.swift
[98/123] Compiling Occurrence Occurrence.swift
[99/123] Compiling Occurrence Dictionary+Occurrence.swift
[100/123] Compiling Occurrence EncodingError+Occurrence.swift
[101/123] Compiling Occurrence FileManager+Occurrence.swift
[102/123] Compiling Occurrence Logger.Filter+Where.swift
[103/123] Compiling Occurrence SQLiteEntry+Mapping.swift
[104/123] Compiling Occurrence SQLiteEntry.swift
[105/123] Compiling Occurrence CoreDataLogProvider.swift
[106/123] Compiling Occurrence LogModel.swift
[107/123] Compiling Occurrence Logger.Filter+Predicate.swift
[108/123] Compiling Occurrence ManagedEntry.swift
[109/123] Compiling Occurrence Array+Occurrence.swift
[110/123] Compiling Occurrence CocoaError+Occurrence.swift
[111/123] Compiling Occurrence DecodingError+Occurrence.swift
[112/123] Compiling Occurrence Logger+Subsystem.swift
[113/123] Compiling Occurrence Logger.Level+Occurrence.swift
[114/123] Compiling Occurrence Logger.Message+Occurrence.swift
[115/123] Compiling Occurrence URLError+Occurrence.swift
[116/123] Compiling Occurrence LazyLogger.swift
[117/123] Compiling Occurrence LogProvider.swift
[118/123] Compiling Occurrence Logger+Entry.swift
[119/123] Compiling Occurrence Logger+Filter.swift
[120/123] Compiling Occurrence Logger+Occurrence.swift
[121/123] Compiling Occurrence SQLiteLogProvider.swift
[122/123] Compiling Occurrence OccurrenceLogStreamer.swift
[123/123] Compiling Occurrence LogView.swift
Build of target: 'Occurrence' complete! (3.45s)
1896
13 /Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/occurrence/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/richardpiazza/occurrence/main
File count: 1896
Doc size: 13.0MB
Preparing doc bundle ...
Uploading prod-richardpiazza-occurrence-main-d3251a92.zip to s3://spi-docs-inbox/prod-richardpiazza-occurrence-main-d3251a92.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.