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 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-kohey/Parchment-swift.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/k-kohey/Parchment-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
[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--423B1241ED78D482.txt
[8/49] Emitting module SQLite
[9/53] Compiling SQLite Connection.swift
[10/53] Compiling SQLite Errors.swift
[11/53] Compiling SQLite Result.swift
[12/53] Compiling SQLite SQLiteFeature.swift
[13/53] Compiling SQLite SQLiteVersion.swift
[14/53] Compiling SQLite AggregateFunctions.swift
[15/53] Compiling SQLite Coding.swift
[16/53] Compiling SQLite Collation.swift
[17/53] Compiling SQLite CoreFunctions.swift
[18/53] Compiling SQLite FTS5.swift
[19/53] Compiling SQLite RTree.swift
[20/53] Compiling SQLite Foundation.swift
[21/53] Compiling SQLite Helpers.swift
[22/53] Compiling SQLite CustomFunctions.swift
[23/53] Compiling SQLite DateAndTimeFunctions.swift
[24/53] Compiling SQLite Expression.swift
[25/53] Compiling SQLite Operators.swift
[26/53] Compiling SQLite Statement.swift
[27/53] Compiling SQLite URIQueryParameter.swift
[28/53] Compiling SQLite Value.swift
[29/53] Compiling SQLite Cipher.swift
[30/53] Compiling SQLite FTS4.swift
[31/53] Compiling SQLite Backup.swift
[32/53] Compiling SQLite Blob.swift
[33/53] Compiling SQLite Connection+Aggregation.swift
[34/53] Compiling SQLite Connection+Attach.swift
[35/53] Compiling SQLite Connection+Pragmas.swift
[36/53] Compiling ParchmentCore LoggerComponent.swift
[37/53] Compiling ParchmentCore Mutation.swift
[40/53] Compiling ParchmentCore Payload.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParchmentCore/Payload.swift:190:26: warning: type 'Any' does not conform to the 'Sendable' protocol
        parameters = try decodeFromContainer(container: parametersContainer)
                         ^
[41/54] Compiling SQLite Connection+Schema.swift
[42/54] Compiling SQLite SchemaChanger.swift
[43/54] Compiling SQLite SchemaDefinitions.swift
[44/54] Compiling SQLite SchemaReader.swift
[45/54] Compiling ParchmentCore LoggableDictonary.swift
[48/54] Emitting module ParchmentCore
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:11:33: warning: let 'osLogger' 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
@_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
                                ^
[49/54] Compiling ParchmentCore LoggerBundler.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:11:33: warning: let 'osLogger' 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
@_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
                                ^
[50/54] Compiling SQLite Query+with.swift
[51/54] Compiling SQLite Query.swift
[52/54] Compiling SQLite Schema.swift
[53/54] Compiling SQLite Setter.swift
[54/54] Compiling ParchmentCore osLogger.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:11:33: warning: let 'osLogger' 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
@_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
                                ^
[55/64] Compiling TestSupport Stub.swift
[56/64] Emitting module TestSupport
[57/64] Compiling Parchment DeviceDataMutation.swift
[58/64] Compiling Parchment DefaultBufferFlowController.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parchment/DefaultBufferFlowController.swift:16:28: warning: stored property 'inputAccumulationPayloads' of 'Sendable'-conforming class 'DefaultBufferFlowController' is mutable
    @MainActor private var inputAccumulationPayloads: [Payload] = []
                           ^
[59/64] Compiling Parchment Export.swift
[60/64] Compiling Parchment Tracked.swift
[61/64] Compiling Parchment LoggerBundler+.swift
[62/64] Emitting module Parchment
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parchment/DefaultBufferFlowController.swift:16:28: warning: stored property 'inputAccumulationPayloads' of 'Sendable'-conforming class 'DefaultBufferFlowController' is mutable
    @MainActor private var inputAccumulationPayloads: [Payload] = []
                           ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:14:20: warning: static property 'event' 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 event = Expression<Data>("event")
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:15:20: warning: static property 'timestamp' 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 timestamp = Expression<Date>("timestamp")
                   ^
[63/64] Compiling Parchment SQLiteBuffer.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:14:20: warning: static property 'event' 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 event = Expression<Data>("event")
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parchment/SQLiteBuffer.swift:15:20: warning: static property 'timestamp' 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 timestamp = Expression<Date>("timestamp")
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:11:33: warning: let 'osLogger' 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
@_spi(ParchmentCore) public let osLogger = Logger(subsystem: "com.k-kohey.parchment", category: "parchment")
                                ^
[64/64] Compiling Parchment View+track.swift
Build complete! (14.65s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.19s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.19s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.51s)
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
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
Build complete.
Done.