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 Papyrus, reference v0.13.2 (7be0a6), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 05:12:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/Papyrus.git
Reference: v0.13.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reddavis/Papyrus
 * tag               v0.13.2    -> FETCH_HEAD
HEAD is now at 7be0a60 fix: return if collection is empty (#11)
Cloned https://github.com/reddavis/Papyrus.git
Revision (git rev-parse @):
7be0a607093dd24879cf56a23c87d60f8e770f0f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/reddavis/Papyrus.git at v0.13.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "papyrus",
      "name": "Papyrus",
      "url": "https://github.com/reddavis/Papyrus.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Papyrus",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/reddavis/Papyrus.git
[1/1275] Fetching papyrus
Fetched https://github.com/reddavis/Papyrus.git from cache (1.09s)
Creating working copy for https://github.com/reddavis/Papyrus.git
Working copy of https://github.com/reddavis/Papyrus.git resolved at v0.13.2 (7be0a60)
warning: '.resolve-product-dependencies': dependency 'papyrus' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/reddavis/Papyrus.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Papyrus",
  "name" : "Papyrus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Papyrus",
      "targets" : [
        "Papyrus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Unit",
      "module_type" : "SwiftTarget",
      "name" : "Unit",
      "path" : "Tests/Unit",
      "sources" : [
        "CollectionQueryTests.swift",
        "DirectoryObserverTests.swift",
        "Helpers/Assertions.swift",
        "Helpers/AsyncSequence+Extension.swift",
        "Helpers/FileManager+Extension.swift",
        "Helpers/Int+Extension.swift",
        "ObjectQueryTests.swift",
        "PapyrusStoreTests.swift",
        "Resources/ExampleA.swift",
        "Resources/ExampleB.swift",
        "Resources/ExampleC.swift",
        "Resources/ExampleD.swift"
      ],
      "target_dependencies" : [
        "Papyrus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Performance",
      "module_type" : "SwiftTarget",
      "name" : "Performance",
      "path" : "Tests/Performance",
      "sources" : [
        "PerformanceTests.swift"
      ],
      "target_dependencies" : [
        "Papyrus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Papyrus",
      "module_type" : "SwiftTarget",
      "name" : "Papyrus",
      "path" : "Sources/Papyrus",
      "product_memberships" : [
        "Papyrus"
      ],
      "sources" : [
        "Extensions/AsyncSequence.swift",
        "Extensions/AsyncStream.swift",
        "Extensions/AsyncThrowingStream.swift",
        "Fail.swift",
        "Logger.swift",
        "Observers/DirectoryObserver.swift",
        "Observers/ObjectChange.swift",
        "Papyrus.swift",
        "PapyrusStore.swift",
        "Queries/CollectionQuery.swift",
        "Queries/ObjectQuery.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Unit/Performance/Supporting Files/Unit.xctestplan': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Performance/Performance/Supporting Files/Performance.xctestplan': File not found.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/13] Compiling Papyrus CollectionQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Queries/CollectionQuery.swift:60:29: warning: capture of 'self' with non-sendable type 'CollectionQuery<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 |
  3 | /// `PapyrusStore.CollectionQuery<T>` is a mechanism for querying `Papyrus` objects.
  4 | public class CollectionQuery<T> where T: Papyrus {
    |              `- note: generic class 'CollectionQuery' does not conform to the 'Sendable' protocol
  5 |     public typealias OnFilter = (T) -> Bool
  6 |     public typealias OnSort = (T, T) -> Bool
    :
 58 |             let observer = try DirectoryObserver(url: self.directoryURL)
 59 |             return observer.observe()
 60 |                 .map { _ in self.fetchObjects() }
    |                             `- warning: capture of 'self' with non-sendable type 'CollectionQuery<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 .eraseToThrowingStream()
 62 |         } catch {
[4/14] Compiling Papyrus DirectoryObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Observers/DirectoryObserver.swift:34:17: warning: capture of 'directoryObserver' with non-sendable type 'any DispatchSourceFileSystemObject' in a `@Sendable` closure; this is an error in the Swift 6 language mode
32 |             }
33 |             continuation.onTermination = { _ in
34 |                 directoryObserver.cancel()
   |                 `- warning: capture of 'directoryObserver' with non-sendable type 'any DispatchSourceFileSystemObject' in a `@Sendable` closure; this is an error in the Swift 6 language mode
35 |             }
36 |             directoryObserver.resume()
Dispatch.DispatchSourceFileSystemObject:1:17: note: protocol 'DispatchSourceFileSystemObject' does not conform to the 'Sendable' protocol
1 | public protocol DispatchSourceFileSystemObject : DispatchSourceProtocol {
  |                 `- note: protocol 'DispatchSourceFileSystemObject' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Observers/DirectoryObserver.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
 2 |
 3 | struct DirectoryObserver: Sendable {
[5/14] Compiling Papyrus Papyrus.swift
[6/14] Compiling Papyrus ObjectChange.swift
[7/14] Compiling Papyrus PapyrusStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/PapyrusStore.swift:236:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
234 |         try await withThrowingTaskGroup(of: Void.self) { group in
235 |             for object in objects {
236 |                 group.addTask {
    |                               `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
237 |                     try self.delete(id: object.id, of: T.self, touchDirectory: false)
    |                                         `- note: closure captures 'object' which is accessible to code in the current task
238 |                 }
239 |             }
[8/14] Compiling Papyrus Fail.swift
[9/14] Compiling Papyrus AsyncSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:6:16: warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 4 |         var iterator: S.AsyncIterator?
 5 |         self.init {
 6 |             if iterator == nil {
   |                `- warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 7 |                 iterator = sequence.makeAsyncIterator()
 8 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:7:28: warning: capture of 'sequence' with non-sendable type 'S' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 1 | // Thanks - https://github.com/pointfreeco/swift-dependencies
 2 | extension AsyncStream {
 3 |     init<S: AsyncSequence>(_ sequence: S) where S.Element == Element {
   |          `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
 4 |         var iterator: S.AsyncIterator?
 5 |         self.init {
 6 |             if iterator == nil {
 7 |                 iterator = sequence.makeAsyncIterator()
   |                            `- warning: capture of 'sequence' with non-sendable type 'S' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |             }
 9 |             return try? await iterator?.next()
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:6:16: warning: reference to captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 4 |         var iterator: S.AsyncIterator?
 5 |         self.init {
 6 |             if iterator == nil {
   |                `- warning: reference to captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 7 |                 iterator = sequence.makeAsyncIterator()
 8 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:7:17: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 5 |         self.init {
 6 |             if iterator == nil {
 7 |                 iterator = sequence.makeAsyncIterator()
   |                 `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 8 |             }
 9 |             return try? await iterator?.next()
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:9:31: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 7 |                 iterator = sequence.makeAsyncIterator()
 8 |             }
 9 |             return try? await iterator?.next()
   |                               `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
10 |         }
11 |     }
[10/14] Compiling Papyrus AsyncStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:6:16: warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 4 |         var iterator: S.AsyncIterator?
 5 |         self.init {
 6 |             if iterator == nil {
   |                `- warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 7 |                 iterator = sequence.makeAsyncIterator()
 8 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:7:28: warning: capture of 'sequence' with non-sendable type 'S' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 1 | // Thanks - https://github.com/pointfreeco/swift-dependencies
 2 | extension AsyncStream {
 3 |     init<S: AsyncSequence>(_ sequence: S) where S.Element == Element {
   |          `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
 4 |         var iterator: S.AsyncIterator?
 5 |         self.init {
 6 |             if iterator == nil {
 7 |                 iterator = sequence.makeAsyncIterator()
   |                            `- warning: capture of 'sequence' with non-sendable type 'S' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |             }
 9 |             return try? await iterator?.next()
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:6:16: warning: reference to captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 4 |         var iterator: S.AsyncIterator?
 5 |         self.init {
 6 |             if iterator == nil {
   |                `- warning: reference to captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 7 |                 iterator = sequence.makeAsyncIterator()
 8 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:7:17: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 5 |         self.init {
 6 |             if iterator == nil {
 7 |                 iterator = sequence.makeAsyncIterator()
   |                 `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 8 |             }
 9 |             return try? await iterator?.next()
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncStream.swift:9:31: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 7 |                 iterator = sequence.makeAsyncIterator()
 8 |             }
 9 |             return try? await iterator?.next()
   |                               `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
10 |         }
11 |     }
[11/14] Compiling Papyrus AsyncThrowingStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncThrowingStream.swift:6:16: warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 4 |         var iterator: S.AsyncIterator?
 5 |         self.init {
 6 |             if iterator == nil {
   |                `- warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 7 |                 iterator = sequence.makeAsyncIterator()
 8 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncThrowingStream.swift:7:28: warning: capture of 'sequence' with non-sendable type 'S' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 1 | // Thanks - https://github.com/pointfreeco/swift-dependencies
 2 | extension AsyncThrowingStream where Failure == Error {
 3 |     init<S: AsyncSequence>(_ sequence: S) where S.Element == Element {
   |          `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
 4 |         var iterator: S.AsyncIterator?
 5 |         self.init {
 6 |             if iterator == nil {
 7 |                 iterator = sequence.makeAsyncIterator()
   |                            `- warning: capture of 'sequence' with non-sendable type 'S' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |             }
 9 |             return try await iterator?.next()
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncThrowingStream.swift:6:16: warning: reference to captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 4 |         var iterator: S.AsyncIterator?
 5 |         self.init {
 6 |             if iterator == nil {
   |                `- warning: reference to captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 7 |                 iterator = sequence.makeAsyncIterator()
 8 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncThrowingStream.swift:7:17: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 5 |         self.init {
 6 |             if iterator == nil {
 7 |                 iterator = sequence.makeAsyncIterator()
   |                 `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 8 |             }
 9 |             return try await iterator?.next()
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Extensions/AsyncThrowingStream.swift:9:30: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
 7 |                 iterator = sequence.makeAsyncIterator()
 8 |             }
 9 |             return try await iterator?.next()
   |                              `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
10 |         }
11 |     }
[12/14] Compiling Papyrus Logger.swift
[13/14] Emitting module Papyrus
[14/14] Compiling Papyrus ObjectQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Queries/ObjectQuery.swift:48:34: warning: capture of 'self' with non-sendable type 'ObjectQuery<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 |
  3 | /// `ObjectQuery<T>` is a mechanism for querying a single `Papyrus` object.
  4 | public class ObjectQuery<T: Papyrus> {
    |              `- note: generic class 'ObjectQuery' does not conform to the 'Sendable' protocol
  5 |     private let decoder: JSONDecoder = .init()
  6 |     private let directoryURL: URL
    :
 46 |             return observer.observe()
 47 |                 .compactMap { _ in
 48 |                     let result = self.fetchObject()
    |                                  `- warning: capture of 'self' with non-sendable type 'ObjectQuery<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 49 |                     defer { previousResult = result }
 50 |
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Queries/ObjectQuery.swift:49:29: warning: capture of 'previousResult' with non-sendable type 'Result<T, any Error>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 |
  3 | /// `ObjectQuery<T>` is a mechanism for querying a single `Papyrus` object.
  4 | public class ObjectQuery<T: Papyrus> {
    |                          `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
  5 |     private let decoder: JSONDecoder = .init()
  6 |     private let directoryURL: URL
    :
 47 |                 .compactMap { _ in
 48 |                     let result = self.fetchObject()
 49 |                     defer { previousResult = result }
    |                             `- warning: capture of 'previousResult' with non-sendable type 'Result<T, any Error>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 50 |
 51 |                     switch (previousResult, result) {
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Queries/ObjectQuery.swift:49:29: warning: capture of 'previousResult' with non-sendable type 'Result<T, any Error>' in an isolated local function; this is an error in the Swift 6 language mode
  2 |
  3 | /// `ObjectQuery<T>` is a mechanism for querying a single `Papyrus` object.
  4 | public class ObjectQuery<T: Papyrus> {
    |                          `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
  5 |     private let decoder: JSONDecoder = .init()
  6 |     private let directoryURL: URL
    :
 47 |                 .compactMap { _ in
 48 |                     let result = self.fetchObject()
 49 |                     defer { previousResult = result }
    |                             `- warning: capture of 'previousResult' with non-sendable type 'Result<T, any Error>' in an isolated local function; this is an error in the Swift 6 language mode
 50 |
 51 |                     switch (previousResult, result) {
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Queries/ObjectQuery.swift:49:29: warning: mutation of captured var 'previousResult' in concurrently-executing code; this is an error in the Swift 6 language mode
 47 |                 .compactMap { _ in
 48 |                     let result = self.fetchObject()
 49 |                     defer { previousResult = result }
    |                             `- warning: mutation of captured var 'previousResult' in concurrently-executing code; this is an error in the Swift 6 language mode
 50 |
 51 |                     switch (previousResult, result) {
/Users/admin/builder/spi-builder-workspace/Sources/Papyrus/Queries/ObjectQuery.swift:51:29: warning: reference to captured var 'previousResult' in concurrently-executing code; this is an error in the Swift 6 language mode
 49 |                     defer { previousResult = result }
 50 |
 51 |                     switch (previousResult, result) {
    |                             `- warning: reference to captured var 'previousResult' in concurrently-executing code; this is an error in the Swift 6 language mode
 52 |                     case (.success(let previousModel), .success(let model)) where previousModel != model:
 53 |                         return .changed(model)
Build complete! (10.29s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Unit/Performance/Supporting Files/Unit.xctestplan': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Performance/Performance/Supporting Files/Performance.xctestplan': File not found.
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Papyrus",
  "name" : "Papyrus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Papyrus",
      "targets" : [
        "Papyrus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Unit",
      "module_type" : "SwiftTarget",
      "name" : "Unit",
      "path" : "Tests/Unit",
      "sources" : [
        "CollectionQueryTests.swift",
        "DirectoryObserverTests.swift",
        "Helpers/Assertions.swift",
        "Helpers/AsyncSequence+Extension.swift",
        "Helpers/FileManager+Extension.swift",
        "Helpers/Int+Extension.swift",
        "ObjectQueryTests.swift",
        "PapyrusStoreTests.swift",
        "Resources/ExampleA.swift",
        "Resources/ExampleB.swift",
        "Resources/ExampleC.swift",
        "Resources/ExampleD.swift"
      ],
      "target_dependencies" : [
        "Papyrus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Performance",
      "module_type" : "SwiftTarget",
      "name" : "Performance",
      "path" : "Tests/Performance",
      "sources" : [
        "PerformanceTests.swift"
      ],
      "target_dependencies" : [
        "Papyrus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Papyrus",
      "module_type" : "SwiftTarget",
      "name" : "Papyrus",
      "path" : "Sources/Papyrus",
      "product_memberships" : [
        "Papyrus"
      ],
      "sources" : [
        "Extensions/AsyncSequence.swift",
        "Extensions/AsyncStream.swift",
        "Extensions/AsyncThrowingStream.swift",
        "Fail.swift",
        "Logger.swift",
        "Observers/DirectoryObserver.swift",
        "Observers/ObjectChange.swift",
        "Papyrus.swift",
        "PapyrusStore.swift",
        "Queries/CollectionQuery.swift",
        "Queries/ObjectQuery.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Unit/Performance/Supporting Files/Unit.xctestplan': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Performance/Performance/Supporting Files/Performance.xctestplan': File not found.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/reddavis/papyrus/v0.13.2
Repository:               reddavis/Papyrus
Swift version used:       6.0
Target:                   Papyrus
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Papyrus'...
Finished extracting symbol information for 'Papyrus'. (3.01s)
Building documentation for 'Papyrus'...
warning: Parameter 'logLevel' is missing documentation
  --> ../PapyrusStore.swift:17:55-17:55
15 |
16 |     /// Initialize a new `PapyrusStore` instance persisted at the provided `URL`.
17 +     /// - Parameter url: The `URL` to persist data to.
   |                                                       ╰─suggestion: Document 'logLevel' parameter
18 |     public init(url: URL, logLevel: LogLevel = .off) {
19 |         self.url = urlFinished building documentation for 'Papyrus' (0.11s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/reddavis/papyrus/v0.13.2
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3187] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Unit/Performance/Supporting Files/Unit.xctestplan': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Performance/Performance/Supporting Files/Performance.xctestplan': File not found.
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Emitting module Snippets
[11/57] Compiling Snippets Snippet.swift
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Compiling SymbolKit Identifier.swift
[14/57] Compiling SymbolKit KindIdentifier.swift
[15/57] Compiling SymbolKit Location.swift
[16/57] Compiling SymbolKit Mutability.swift
[17/57] Compiling SymbolKit Names.swift
[18/57] Compiling SymbolKit SPI.swift
[19/57] Compiling SymbolKit Snippet.swift
[20/57] Compiling SymbolKit Extension.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit SemanticVersion.swift
[27/57] Compiling SymbolKit AccessControl.swift
[28/57] Compiling SymbolKit Availability.swift
[29/57] Compiling SymbolKit AvailabilityItem.swift
[30/57] Compiling SymbolKit Domain.swift
[31/57] Compiling SymbolKit Relationship.swift
[32/57] Compiling SymbolKit RelationshipKind.swift
[33/57] Compiling SymbolKit SourceOrigin.swift
[34/57] Compiling SymbolKit GenericConstraints.swift
[35/57] Compiling SymbolKit Swift.swift
[36/57] Compiling SymbolKit Symbol.swift
[37/57] Compiling SymbolKit SymbolKind.swift
[38/57] Compiling SymbolKit SymbolGraph.swift
[39/57] Compiling SymbolKit GraphCollector.swift
[40/57] Compiling SymbolKit SourceRange.swift
[41/57] Compiling SymbolKit Metadata.swift
[42/57] Compiling SymbolKit Module.swift
[43/57] Compiling SymbolKit OperatingSystem.swift
[44/57] Compiling SymbolKit Platform.swift
[45/57] Compiling SymbolKit DeclarationFragments.swift
[46/57] Compiling SymbolKit Fragment.swift
[47/57] Compiling SymbolKit FragmentKind.swift
[48/57] Compiling SymbolKit FunctionParameter.swift
[49/57] Compiling SymbolKit FunctionSignature.swift
[50/57] Emitting module SymbolKit
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.95s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Unit/Performance/Supporting Files/Unit.xctestplan': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Performance/Performance/Supporting Files/Performance.xctestplan': File not found.
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/12] Compiling Papyrus CollectionQuery.swift
[3/12] Compiling Papyrus DirectoryObserver.swift
[4/12] Compiling Papyrus Papyrus.swift
[5/12] Compiling Papyrus Logger.swift
[6/12] Compiling Papyrus ObjectChange.swift
[7/12] Compiling Papyrus Fail.swift
[8/12] Compiling Papyrus PapyrusStore.swift
[9/12] Compiling Papyrus AsyncThrowingStream.swift
[10/12] Emitting module Papyrus
[11/12] Compiling Papyrus AsyncSequence.swift
[12/12] Compiling Papyrus AsyncStream.swift
[13/13] Compiling Papyrus ObjectQuery.swift
Build of target: 'Papyrus' complete! (0.98s)
     170
2	/Users/admin/builder/spi-builder-workspace/.docs/reddavis/papyrus/v0.13.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/reddavis/papyrus/v0.13.2
File count: 170
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-reddavis-papyrus-v0.13.2-cd606a43.zip to s3://spi-docs-inbox/prod-reddavis-papyrus-v0.13.2-cd606a43.zip
Copying... [14%]
Copying... [29%]
Copying... [43%]
Copying... [58%]
Copying... [72%]
Copying... [86%]
Copying... [100%]
Done.