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: 1.3.1
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/k-kohey/Parchment-swift
* tag 1.3.1 -> FETCH_HEAD
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 1.3.1
========================================
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] Compiling SQLite Connection.swift
[9/49] Compiling SQLite Errors.swift
[10/49] Compiling SQLite Result.swift
[11/49] Compiling SQLite SQLiteFeature.swift
[12/49] Compiling SQLite SQLiteVersion.swift
[13/53] Compiling SQLite FTS5.swift
[14/53] Compiling SQLite RTree.swift
[15/53] Compiling SQLite Foundation.swift
[16/53] Compiling SQLite Helpers.swift
[17/53] Compiling SQLite AggregateFunctions.swift
[18/53] Compiling SQLite Coding.swift
[19/53] Compiling SQLite Collation.swift
[20/53] Compiling SQLite CoreFunctions.swift
[21/53] Compiling SQLite Backup.swift
[22/53] Compiling SQLite Blob.swift
[23/53] Compiling SQLite Connection+Aggregation.swift
[24/53] Compiling SQLite Connection+Attach.swift
[25/53] Compiling SQLite Connection+Pragmas.swift
[26/53] Compiling ParchmentCore LoggerComponent.swift
[27/53] Compiling ParchmentCore Mutation.swift
[28/53] Compiling ParchmentCore Payload.swift
/Users/builder/builds/UKfvDsi8u/1/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)
^
[31/54] Compiling ParchmentCore LoggableDictonary.swift
[34/54] Emitting module ParchmentCore
/Users/builder/builds/UKfvDsi8u/1/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")
^
[35/54] Compiling ParchmentCore LoggerBundler.swift
/Users/builder/builds/UKfvDsi8u/1/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")
^
[36/54] Compiling SQLite Statement.swift
[37/54] Compiling SQLite URIQueryParameter.swift
[38/54] Compiling SQLite Value.swift
[39/54] Compiling SQLite Cipher.swift
[40/54] Compiling SQLite FTS4.swift
[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 osLogger.swift
/Users/builder/builds/UKfvDsi8u/1/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")
^
[46/56] Emitting module SQLite
[47/56] Compiling SQLite CustomFunctions.swift
[48/56] Compiling SQLite DateAndTimeFunctions.swift
[49/56] Compiling SQLite Expression.swift
[50/56] Compiling SQLite Operators.swift
[51/56] Emitting module TestSupport
[52/56] Compiling TestSupport Stub.swift
[53/56] Compiling SQLite Query+with.swift
[54/56] Compiling SQLite Query.swift
[55/56] Compiling SQLite Schema.swift
[56/56] Compiling SQLite Setter.swift
[57/64] Compiling Parchment View+track.swift
[58/64] Compiling Parchment SQLiteBuffer.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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/1/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")
^
[59/64] Compiling Parchment LoggerBundler+.swift
[60/64] Compiling Parchment Export.swift
[61/64] Emitting module Parchment
/Users/builder/builds/UKfvDsi8u/1/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/1/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/1/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")
^
[62/64] Compiling Parchment DeviceDataMutation.swift
[63/64] Compiling Parchment Tracked.swift
[64/64] Compiling Parchment DefaultBufferFlowController.swift
/Users/builder/builds/UKfvDsi8u/1/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] = []
^
Build complete! (15.45s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.18s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.18s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (0.46s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.03s)
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.