The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Occurrence, reference main (96c842), with Swift 5.10 for macOS (SPM) on 9 Oct 2025 21:06:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Occurrence.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/Occurrence
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 96c8420 RetroactiveAttribute Check (#27)
Cloned https://github.com/richardpiazza/Occurrence.git
Revision (git rev-parse @):
96c84200150d1b5c7d77dff1de88eafcc1ded40d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Occurrence.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/richardpiazza/Occurrence.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-33747A42983211AE.txt
[7/71] Compiling Logging LogHandler.swift
[8/71] Compiling Logging Locks.swift
[9/71] Compiling Logging MetadataProvider.swift
[10/71] Compiling Logging Logging.swift
[11/71] Emitting module Logging
[12/71] Emitting module Statement
[13/73] Compiling SQLite Connection+Pragmas.swift
[14/73] Compiling SQLite Connection.swift
[15/73] Compiling SQLite Errors.swift
[16/73] Emitting module SQLite
[17/76] Compiling Statement Group.swift
[18/76] Compiling Statement Keyword.swift
[19/76] Compiling Statement LogicalPredicate.swift
[20/76] Compiling Statement Segment.swift
[21/76] Compiling Statement ComparisonPredicate.swift
[22/76] Compiling Statement ConjunctivePredicate.swift
[23/76] Compiling Statement AttributeConvertible.swift
[24/76] Compiling Statement DataType.swift
[25/76] Compiling Statement DataTypeConvertible.swift
[26/76] Compiling Statement Renderer.swift
[27/76] Compiling Statement AnyAttribute.swift
[28/76] Compiling Statement Attribute.swift
[29/76] Compiling Statement Entity.swift
[30/76] Compiling Statement Field.swift
[31/76] Compiling Statement ForeignKey.swift
[32/76] Compiling Statement ConjunctiveRenderer.swift
[33/76] Compiling Statement GroupRenderer.swift
[34/76] Compiling Statement LogicalRenderer.swift
[35/76] Compiling Statement StatementSyntax.swift
[36/76] Compiling Statement StructuredStatement.swift
[37/76] Compiling Statement Clause.swift
[38/76] Compiling SQLite Coding.swift
[39/76] Compiling SQLite Collation.swift
[40/76] Compiling SQLite CoreFunctions.swift
[41/76] Compiling SQLite Result.swift
[42/76] Compiling SQLite Backup.swift
[43/76] Compiling SQLite Blob.swift
[64/95] Compiling SQLite Schema.swift
[65/95] Compiling SQLite Setter.swift
[66/95] Compiling SQLite WindowFunctions.swift
[67/95] Compiling StatementSQLite UpdateContext.swift
[68/95] Compiling StatementSQLite ValuesContext.swift
[69/95] Compiling StatementSQLite LimitContext.swift
[70/95] Compiling StatementSQLite OrderContext.swift
[71/96] Compiling StatementSQLite SelectContext.swift
[72/96] Compiling StatementSQLite SetContext.swift
[73/96] Compiling StatementSQLite SQLiteStatement.swift
[74/96] Compiling StatementSQLite Segment+SQLite.swift
[75/96] Compiling StatementSQLite DeleteContext.swift
[76/96] Compiling StatementSQLite Field+SQLite.swift
[77/96] Emitting module StatementSQLite
[78/96] Compiling StatementSQLite AlterTableContext.swift
[79/96] Compiling StatementSQLite CreateContext.swift
[80/96] Compiling StatementSQLite InsertContext.swift
[81/96] Compiling StatementSQLite JoinContext.swift
[82/96] Compiling StatementSQLite FromContext.swift
[83/96] Compiling StatementSQLite HavingContext.swift
[84/96] Compiling StatementSQLite DataType+SQLite.swift
[85/96] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[93/96] Compiling SQLite Operators.swift
[94/96] Compiling SQLite Query+with.swift
[95/96] Compiling SQLite Query.swift
[96/96] Compiling StatementSQLite WhereContext.swift
[97/125] Compiling Occurrence Logger+Subsystem.swift
[98/125] Compiling Occurrence Logger.Level+Occurrence.swift
[99/125] Compiling Occurrence Logger.Message+Occurrence.swift
[100/128] 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 non-isolated global shared mutable state; this is an error in Swift 6
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: note: isolate 'default' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let instance: Version_1_0_0 = Version_1_0_0()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: isolate 'configuration' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: warning: static property 'bootstrapped' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: isolate 'bootstrapped' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: isolate 'logProvider' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:72:52: warning: reference to static property 'logProvider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            provider: any LogProvider = Occurrence.logProvider,
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: static property declared here
    public static var logProvider: LogProvider = {
                      ^
[101/128] Compiling Occurrence URLError+Occurrence.swift
[102/128] Compiling Occurrence LazyLogger.swift
[103/128] Compiling Occurrence LogProvider.swift
[104/128] Compiling Occurrence Logger.Filter+Where.swift
[105/128] Compiling Occurrence SQLiteEntry+Mapping.swift
[106/128] Compiling Occurrence SQLiteEntry.swift
[107/128] Compiling Occurrence Dictionary+Occurrence.swift
[108/128] Compiling Occurrence EncodingError+Occurrence.swift
[109/128] Compiling Occurrence FileManager+Occurrence.swift
[110/128] Compiling Occurrence Logger+Entry.swift
[111/128] Compiling Occurrence Logger+Filter.swift
[112/128] Compiling Occurrence Logger+Occurrence.swift
[113/128] Compiling Occurrence LogStreamer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: isolate 'configuration' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: warning: static property 'bootstrapped' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: isolate 'bootstrapped' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: isolate 'logProvider' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:26:44: warning: converting non-sendable function value to '@Sendable (String, Logger.MetadataProvider?) -> any LogHandler' may introduce data races
        LoggingSystem.bootstrap(Occurrence.init, metadataProvider: metadataProvider)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:22:16: warning: reference to static property 'bootstrapped' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        guard !bootstrapped else {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: static property declared here
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:27:9: warning: reference to static property 'bootstrapped' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        bootstrapped = true
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: static property declared here
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:87:17: warning: reference to static property 'configuration' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        if Self.configuration.outputToConsole {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: static property declared here
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:91:17: warning: reference to static property 'configuration' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        if Self.configuration.outputToStream {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: static property declared here
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:95:17: warning: reference to static property 'configuration' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        if Self.configuration.outputToStorage {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: static property declared here
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:96:18: warning: reference to static property 'logProvider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            Self.logProvider.log(entry)
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: static property declared here
    public static var logProvider: LogProvider = {
                      ^
[114/128] Compiling Occurrence LoggableError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: isolate 'configuration' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: warning: static property 'bootstrapped' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: isolate 'bootstrapped' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: isolate 'logProvider' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:26:44: warning: converting non-sendable function value to '@Sendable (String, Logger.MetadataProvider?) -> any LogHandler' may introduce data races
        LoggingSystem.bootstrap(Occurrence.init, metadataProvider: metadataProvider)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:22:16: warning: reference to static property 'bootstrapped' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        guard !bootstrapped else {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: static property declared here
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:27:9: warning: reference to static property 'bootstrapped' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        bootstrapped = true
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: static property declared here
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:87:17: warning: reference to static property 'configuration' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        if Self.configuration.outputToConsole {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: static property declared here
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:91:17: warning: reference to static property 'configuration' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        if Self.configuration.outputToStream {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: static property declared here
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:95:17: warning: reference to static property 'configuration' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        if Self.configuration.outputToStorage {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: static property declared here
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:96:18: warning: reference to static property 'logProvider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            Self.logProvider.log(entry)
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: static property declared here
    public static var logProvider: LogProvider = {
                      ^
[115/128] Compiling Occurrence Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: isolate 'configuration' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: warning: static property 'bootstrapped' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: isolate 'bootstrapped' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: isolate 'logProvider' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:26:44: warning: converting non-sendable function value to '@Sendable (String, Logger.MetadataProvider?) -> any LogHandler' may introduce data races
        LoggingSystem.bootstrap(Occurrence.init, metadataProvider: metadataProvider)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:22:16: warning: reference to static property 'bootstrapped' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        guard !bootstrapped else {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: static property declared here
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:27:9: warning: reference to static property 'bootstrapped' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        bootstrapped = true
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:12:24: note: static property declared here
    private static var bootstrapped: Bool = false
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:87:17: warning: reference to static property 'configuration' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        if Self.configuration.outputToConsole {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: static property declared here
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:91:17: warning: reference to static property 'configuration' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        if Self.configuration.outputToStream {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: static property declared here
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:95:17: warning: reference to static property 'configuration' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        if Self.configuration.outputToStorage {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:11:23: note: static property declared here
    public static var configuration: Configuration = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:96:18: warning: reference to static property 'logProvider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            Self.logProvider.log(entry)
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: static property declared here
    public static var logProvider: LogProvider = {
                      ^
[116/128] Compiling Occurrence Logger.Metadata+Occurrence.swift
[117/128] Compiling Occurrence Logger.MetadataKey.swift
[118/128] Compiling Occurrence Logger.MetadataValue+Occurrence.swift
[119/128] Compiling Occurrence CoreDataLogProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: warning: static property 'default' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: note: isolate 'default' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/CoreDataLogProvider.swift:28:96: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        let container = NSPersistentContainer(name: "Occurrence", managedObjectModel: LogModel.default.managedObjectModel)
                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: note: static property declared here
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/CoreDataLogProvider.swift:4:17: remark: '@preconcurrency' attribute on module 'CoreData' is unused
@preconcurrency import CoreData
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let instance: Version_1_0_0 = Version_1_0_0()
               ^
[120/128] Compiling Occurrence LogModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: warning: static property 'default' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: note: isolate 'default' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/CoreDataLogProvider.swift:28:96: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        let container = NSPersistentContainer(name: "Occurrence", managedObjectModel: LogModel.default.managedObjectModel)
                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: note: static property declared here
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/CoreDataLogProvider.swift:4:17: remark: '@preconcurrency' attribute on module 'CoreData' is unused
@preconcurrency import CoreData
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let instance: Version_1_0_0 = Version_1_0_0()
               ^
[121/128] Compiling Occurrence Logger.Filter+Predicate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: warning: static property 'default' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: note: isolate 'default' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/CoreDataLogProvider.swift:28:96: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        let container = NSPersistentContainer(name: "Occurrence", managedObjectModel: LogModel.default.managedObjectModel)
                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: note: static property declared here
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/CoreDataLogProvider.swift:4:17: remark: '@preconcurrency' attribute on module 'CoreData' is unused
@preconcurrency import CoreData
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let instance: Version_1_0_0 = Version_1_0_0()
               ^
[122/128] Compiling Occurrence ManagedEntry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: warning: static property 'default' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: note: isolate 'default' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/CoreDataLogProvider.swift:28:96: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        let container = NSPersistentContainer(name: "Occurrence", managedObjectModel: LogModel.default.managedObjectModel)
                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:8:16: note: static property declared here
    static var `default`: LogModel = .version_1_0_0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/CoreDataLogProvider.swift:4:17: remark: '@preconcurrency' attribute on module 'CoreData' is unused
@preconcurrency import CoreData
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/CoreData/LogModel.swift:20:16: warning: static property 'instance' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let instance: Version_1_0_0 = Version_1_0_0()
               ^
[123/128] Compiling Occurrence Array+Occurrence.swift
[124/128] Compiling Occurrence CocoaError+Occurrence.swift
[125/128] Compiling Occurrence DecodingError+Occurrence.swift
[126/128] Compiling Occurrence SQLiteLogProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: isolate 'logProvider' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:72:52: warning: reference to static property 'logProvider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            provider: any LogProvider = Occurrence.logProvider,
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: static property declared here
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:103:41: warning: 'publisher' is deprecated: Use `AsyncStream` variant.
            liveSubscription = streamer.publisher
                                        ^
[127/128] Compiling Occurrence OccurrenceLogStreamer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: isolate 'logProvider' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:72:52: warning: reference to static property 'logProvider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            provider: any LogProvider = Occurrence.logProvider,
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: static property declared here
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:103:41: warning: 'publisher' is deprecated: Use `AsyncStream` variant.
            liveSubscription = streamer.publisher
                                        ^
[128/128] Compiling Occurrence LogView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: warning: static property 'logProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: isolate 'logProvider' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:72:52: warning: reference to static property 'logProvider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            provider: any LogProvider = Occurrence.logProvider,
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:32:23: note: static property declared here
    public static var logProvider: LogProvider = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Occurrence.swift:30:23: warning: static property 'logStreamer' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let logStreamer: LogStreamer = OccurrenceLogStreamer()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/SwiftUI/LogView.swift:103:41: warning: 'publisher' is deprecated: Use `AsyncStream` variant.
            liveSubscription = streamer.publisher
                                        ^
Build complete! (17.08s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/richardpiazza/Statement.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/744] Fetching statement
[745/10831] Fetching statement, sqlite.swift
[846/14764] Fetching statement, sqlite.swift, swift-log
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.87s)
Fetched https://github.com/apple/swift-log.git from cache (1.87s)
Fetched https://github.com/richardpiazza/Statement.git from cache (1.87s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (0.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.36s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (0.37s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/181] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.35s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (0.37s)
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "statement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Statement.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "Occurrence",
  "name" : "Occurrence",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.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.9"
}
Done.