This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Parchment with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 4

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-kohey/Parchment-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/k-kohey/Parchment-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5d888b0 Merge pull request #35 from k-kohey/fix/module_name
Cloned https://github.com/k-kohey/Parchment-swift.git
Revision (git rev-parse @):
5d888b07f7e5efb974b53e91164b8369b7995770
SUCCESS checkout https://github.com/k-kohey/Parchment-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/k-kohey/Parchment-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-6F35C1178C84523A.txt
[8/50] Emitting module SQLite
[9/53] Compiling SQLite Value.swift
[10/53] Compiling SQLite Cipher.swift
[11/53] Compiling SQLite FTS4.swift
[12/53] Compiling SQLite FTS5.swift
[13/53] Compiling SQLite RTree.swift
[14/53] Compiling SQLite Foundation.swift
[15/53] Compiling SQLite Helpers.swift
[16/53] Compiling SQLite Connection+Schema.swift
[17/53] Compiling SQLite Connection+Pragmas.swift
[18/53] Compiling SQLite Connection.swift
[19/53] Compiling SQLite Errors.swift
[20/53] Compiling SQLite Result.swift
[21/53] Compiling SQLite AggregateFunctions.swift
[22/53] Compiling SQLite Coding.swift
[23/53] Compiling SQLite Collation.swift
[24/53] Compiling ParchmentCore Payload.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/Payload.swift:190:26: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
188 |
189 |         let parametersContainer = try container.nestedContainer(keyedBy: DynamicCodingKeys.self, forKey: .parameters)
190 |         parameters = try decodeFromContainer(container: parametersContainer)
    |                          `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
191 |     }
192 |
[25/53] Compiling ParchmentCore LoggerBundler.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:11:33: warning: let 'osLogger' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Foundation
10 |
11 | @_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
   |                                 `- warning: let 'osLogger' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | public extension LoggerComponentID {
os.Logger:2:15: note: struct 'Logger' does not conform to the 'Sendable' protocol
 1 | @available(macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0, *)
 2 | public struct Logger {
   |               `- note: struct 'Logger' does not conform to the 'Sendable' protocol
 3 |     public init(subsystem: String, category: String)
 4 |     public init()
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
 6 | //
 7 |
 8 | import os
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
 9 | import Foundation
10 |
11 | @_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
   |                                 |- note: annotate 'osLogger' with '@MainActor' if property should only be accessed from the main actor
   |                                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public extension LoggerComponentID {
[26/53] Compiling ParchmentCore Mutation.swift
[27/53] Compiling ParchmentCore LoggerComponent.swift
[28/54] Compiling SQLite Backup.swift
[29/54] Compiling SQLite Blob.swift
[30/54] Compiling SQLite Connection+Aggregation.swift
[31/54] Compiling SQLite Connection+Attach.swift
[32/54] Compiling SQLite SQLiteFeature.swift
[33/54] Compiling SQLite SQLiteVersion.swift
[34/54] Compiling SQLite Statement.swift
[35/54] Compiling SQLite URIQueryParameter.swift
[36/54] Compiling SQLite Expression.swift
[37/54] Compiling SQLite Operators.swift
[38/54] Compiling SQLite Query+with.swift
[39/54] Compiling SQLite SchemaChanger.swift
[40/54] Compiling SQLite SchemaDefinitions.swift
[41/54] Compiling SQLite SchemaReader.swift
[42/54] Compiling SQLite CoreFunctions.swift
[43/54] Compiling SQLite CustomFunctions.swift
[44/54] Compiling SQLite DateAndTimeFunctions.swift
[45/54] Compiling ParchmentCore LoggableDictonary.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/LoggableDictonary.swift:14:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
12 | public typealias LoggableDictonary = [PartialKeyPath<Loggable>: Sendable]
13 |
14 | extension PartialKeyPath<Loggable>: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |
16 | extension LoggableDictonary: Loggable {
[46/54] Compiling ParchmentCore Loggable.swift
[47/54] Compiling ParchmentCore LogBuffer.swift
[48/54] Compiling SQLite Query.swift
[49/54] Compiling SQLite Schema.swift
[50/54] Compiling SQLite Setter.swift
[51/54] Emitting module ParchmentCore
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/LoggableDictonary.swift:14:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
12 | public typealias LoggableDictonary = [PartialKeyPath<Loggable>: Sendable]
13 |
14 | extension PartialKeyPath<Loggable>: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |
16 | extension LoggableDictonary: Loggable {
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:11:33: warning: let 'osLogger' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Foundation
10 |
11 | @_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
   |                                 `- warning: let 'osLogger' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | public extension LoggerComponentID {
os.Logger:2:15: note: struct 'Logger' does not conform to the 'Sendable' protocol
 1 | @available(macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0, *)
 2 | public struct Logger {
   |               `- note: struct 'Logger' does not conform to the 'Sendable' protocol
 3 |     public init(subsystem: String, category: String)
 4 |     public init()
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
 6 | //
 7 |
 8 | import os
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
 9 | import Foundation
10 |
11 | @_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
   |                                 |- note: annotate 'osLogger' with '@MainActor' if property should only be accessed from the main actor
   |                                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public extension LoggerComponentID {
[52/54] Compiling ParchmentCore AnyLoggable.swift
[53/54] Compiling ParchmentCore BufferFlowController.swift
[54/54] Compiling ParchmentCore osLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:11:33: warning: let 'osLogger' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Foundation
10 |
11 | @_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
   |                                 `- warning: let 'osLogger' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | public extension LoggerComponentID {
os.Logger:2:15: note: struct 'Logger' does not conform to the 'Sendable' protocol
 1 | @available(macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0, *)
 2 | public struct Logger {
   |               `- note: struct 'Logger' does not conform to the 'Sendable' protocol
 3 |     public init(subsystem: String, category: String)
 4 |     public init()
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
 6 | //
 7 |
 8 | import os
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
 9 | import Foundation
10 |
11 | @_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
   |                                 |- note: annotate 'osLogger' with '@MainActor' if property should only be accessed from the main actor
   |                                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public extension LoggerComponentID {
[55/64] Emitting module TestSupport
[56/64] Compiling TestSupport Stub.swift
[57/64] Emitting module Parchment
/Users/admin/builder/spi-builder-workspace/Sources/Parchment/DefaultBufferFlowController.swift:18:17: warning: stored property 'bufferTask' of 'Sendable'-conforming class 'DefaultBufferFlowController' is mutable; this is an error in the Swift 6 language mode
16 |     @MainActor private var inputAccumulationPayloads: [Payload] = []
17 |
18 |     private var bufferTask: Task<Void, Error>? = nil
   |                 `- warning: stored property 'bufferTask' of 'Sendable'-conforming class 'DefaultBufferFlowController' is mutable; this is an error in the Swift 6 language mode
19 |
20 |     public init(
/Users/admin/builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:14:20: warning: static property 'event' is not concurrency-safe because non-'Sendable' type 'Expression<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public final actor SQLiteBuffer: LogBuffer {
13 |     private enum Column {
14 |         static let event = Expression<Data>("event")
   |                    `- warning: static property 'event' is not concurrency-safe because non-'Sendable' type 'Expression<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
15 |         static let timestamp = Expression<Date>("timestamp")
16 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Typed/Expression.swift:56:15: note: generic struct 'Expression' does not conform to the 'Sendable' protocol
 54 |
 55 | /// An `Expression` represents a raw SQL fragment and any associated bindings.
 56 | public struct Expression<Datatype>: ExpressionType {
    |               `- note: generic struct 'Expression' does not conform to the 'Sendable' protocol
 57 |
 58 |     public typealias UnderlyingType = Datatype
/Users/admin/builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SQLite'
 7 |
 8 | @_spi(ParchmentCore) import ParchmentCore
 9 | import SQLite
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SQLite'
10 | import Foundation
11 |
12 | public final actor SQLiteBuffer: LogBuffer {
13 |     private enum Column {
14 |         static let event = Expression<Data>("event")
   |                    |- note: annotate 'event' with '@MainActor' if property should only be accessed from the main actor
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         static let timestamp = Expression<Date>("timestamp")
16 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:15:20: warning: static property 'timestamp' is not concurrency-safe because non-'Sendable' type 'Expression<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
13 |     private enum Column {
14 |         static let event = Expression<Data>("event")
15 |         static let timestamp = Expression<Date>("timestamp")
   |                    |- warning: static property 'timestamp' is not concurrency-safe because non-'Sendable' type 'Expression<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: annotate 'timestamp' with '@MainActor' if property should only be accessed from the main actor
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     }
17 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Typed/Expression.swift:56:15: note: generic struct 'Expression' does not conform to the 'Sendable' protocol
 54 |
 55 | /// An `Expression` represents a raw SQL fragment and any associated bindings.
 56 | public struct Expression<Datatype>: ExpressionType {
    |               `- note: generic struct 'Expression' does not conform to the 'Sendable' protocol
 57 |
 58 |     public typealias UnderlyingType = Datatype
[58/64] Compiling Parchment DeviceDataMutation.swift
[59/64] Compiling Parchment View+track.swift
[60/64] Compiling Parchment LoggerBundler+.swift
[61/64] Compiling Parchment DefaultBufferFlowController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Parchment/DefaultBufferFlowController.swift:18:17: warning: stored property 'bufferTask' of 'Sendable'-conforming class 'DefaultBufferFlowController' is mutable; this is an error in the Swift 6 language mode
16 |     @MainActor private var inputAccumulationPayloads: [Payload] = []
17 |
18 |     private var bufferTask: Task<Void, Error>? = nil
   |                 `- warning: stored property 'bufferTask' of 'Sendable'-conforming class 'DefaultBufferFlowController' is mutable; this is an error in the Swift 6 language mode
19 |
20 |     public init(
[62/64] Compiling Parchment SQLiteBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:14:20: warning: static property 'event' is not concurrency-safe because non-'Sendable' type 'Expression<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public final actor SQLiteBuffer: LogBuffer {
13 |     private enum Column {
14 |         static let event = Expression<Data>("event")
   |                    `- warning: static property 'event' is not concurrency-safe because non-'Sendable' type 'Expression<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
15 |         static let timestamp = Expression<Date>("timestamp")
16 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Typed/Expression.swift:56:15: note: generic struct 'Expression' does not conform to the 'Sendable' protocol
 54 |
 55 | /// An `Expression` represents a raw SQL fragment and any associated bindings.
 56 | public struct Expression<Datatype>: ExpressionType {
    |               `- note: generic struct 'Expression' does not conform to the 'Sendable' protocol
 57 |
 58 |     public typealias UnderlyingType = Datatype
/Users/admin/builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SQLite'
 7 |
 8 | @_spi(ParchmentCore) import ParchmentCore
 9 | import SQLite
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SQLite'
10 | import Foundation
11 |
12 | public final actor SQLiteBuffer: LogBuffer {
13 |     private enum Column {
14 |         static let event = Expression<Data>("event")
   |                    |- note: annotate 'event' with '@MainActor' if property should only be accessed from the main actor
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         static let timestamp = Expression<Date>("timestamp")
16 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:15:20: warning: static property 'timestamp' is not concurrency-safe because non-'Sendable' type 'Expression<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
13 |     private enum Column {
14 |         static let event = Expression<Data>("event")
15 |         static let timestamp = Expression<Date>("timestamp")
   |                    |- warning: static property 'timestamp' is not concurrency-safe because non-'Sendable' type 'Expression<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: annotate 'timestamp' with '@MainActor' if property should only be accessed from the main actor
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     }
17 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Typed/Expression.swift:56:15: note: generic struct 'Expression' does not conform to the 'Sendable' protocol
 54 |
 55 | /// An `Expression` represents a raw SQL fragment and any associated bindings.
 56 | public struct Expression<Datatype>: ExpressionType {
    |               `- note: generic struct 'Expression' does not conform to the 'Sendable' protocol
 57 |
 58 |     public typealias UnderlyingType = Datatype
/Users/admin/builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:11:33: warning: let 'osLogger' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Foundation
10 |
11 | @_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
   |                                 |- warning: let 'osLogger' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
   |                                 |- note: annotate 'osLogger' with '@MainActor' if property should only be accessed from the main actor
   |                                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public extension LoggerComponentID {
os.Logger:2:15: note: struct 'Logger' does not conform to the 'Sendable' protocol
 1 | @available(macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0, *)
 2 | public struct Logger {
   |               `- note: struct 'Logger' does not conform to the 'Sendable' protocol
 3 |     public init(subsystem: String, category: String)
 4 |     public init()
[63/64] Compiling Parchment Export.swift
[64/64] Compiling Parchment Tracked.swift
Build complete! (65.37s)
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-docc-plugin
[1/9524] Fetching sqlite.swift
[2/10982] Fetching sqlite.swift, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.96s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.96s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (0.77s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.79s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "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" : "Parchment",
  "name" : "Parchment",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ParchmentCore",
      "targets" : [
        "ParchmentCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Parchment",
      "targets" : [
        "Parchment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Sources/TestSupport",
      "sources" : [
        "Stub.swift"
      ],
      "target_dependencies" : [
        "ParchmentCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ParchmentTests",
      "module_type" : "SwiftTarget",
      "name" : "ParchmentTests",
      "path" : "Tests/ParchmentTests",
      "sources" : [
        "DefaultBufferFlowControllerTests.swift",
        "DeviceDataMutationTests.swift",
        "SQLiteBufferTests.swift",
        "TrackedTests.swift"
      ],
      "target_dependencies" : [
        "Parchment",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParchmentCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ParchmentCoreTests",
      "path" : "Tests/ParchmentCoreTests",
      "sources" : [
        "AnyLoggableTests.swift",
        "BufferRecordTests.swift",
        "LoggerBundlerTests.swift",
        "MutationTests.swift"
      ],
      "target_dependencies" : [
        "ParchmentCore",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParchmentCore",
      "module_type" : "SwiftTarget",
      "name" : "ParchmentCore",
      "path" : "Sources/ParchmentCore",
      "product_memberships" : [
        "ParchmentCore",
        "Parchment"
      ],
      "sources" : [
        "AnyLoggable.swift",
        "BufferFlowController.swift",
        "LogBuffer.swift",
        "Loggable.swift",
        "LoggableDictonary.swift",
        "LoggerBundler.swift",
        "LoggerComponent.swift",
        "Mutation.swift",
        "Payload.swift",
        "osLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Parchment",
      "module_type" : "SwiftTarget",
      "name" : "Parchment",
      "path" : "Sources/Parchment",
      "product_dependencies" : [
        "SQLite"
      ],
      "product_memberships" : [
        "Parchment"
      ],
      "sources" : [
        "DefaultBufferFlowController.swift",
        "DeviceDataMutation.swift",
        "Export.swift",
        "LoggerBundler+.swift",
        "SQLiteBuffer.swift",
        "Tracked.swift",
        "View+track.swift"
      ],
      "target_dependencies" : [
        "ParchmentCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.