The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Occurrence, reference 0.8.0 (41a421), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 23:09:33 UTC.

Swift 6 data race errors: 11

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Occurrence.git
Reference: 0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/Occurrence
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at 41a4215 Core Data Concurrency Improvements (#22)
Cloned https://github.com/richardpiazza/Occurrence.git
Revision (git rev-parse @):
41a421537098cecfc06501a7ca97a928d08b3394
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Occurrence.git at 0.8.0
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
[15/745] Fetching statement
[732/10352] Fetching statement, sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.31s)
Fetched https://github.com/richardpiazza/Statement.git from cache (1.32s)
Fetched https://github.com/apple/swift-log.git from cache (1.32s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (2.37s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.7.2 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.49s)
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.2
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.14.1
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.7.2
========================================
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.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/richardpiazza/Occurrence.git
[1/618] Fetching occurrence
Fetched https://github.com/richardpiazza/Occurrence.git from cache (0.81s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetching https://github.com/richardpiazza/Statement.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/richardpiazza/Statement.git from cache (0.54s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.54s)
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.05s)
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/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 (0.48s)
Creating working copy for https://github.com/richardpiazza/Occurrence.git
Working copy of https://github.com/richardpiazza/Occurrence.git resolved at 0.8.0 (41a4215)
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.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/.resolve-product-dependencies/.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: '.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.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "statement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Statement.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.1",
            "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/70] Compiling Logging MetadataProvider.swift
[8/70] Compiling Logging LogHandler.swift
[9/70] Compiling Logging Locks.swift
[10/70] Compiling Logging Logging.swift
[11/70] Emitting module Logging
[12/70] Emitting module Statement
[13/72] Emitting module SQLite
[14/75] Compiling SQLite Backup.swift
[15/75] Compiling SQLite Blob.swift
[16/75] Compiling SQLite Connection+Aggregation.swift
[17/75] Compiling Statement StatementSyntax.swift
[18/75] Compiling SQLite AggregateFunctions.swift
[19/75] Compiling SQLite Coding.swift
[20/75] Compiling Statement Entity.swift
[21/75] Compiling SQLite SQLiteFeature.swift
[22/75] Compiling SQLite SQLiteVersion.swift
[23/75] Compiling Statement Group.swift
[24/75] Compiling Statement Keyword.swift
[25/75] Compiling Statement ComparisonPredicate.swift
[26/75] Compiling Statement ConjunctivePredicate.swift
[27/75] Compiling SQLite Errors.swift
[28/75] Compiling SQLite Result.swift
[29/75] Compiling SQLite RTree.swift
[30/75] Compiling Statement AnyRenderable.swift
[31/75] Compiling SQLite Connection+Pragmas.swift
[32/75] Compiling SQLite Connection.swift
[33/75] Compiling SQLite Foundation.swift
[34/75] Compiling SQLite Helpers.swift
[35/75] Compiling SQLite Connection+Schema.swift
[36/75] Compiling SQLite Value.swift
[37/75] Compiling SQLite Cipher.swift
[38/75] Compiling SQLite FTS4.swift
[39/75] Compiling SQLite CoreFunctions.swift
[40/75] Compiling SQLite CustomFunctions.swift
[41/75] Compiling SQLite DateAndTimeFunctions.swift
[42/75] Compiling Statement LogicalPredicate.swift
[43/75] Compiling Statement Segment.swift
[71/94] Compiling SQLite Operators.swift
[72/94] Compiling SQLite Query+with.swift
[73/94] Compiling StatementSQLite SelectContext.swift
[74/94] Compiling StatementSQLite SetContext.swift
[75/94] Compiling StatementSQLite UpdateContext.swift
[76/94] Compiling StatementSQLite ValuesContext.swift
[77/95] Compiling SQLite Query.swift
[78/95] Compiling SQLite Schema.swift
[79/95] Compiling SQLite Setter.swift
[80/95] Compiling StatementSQLite SQLiteStatement.swift
[81/95] Compiling StatementSQLite Segment+SQLite.swift
[82/95] Compiling StatementSQLite InsertContext.swift
[83/95] Compiling StatementSQLite JoinContext.swift
[84/95] Compiling StatementSQLite LimitContext.swift
[85/95] Compiling StatementSQLite OrderContext.swift
[86/95] Compiling StatementSQLite FromContext.swift
[87/95] Compiling StatementSQLite HavingContext.swift
[88/95] Compiling StatementSQLite DeleteContext.swift
[89/95] Compiling StatementSQLite Field+SQLite.swift
[90/95] Compiling StatementSQLite AlterTableContext.swift
[91/95] Compiling StatementSQLite CreateContext.swift
[92/95] Emitting module StatementSQLite
[93/95] Compiling StatementSQLite DataType+SQLite.swift
[94/95] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[95/95] Compiling StatementSQLite WhereContext.swift
[96/124] 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/DecodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension DecodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftDecodingErrorDomain" }
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension EncodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftEncodingErrorDomain" }
 6 |
/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, CustomStringConvertible {
 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/Extensions/Logger+Subsystem.swift:53:16: warning: static property 'occurrence' is not concurrency-safe because non-'Sendable' type 'Logger.Subsystem' may have shared mutable state; this is an error in the Swift 6 language mode
12 |     /// }
13 |     /// ```
14 |     struct Subsystem: ExpressibleByStringLiteral, Codable, Hashable, Comparable, CustomStringConvertible {
   |            `- note: consider making struct 'Subsystem' conform to the 'Sendable' protocol
15 |         public let rawValue: String
16 |
   :
51 | extension Logger.Subsystem {
52 |     /// The **Occurrence** package subsystem.
53 |     static let occurrence: Self = "com.richardpiazza.occurrence"
   |                |- warning: static property 'occurrence' is not concurrency-safe because non-'Sendable' type 'Logger.Subsystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'occurrence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | }
55 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
23 | }
24 |
25 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var description: String {
27 |         "\(gem) \(fixedWidthDescription.uppercased())"
/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:38: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
36 |
37 | extension SQLiteEntry {
38 |     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
39 |     static var id: Attribute { instance["id"]! }
40 |     static var date: Attribute { instance["date"]! }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:336: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
334 |
335 | private extension Logger.Subsystem {
336 |     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
337 |     static var sub2: Logger.Subsystem = "app.iOS"
338 | }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:337: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
335 | private extension Logger.Subsystem {
336 |     static var sub1: Logger.Subsystem = "package.diagnostics"
337 |     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
338 | }
339 |
[97/127] Compiling Occurrence URLError+Occurrence.swift
[98/127] Compiling Occurrence LazyLogger.swift
[99/127] Compiling Occurrence LogProvider.swift
[100/127] Compiling Occurrence Logger.Metadata+Occurrence.swift
[101/127] Compiling Occurrence Logger.MetadataKey.swift
[102/127] Compiling Occurrence Logger.MetadataValue+Occurrence.swift
[103/127] 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, CustomStringConvertible {
 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'"
[104/127] 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, CustomStringConvertible {
 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'"
[105/127] 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, CustomStringConvertible {
 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'"
[106/127] Compiling Occurrence Dictionary+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension EncodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftEncodingErrorDomain" }
 6 |
[107/127] Compiling Occurrence EncodingError+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension EncodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftEncodingErrorDomain" }
 6 |
[108/127] Compiling Occurrence FileManager+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension EncodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftEncodingErrorDomain" }
 6 |
[109/127] Compiling Occurrence Logger+Subsystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger+Subsystem.swift:53:16: warning: static property 'occurrence' is not concurrency-safe because non-'Sendable' type 'Logger.Subsystem' may have shared mutable state; this is an error in the Swift 6 language mode
12 |     /// }
13 |     /// ```
14 |     struct Subsystem: ExpressibleByStringLiteral, Codable, Hashable, Comparable, CustomStringConvertible {
   |            `- note: consider making struct 'Subsystem' conform to the 'Sendable' protocol
15 |         public let rawValue: String
16 |
   :
51 | extension Logger.Subsystem {
52 |     /// The **Occurrence** package subsystem.
53 |     static let occurrence: Self = "com.richardpiazza.occurrence"
   |                |- warning: static property 'occurrence' is not concurrency-safe because non-'Sendable' type 'Logger.Subsystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'occurrence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | }
55 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
23 | }
24 |
25 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var description: String {
27 |         "\(gem) \(fixedWidthDescription.uppercased())"
[110/127] Compiling Occurrence Logger.Level+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger+Subsystem.swift:53:16: warning: static property 'occurrence' is not concurrency-safe because non-'Sendable' type 'Logger.Subsystem' may have shared mutable state; this is an error in the Swift 6 language mode
12 |     /// }
13 |     /// ```
14 |     struct Subsystem: ExpressibleByStringLiteral, Codable, Hashable, Comparable, CustomStringConvertible {
   |            `- note: consider making struct 'Subsystem' conform to the 'Sendable' protocol
15 |         public let rawValue: String
16 |
   :
51 | extension Logger.Subsystem {
52 |     /// The **Occurrence** package subsystem.
53 |     static let occurrence: Self = "com.richardpiazza.occurrence"
   |                |- warning: static property 'occurrence' is not concurrency-safe because non-'Sendable' type 'Logger.Subsystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'occurrence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | }
55 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
23 | }
24 |
25 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var description: String {
27 |         "\(gem) \(fixedWidthDescription.uppercased())"
[111/127] Compiling Occurrence Logger.Message+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger+Subsystem.swift:53:16: warning: static property 'occurrence' is not concurrency-safe because non-'Sendable' type 'Logger.Subsystem' may have shared mutable state; this is an error in the Swift 6 language mode
12 |     /// }
13 |     /// ```
14 |     struct Subsystem: ExpressibleByStringLiteral, Codable, Hashable, Comparable, CustomStringConvertible {
   |            `- note: consider making struct 'Subsystem' conform to the 'Sendable' protocol
15 |         public let rawValue: String
16 |
   :
51 | extension Logger.Subsystem {
52 |     /// The **Occurrence** package subsystem.
53 |     static let occurrence: Self = "com.richardpiazza.occurrence"
   |                |- warning: static property 'occurrence' is not concurrency-safe because non-'Sendable' type 'Logger.Subsystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'occurrence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | }
55 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
23 | }
24 |
25 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var description: String {
27 |         "\(gem) \(fixedWidthDescription.uppercased())"
[112/127] 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)
[113/127] 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)
[114/127] 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)
[115/127] Compiling Occurrence Logger.Filter+Where.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SQLite/SQLiteEntry.swift:38: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
36 |
37 | extension SQLiteEntry {
38 |     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
39 |     static var id: Attribute { instance["id"]! }
40 |     static var date: Attribute { instance["date"]! }
[116/127] Compiling Occurrence SQLiteEntry+Mapping.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SQLite/SQLiteEntry.swift:38: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
36 |
37 | extension SQLiteEntry {
38 |     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
39 |     static var id: Attribute { instance["id"]! }
40 |     static var date: Attribute { instance["date"]! }
[117/127] Compiling Occurrence SQLiteEntry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SQLite/SQLiteEntry.swift:38: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
36 |
37 | extension SQLiteEntry {
38 |     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
39 |     static var id: Attribute { instance["id"]! }
40 |     static var date: Attribute { instance["date"]! }
[118/127] Compiling Occurrence Array+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension DecodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftDecodingErrorDomain" }
 6 |
[119/127] Compiling Occurrence CocoaError+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension DecodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftDecodingErrorDomain" }
 6 |
[120/127] Compiling Occurrence DecodingError+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension DecodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftDecodingErrorDomain" }
 6 |
[121/127] 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 }
[122/127] 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 }
[123/127] 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 }
[124/127] 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 }
[125/127] Compiling Occurrence SQLiteLogProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:336: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
334 |
335 | private extension Logger.Subsystem {
336 |     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
337 |     static var sub2: Logger.Subsystem = "app.iOS"
338 | }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:337: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
335 | private extension Logger.Subsystem {
336 |     static var sub1: Logger.Subsystem = "package.diagnostics"
337 |     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
338 | }
339 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Streamer/OccurrenceLogStreamer.swift:36:23: warning: sending 'entry' risks causing data races; this is an error in the Swift 6 language mode
34 |
35 |     func log(_ entry: Logger.Entry) {
36 |         continuation?.yield(entry)
   |                       |- warning: sending 'entry' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: task-isolated 'entry' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
37 |         #if canImport(Combine)
38 |         streamSubject.send(entry)
[126/127] Compiling Occurrence OccurrenceLogStreamer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:336: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
334 |
335 | private extension Logger.Subsystem {
336 |     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
337 |     static var sub2: Logger.Subsystem = "app.iOS"
338 | }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:337: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
335 | private extension Logger.Subsystem {
336 |     static var sub1: Logger.Subsystem = "package.diagnostics"
337 |     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
338 | }
339 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Streamer/OccurrenceLogStreamer.swift:36:23: warning: sending 'entry' risks causing data races; this is an error in the Swift 6 language mode
34 |
35 |     func log(_ entry: Logger.Entry) {
36 |         continuation?.yield(entry)
   |                       |- warning: sending 'entry' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: task-isolated 'entry' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
37 |         #if canImport(Combine)
38 |         streamSubject.send(entry)
[127/127] Compiling Occurrence LogView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:336: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
334 |
335 | private extension Logger.Subsystem {
336 |     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
337 |     static var sub2: Logger.Subsystem = "app.iOS"
338 | }
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:337: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
335 | private extension Logger.Subsystem {
336 |     static var sub1: Logger.Subsystem = "package.diagnostics"
337 |     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
338 | }
339 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Streamer/OccurrenceLogStreamer.swift:36:23: warning: sending 'entry' risks causing data races; this is an error in the Swift 6 language mode
34 |
35 |     func log(_ entry: Logger.Entry) {
36 |         continuation?.yield(entry)
   |                       |- warning: sending 'entry' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: task-isolated 'entry' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
37 |         #if canImport(Combine)
38 |         streamSubject.send(entry)
Build complete! (13.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "statement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Statement.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.1",
            "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/0.8.0
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            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Occurrence'...
Finished extracting symbol information for 'Occurrence'. (7.09s)
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/0.8.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/stephencelis/SQLite.swift.git
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.47s)
Updating https://github.com/richardpiazza/Statement.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.50s)
Updated https://github.com/stephencelis/SQLite.swift.git (0.52s)
Updated https://github.com/richardpiazza/Statement.git (0.45s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (1.55s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.7.2 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.35s)
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
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/53] Compiling SymbolKit GenericConstraint.swift
[8/53] Compiling SymbolKit GenericParameter.swift
[9/53] Compiling SymbolKit Generics.swift
[10/53] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.swift
[21/57] Compiling SymbolKit Identifier.swift
[22/57] Compiling SymbolKit KindIdentifier.swift
[23/57] Compiling SymbolKit Location.swift
[24/57] Compiling SymbolKit Mutability.swift
[25/57] Compiling SymbolKit Mixin+Equals.swift
[26/57] Compiling SymbolKit Mixin+Hash.swift
[27/57] Compiling SymbolKit Mixin.swift
[28/57] Compiling SymbolKit LineList.swift
[29/57] Compiling SymbolKit Position.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 Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit Names.swift
[41/57] Compiling SymbolKit SPI.swift
[42/57] Compiling SymbolKit Snippet.swift
[43/57] Compiling SymbolKit Extension.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 SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.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-2F0A5646E1D333AE.txt
[2/65] Emitting module Statement
[3/67] Compiling SQLite Connection+Attach.swift
[4/67] Compiling SQLite Connection+Pragmas.swift
[5/67] Compiling SQLite Connection.swift
[6/67] Compiling SQLite Backup.swift
[7/67] Compiling SQLite Blob.swift
[8/67] Compiling SQLite Connection+Aggregation.swift
[9/67] Compiling SQLite SchemaChanger.swift
[10/67] Compiling SQLite SchemaDefinitions.swift
[11/67] Compiling SQLite SchemaReader.swift
[12/67] Compiling SQLite Helpers.swift
[13/67] Compiling SQLite Connection+Schema.swift
[14/67] Compiling SQLite FTS5.swift
[15/67] Compiling SQLite RTree.swift
[16/67] Compiling SQLite Foundation.swift
[17/67] Compiling SQLite AggregateFunctions.swift
[18/67] Compiling SQLite Coding.swift
[19/67] Compiling SQLite SQLiteVersion.swift
[20/67] Compiling SQLite Statement.swift
[21/67] Compiling SQLite URIQueryParameter.swift
[22/67] Compiling SQLite Errors.swift
[23/67] Compiling SQLite Result.swift
[24/67] Compiling SQLite SQLiteFeature.swift
[25/67] Compiling SQLite Value.swift
[26/67] Compiling SQLite Cipher.swift
[27/67] Compiling SQLite FTS4.swift
[28/67] Compiling Statement LogicalPredicate.swift
[29/67] Compiling Statement Segment.swift
[38/70] Compiling Logging LogHandler.swift
[39/70] Compiling Logging MetadataProvider.swift
[40/70] Emitting module Logging
[41/70] Compiling Logging Locks.swift
[42/70] Compiling Logging Logging.swift
[46/89] Emitting module SQLite
[47/89] Compiling StatementSQLite UpdateContext.swift
[48/89] Compiling StatementSQLite ValuesContext.swift
[49/90] Compiling StatementSQLite LimitContext.swift
[50/90] Compiling StatementSQLite OrderContext.swift
[53/90] Compiling StatementSQLite SelectContext.swift
[54/90] Compiling StatementSQLite SetContext.swift
[55/90] Compiling StatementSQLite AlterTableContext.swift
[56/90] Compiling StatementSQLite CreateContext.swift
[59/90] Compiling StatementSQLite InsertContext.swift
[60/90] Compiling StatementSQLite JoinContext.swift
[63/90] Compiling StatementSQLite SQLiteStatement.swift
[64/90] Compiling StatementSQLite Segment+SQLite.swift
[65/90] Compiling StatementSQLite FromContext.swift
[66/90] Compiling StatementSQLite HavingContext.swift
[67/90] Compiling StatementSQLite DeleteContext.swift
[68/90] Compiling StatementSQLite Field+SQLite.swift
[71/90] Compiling StatementSQLite DataType+SQLite.swift
[72/90] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[73/90] Emitting module StatementSQLite
[74/90] Compiling StatementSQLite WhereContext.swift
[83/90] Compiling SQLite CustomFunctions.swift
[84/90] Compiling SQLite DateAndTimeFunctions.swift
[85/90] Compiling SQLite Expression.swift
[86/90] Compiling SQLite Operators.swift
[87/90] Compiling SQLite Query+with.swift
[88/90] Compiling SQLite Query.swift
[89/90] Compiling SQLite Schema.swift
[90/90] Compiling SQLite Setter.swift
[91/119] Compiling Occurrence URLError+Occurrence.swift
[92/119] Compiling Occurrence LazyLogger.swift
[93/119] Compiling Occurrence LogProvider.swift
[94/122] Compiling Occurrence Array+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension DecodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftDecodingErrorDomain" }
 6 |
[95/122] Compiling Occurrence CocoaError+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension DecodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftDecodingErrorDomain" }
 6 |
[96/122] Compiling Occurrence DecodingError+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension DecodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftDecodingErrorDomain" }
 6 |
[97/122] Emitting module Occurrence
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension DecodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftDecodingErrorDomain" }
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension EncodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftEncodingErrorDomain" }
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
23 | }
24 |
25 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var description: String {
27 |         "\(gem) \(fixedWidthDescription.uppercased())"
[98/122] Compiling Occurrence Logger.Metadata+Occurrence.swift
[99/122] Compiling Occurrence Logger.MetadataKey.swift
[100/122] Compiling Occurrence Logger.MetadataValue+Occurrence.swift
[101/122] Compiling Occurrence LogStreamer.swift
[102/122] Compiling Occurrence LoggableError.swift
[103/122] Compiling Occurrence Occurrence.swift
[104/122] Compiling Occurrence Logger.Filter+Where.swift
[105/122] Compiling Occurrence SQLiteEntry+Mapping.swift
[106/122] Compiling Occurrence SQLiteEntry.swift
[107/122] Compiling Occurrence Logger+Subsystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
23 | }
24 |
25 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var description: String {
27 |         "\(gem) \(fixedWidthDescription.uppercased())"
[108/122] Compiling Occurrence Logger.Level+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
23 | }
24 |
25 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var description: String {
27 |         "\(gem) \(fixedWidthDescription.uppercased())"
[109/122] Compiling Occurrence Logger.Message+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
23 | }
24 |
25 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var description: String {
27 |         "\(gem) \(fixedWidthDescription.uppercased())"
[110/122] Compiling Occurrence CoreDataLogProvider.swift
[111/122] Compiling Occurrence LogModel.swift
[112/122] Compiling Occurrence Logger.Filter+Predicate.swift
[113/122] Compiling Occurrence ManagedEntry.swift
[114/122] Compiling Occurrence Dictionary+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension EncodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftEncodingErrorDomain" }
 6 |
[115/122] Compiling Occurrence EncodingError+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension EncodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftEncodingErrorDomain" }
 6 |
[116/122] Compiling Occurrence FileManager+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension EncodingError: CustomNSError, LoggableError {
   | |- warning: extension declares a conformance of imported type 'EncodingError' to imported protocol 'CustomNSError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public static var errorDomain: String { "SwiftEncodingErrorDomain" }
 6 |
[117/122] Compiling Occurrence Logger+Entry.swift
[118/122] Compiling Occurrence Logger+Filter.swift
[119/122] Compiling Occurrence Logger+Occurrence.swift
[120/122] Compiling Occurrence SQLiteLogProvider.swift
[121/122] Compiling Occurrence OccurrenceLogStreamer.swift
[122/122] Compiling Occurrence LogView.swift
Build of target: 'Occurrence' complete! (3.00s)
    1884
13	/Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/occurrence/0.8.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/richardpiazza/occurrence/0.8.0
File count: 1884
Doc size:   13.0MB
Preparing doc bundle ...
Uploading prod-richardpiazza-occurrence-0.8.0-7c07cdc8.zip to s3://spi-docs-inbox/prod-richardpiazza-occurrence-0.8.0-7c07cdc8.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.