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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
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/TDmZkXJm/3/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
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/apple/swift-docc-plugin (0.26s)
Fetched https://github.com/stephencelis/SQLite.swift.git (0.29s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (0.02s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.02s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "parchment-swift",
      "name": "Parchment",
      "url": "https://github.com/k-kohey/Parchment-swift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Parchment-swift",
      "dependencies": [
        {
          "identity": "sqlite.swift",
          "name": "SQLite.swift",
          "url": "https://github.com/stephencelis/SQLite.swift.git",
          "version": "0.14.1",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/k-kohey/Parchment-swift.git
[1/3552] Fetching parchment-swift
Fetched https://github.com/k-kohey/Parchment-swift.git (0.45s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git (0.34s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (0.02s)
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/k-kohey/Parchment-swift.git
Working copy of https://github.com/k-kohey/Parchment-swift.git resolved at main
warning: '.resolve-product-dependencies': dependency 'parchment-swift' is not used by any target
Found 1 product dependencies
  - SQLite.swift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/44] Emitting module SQLite
[4/48] Compiling SQLite Connection.swift
[5/48] Compiling SQLite Errors.swift
[6/48] Compiling SQLite Result.swift
[7/48] Compiling SQLite SQLiteFeature.swift
[8/48] Compiling SQLite SQLiteVersion.swift
[9/48] Emitting module ParchmentCore
[10/49] Compiling SQLite Backup.swift
[11/49] Compiling SQLite Blob.swift
[12/49] Compiling SQLite Connection+Aggregation.swift
[13/49] Compiling SQLite Connection+Attach.swift
[14/49] Compiling SQLite Connection+Pragmas.swift
[15/49] Compiling SQLite Statement.swift
[16/49] Compiling SQLite URIQueryParameter.swift
[17/49] Compiling SQLite Value.swift
[18/49] Compiling SQLite Cipher.swift
[19/49] Compiling SQLite FTS4.swift
[20/49] Compiling SQLite AggregateFunctions.swift
[21/49] Compiling SQLite Coding.swift
[22/49] Compiling SQLite Collation.swift
[23/49] Compiling SQLite CoreFunctions.swift
[24/49] Compiling ParchmentCore Mutation.swift
[25/49] Compiling ParchmentCore LoggerComponent.swift
[26/49] Compiling ParchmentCore Payload.swift
/Users/builder/builds/TDmZkXJm/3/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)
                         ^
[27/49] Compiling SQLite Connection+Schema.swift
[28/49] Compiling SQLite SchemaChanger.swift
[29/49] Compiling SQLite SchemaDefinitions.swift
[30/49] Compiling SQLite SchemaReader.swift
[31/49] Compiling SQLite FTS5.swift
[32/49] Compiling SQLite RTree.swift
[33/49] Compiling SQLite Foundation.swift
[34/49] Compiling SQLite Helpers.swift
[39/49] Compiling ParchmentCore LoggableDictonary.swift
[40/49] Compiling ParchmentCore LoggerBundler.swift
[41/49] Compiling SQLite CustomFunctions.swift
[42/49] Compiling SQLite DateAndTimeFunctions.swift
[43/49] Compiling SQLite Expression.swift
[44/49] Compiling SQLite Operators.swift
[45/49] Compiling ParchmentCore osLogger.swift
[46/51] Emitting module TestSupport
[47/51] Compiling TestSupport Stub.swift
[48/51] Compiling SQLite Query+with.swift
[49/51] Compiling SQLite Query.swift
[50/51] Compiling SQLite Schema.swift
[51/51] Compiling SQLite Setter.swift
[52/59] Compiling Parchment SQLiteBuffer.swift
[53/59] Compiling Parchment DeviceDataMutation.swift
[54/59] Compiling Parchment Export.swift
[55/59] Emitting module Parchment
/Users/builder/builds/TDmZkXJm/3/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] = []
                           ^
[56/59] Compiling Parchment DefaultBufferFlowController.swift
/Users/builder/builds/TDmZkXJm/3/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] = []
                           ^
[57/59] Compiling Parchment LoggerBundler+.swift
[58/59] Compiling Parchment Tracked.swift
[59/59] Compiling Parchment View+track.swift
Build complete! (20.59s)
Build complete.
Done.