The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of IOStreams, reference main (af0e5a), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 16:04:09 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/outfoxx/IOStreams.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/outfoxx/IOStreams
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at af0e5a5 Merge pull request #12 from outfoxx/fix/file-cancel
Cloned https://github.com/outfoxx/IOStreams.git
Revision (git rev-parse @):
af0e5a538f612a7daadee31c96926048ab0695d5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/outfoxx/IOStreams.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-atomics.git from cache
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.16s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (1.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.61s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.1.0
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
========================================
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": "iostreams",
      "name": "IOStreams",
      "url": "https://github.com/outfoxx/IOStreams.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IOStreams",
      "dependencies": [
        {
          "identity": "swift-atomics",
          "name": "swift-atomics",
          "url": "https://github.com/apple/swift-atomics.git",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/outfoxx/IOStreams.git
[1/4419] Fetching iostreams
Fetched https://github.com/outfoxx/IOStreams.git from cache (0.99s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.51s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.1.0
Creating working copy for https://github.com/outfoxx/IOStreams.git
Working copy of https://github.com/outfoxx/IOStreams.git resolved at main (af0e5a5)
warning: '.resolve-product-dependencies': dependency 'iostreams' is not used by any target
Found 1 product dependencies
  - swift-atomics
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/outfoxx/IOStreams.git
https://github.com/outfoxx/IOStreams.git
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "IOStreams",
  "name" : "IOStreams",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "IOStreams",
      "targets" : [
        "IOStreams"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IOStreamsTests",
      "module_type" : "SwiftTarget",
      "name" : "IOStreamsTests",
      "path" : "Tests/IOStreamsTests",
      "sources" : [
        "BoxCipherFilterTests.swift",
        "BufferedStreamsTests.swift",
        "CompressionFilterTests.swift",
        "ErrorTests.swift",
        "FileStreamsTests.swift",
        "HMACFilterTests.swift",
        "HashingFilterTests.swift",
        "URLSessionStreamTests.swift"
      ],
      "target_dependencies" : [
        "IOStreams"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IOStreams",
      "module_type" : "SwiftTarget",
      "name" : "IOStreams",
      "path" : "Sources/IOStreams",
      "product_dependencies" : [
        "Atomics"
      ],
      "product_memberships" : [
        "IOStreams"
      ],
      "sources" : [
        "AsyncBuffers.swift",
        "BoxCipherFilter.swift",
        "BufferedStreams.swift",
        "CompressionFilter.swift",
        "DataStreams.swift",
        "FileStreams.swift",
        "FilterStreams.swift",
        "Flushable.swift",
        "HMACFilter.swift",
        "HashingFilter.swift",
        "IOError.swift",
        "Sink.swift",
        "Source.swift",
        "Stream.swift",
        "URLSessionStreams.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[4/6] Write swift-version-2F0A5646E1D333AE.txt
[5/6] Compiling _AtomicsShims.c
[7/22] Compiling Atomics AtomicOptional.swift
[8/22] Compiling Atomics AtomicOptionalRawRepresentable.swift
[9/23] Compiling Atomics Primitives.native.swift
[10/23] Compiling Atomics IntegerConformances.swift
[11/23] Compiling Atomics AtomicLazyReference.swift
[12/23] Compiling Atomics HighLevelTypes.swift
[13/23] Compiling Atomics AtomicValue.swift
[14/23] Compiling Atomics DoubleWord.swift
[15/23] Compiling Atomics Unmanaged extensions.swift
[16/23] Compiling Atomics AtomicBool.swift
[17/23] Compiling Atomics PointerConformances.swift
[18/23] Compiling Atomics AtomicRawRepresentable.swift
[19/23] Compiling Atomics AtomicStrongReference.swift
[20/23] Emitting module Atomics
[21/23] Compiling Atomics AtomicInteger.swift
[22/23] Compiling Atomics AtomicMemoryOrderings.swift
[23/23] Compiling Atomics Primitives.shims.swift
[24/38] Compiling IOStreams Source.swift
[25/38] Compiling IOStreams Stream.swift
[26/38] Compiling IOStreams Sink.swift
[27/39] Compiling IOStreams FilterStreams.swift
[28/39] Compiling IOStreams Flushable.swift
[29/39] Compiling IOStreams DataStreams.swift
/Users/admin/builder/spi-builder-workspace/Sources/IOStreams/FileStreams.swift:82:7: warning: capture of 'self' with non-sendable type 'FileSource' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 23 | /// - Note: ``FileSource`` uses high performance `DispatchIO`.
 24 | ///
 25 | public class FileSource: FileStream, Source {
    |              `- note: class 'FileSource' does not conform to the 'Sendable' protocol
 26 |
 27 |   public private(set) var bytesRead: Int = 0
    :
 80 |
 81 |     } onCancel: {
 82 |       cancel()
    |       `- warning: capture of 'self' with non-sendable type 'FileSource' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/IOStreams/FileStreams.swift:155:7: warning: capture of 'self' with non-sendable type 'FileSink' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 95 | /// - Note: ``FileSink`` uses high performance `DispatchIO`.
 96 | ///
 97 | public class FileSink: FileStream, Sink {
    |              `- note: class 'FileSink' does not conform to the 'Sendable' protocol
 98 |
 99 |   public private(set) var bytesWritten: Int = 0
    :
153 |
154 |     } onCancel: {
155 |       cancel()
    |       `- warning: capture of 'self' with non-sendable type 'FileSink' in a '@Sendable' closure; this is an error in the Swift 6 language mode
156 |     }
157 |
[30/39] Compiling IOStreams FileStreams.swift
/Users/admin/builder/spi-builder-workspace/Sources/IOStreams/FileStreams.swift:82:7: warning: capture of 'self' with non-sendable type 'FileSource' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 23 | /// - Note: ``FileSource`` uses high performance `DispatchIO`.
 24 | ///
 25 | public class FileSource: FileStream, Source {
    |              `- note: class 'FileSource' does not conform to the 'Sendable' protocol
 26 |
 27 |   public private(set) var bytesRead: Int = 0
    :
 80 |
 81 |     } onCancel: {
 82 |       cancel()
    |       `- warning: capture of 'self' with non-sendable type 'FileSource' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/IOStreams/FileStreams.swift:155:7: warning: capture of 'self' with non-sendable type 'FileSink' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 95 | /// - Note: ``FileSink`` uses high performance `DispatchIO`.
 96 | ///
 97 | public class FileSink: FileStream, Sink {
    |              `- note: class 'FileSink' does not conform to the 'Sendable' protocol
 98 |
 99 |   public private(set) var bytesWritten: Int = 0
    :
153 |
154 |     } onCancel: {
155 |       cancel()
    |       `- warning: capture of 'self' with non-sendable type 'FileSink' in a '@Sendable' closure; this is an error in the Swift 6 language mode
156 |     }
157 |
[31/39] Compiling IOStreams BufferedStreams.swift
[32/39] Compiling IOStreams CompressionFilter.swift
[33/39] Compiling IOStreams IOError.swift
[34/39] Compiling IOStreams HMACFilter.swift
[35/39] Compiling IOStreams HashingFilter.swift
[36/39] Compiling IOStreams AsyncBuffers.swift
[37/39] Compiling IOStreams BoxCipherFilter.swift
[38/39] Emitting module IOStreams
/Users/admin/builder/spi-builder-workspace/Sources/IOStreams/URLSessionStreams.swift:106:9: warning: stored property 'continuation' of 'Sendable'-conforming class 'DataTaskDelegate' is mutable; this is an error in the Swift 6 language mode
104 |   private final class DataTaskDelegate: NSObject, URLSessionDataDelegate {
105 |
106 |     var continuation: Stream.Continuation?
    |         `- warning: stored property 'continuation' of 'Sendable'-conforming class 'DataTaskDelegate' is mutable; this is an error in the Swift 6 language mode
107 |
108 |     init(continuation: Stream.Continuation) {
[39/39] Compiling IOStreams URLSessionStreams.swift
/Users/admin/builder/spi-builder-workspace/Sources/IOStreams/URLSessionStreams.swift:106:9: warning: stored property 'continuation' of 'Sendable'-conforming class 'DataTaskDelegate' is mutable; this is an error in the Swift 6 language mode
104 |   private final class DataTaskDelegate: NSObject, URLSessionDataDelegate {
105 |
106 |     var continuation: Stream.Continuation?
    |         `- warning: stored property 'continuation' of 'Sendable'-conforming class 'DataTaskDelegate' is mutable; this is an error in the Swift 6 language mode
107 |
108 |     init(continuation: Stream.Continuation) {
Build complete! (13.59s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "IOStreams",
  "name" : "IOStreams",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "IOStreams",
      "targets" : [
        "IOStreams"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IOStreamsTests",
      "module_type" : "SwiftTarget",
      "name" : "IOStreamsTests",
      "path" : "Tests/IOStreamsTests",
      "sources" : [
        "BoxCipherFilterTests.swift",
        "BufferedStreamsTests.swift",
        "CompressionFilterTests.swift",
        "ErrorTests.swift",
        "FileStreamsTests.swift",
        "HMACFilterTests.swift",
        "HashingFilterTests.swift",
        "URLSessionStreamTests.swift"
      ],
      "target_dependencies" : [
        "IOStreams"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IOStreams",
      "module_type" : "SwiftTarget",
      "name" : "IOStreams",
      "path" : "Sources/IOStreams",
      "product_dependencies" : [
        "Atomics"
      ],
      "product_memberships" : [
        "IOStreams"
      ],
      "sources" : [
        "AsyncBuffers.swift",
        "BoxCipherFilter.swift",
        "BufferedStreams.swift",
        "CompressionFilter.swift",
        "DataStreams.swift",
        "FileStreams.swift",
        "FilterStreams.swift",
        "Flushable.swift",
        "HMACFilter.swift",
        "HashingFilter.swift",
        "IOError.swift",
        "Sink.swift",
        "Source.swift",
        "Stream.swift",
        "URLSessionStreams.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/outfoxx/iostreams/main
Repository:               outfoxx/IOStreams
Swift version used:       6.1
    .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target:                   IOStreams
Generating documentation for 'IOStreams'...
Converting documentation...
warning: Parameter 'next' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:44:7-44:48
42 |   /// end-of-stream is encountered.
43 |   ///
44 +   /// - Parameter next: The of bytes to request
   |       ╰─suggestion: Remove 'next' parameter documentation
45 |   /// - Returns: The data read, or nil if the stream will no longer produce data.
46 |   func read(exactly: Int) async throws -> Data
warning: Parameter 'exactly' is missing documentation
  --> Sources/IOStreams/Source.swift:44:48-44:48
42 |   /// end-of-stream is encountered.
43 |   ///
44 +   /// - Parameter next: The of bytes to request
   |                                                ╰─suggestion: Document 'exactly' parameter
45 |   /// - Returns: The data read, or nil if the stream will no longer produce data.
46 |   func read(exactly: Int) async throws -> Data
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:55:19-55:35
53 |   /// end-of-stream is encountered.
54 |   ///
55 +   /// - Parameter next requestSize: The total number of bytes to read, unless
   |                   ╰─suggestion: Replace 'next requestSize' with 'requestSize'
56 |   ///   an end-of-stream is encountered.
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:55:19-55:35
53 |   /// end-of-stream is encountered.
54 |   ///
55 +   /// - Parameter next requestSize: The total number of bytes to read, unless
   |                   ╰─suggestion: Replace 'next requestSize' with 'requestSize'
56 |   ///   an end-of-stream is encountered.
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:55:19-55:35
53 |   /// end-of-stream is encountered.
54 |   ///
55 +   /// - Parameter next requestSize: The total number of bytes to read, unless
   |                   ╰─suggestion: Replace 'next requestSize' with 'requestSize'
56 |   ///   an end-of-stream is encountered.
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:55:19-55:35
53 |   /// end-of-stream is encountered.
54 |   ///
55 +   /// - Parameter next requestSize: The total number of bytes to read, unless
   |                   ╰─suggestion: Replace 'next requestSize' with 'requestSize'
56 |   ///   an end-of-stream is encountered.
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:55:19-55:35
53 |   /// end-of-stream is encountered.
54 |   ///
55 +   /// - Parameter next requestSize: The total number of bytes to read, unless
   |                   ╰─suggestion: Replace 'next requestSize' with 'requestSize'
56 |   ///   an end-of-stream is encountered.
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
warning: Parameter 'requestSize' is missing documentation
  --> Sources/IOStreams/Source.swift:56:41-56:41
54 |   ///
55 |   /// - Parameter next requestSize: The total number of bytes to read, unless
56 +   ///   an end-of-stream is encountered.
   |                                         ╰─suggestion: Document 'requestSize' parameter
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
58 |   ///   end-of-stream is encountered, in which case a smaller buffer
warning: Parameter 'requestSize' is missing documentation
  --> Sources/IOStreams/Source.swift:56:41-56:41
54 |   ///
55 |   /// - Parameter next requestSize: The total number of bytes to read, unless
56 +   ///   an end-of-stream is encountered.
   |                                         ╰─suggestion: Document 'requestSize' parameter
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
58 |   ///   end-of-stream is encountered, in which case a smaller buffer
warning: Parameter 'requestSize' is missing documentation
  --> Sources/IOStreams/Source.swift:56:41-56:41
54 |   ///
55 |   /// - Parameter next requestSize: The total number of bytes to read, unless
56 +   ///   an end-of-stream is encountered.
   |                                         ╰─suggestion: Document 'requestSize' parameter
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
58 |   ///   end-of-stream is encountered, in which case a smaller buffer
warning: Parameter 'requestSize' is missing documentation
  --> Sources/IOStreams/Source.swift:56:41-56:41
54 |   ///
55 |   /// - Parameter next requestSize: The total number of bytes to read, unless
56 +   ///   an end-of-stream is encountered.
   |                                         ╰─suggestion: Document 'requestSize' parameter
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
58 |   ///   end-of-stream is encountered, in which case a smaller buffer
warning: Parameter 'requestSize' is missing documentation
  --> Sources/IOStreams/Source.swift:56:41-56:41
54 |   ///
55 |   /// - Parameter next requestSize: The total number of bytes to read, unless
56 +   ///   an end-of-stream is encountered.
   |                                         ╰─suggestion: Document 'requestSize' parameter
57 |   /// - Returns: Data buffer with `requiredSize` bytes, until an
58 |   ///   end-of-stream is encountered, in which case a smaller buffer
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:96:7-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |       ╰─suggestion: Remove 'next requestSize' parameter documentation
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:96:7-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |       ╰─suggestion: Remove 'next requestSize' parameter documentation
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:96:7-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |       ╰─suggestion: Remove 'next requestSize' parameter documentation
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:96:7-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |       ╰─suggestion: Remove 'next requestSize' parameter documentation
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:96:7-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |       ╰─suggestion: Remove 'next requestSize' parameter documentation
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'next requestSize' not found in instance method declaration
  --> Sources/IOStreams/Source.swift:96:7-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |       ╰─suggestion: Remove 'next requestSize' parameter documentation
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'requiredSize' is missing documentation
  --> Sources/IOStreams/Source.swift:96:71-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |                                                                       ╰─suggestion: Document 'requiredSize' parameter
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'requiredSize' is missing documentation
  --> Sources/IOStreams/Source.swift:96:71-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |                                                                       ╰─suggestion: Document 'requiredSize' parameter
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'requiredSize' is missing documentation
  --> Sources/IOStreams/Source.swift:96:71-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |                                                                       ╰─suggestion: Document 'requiredSize' parameter
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'requiredSize' is missing documentation
  --> Sources/IOStreams/Source.swift:96:71-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |                                                                       ╰─suggestion: Document 'requiredSize' parameter
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'requiredSize' is missing documentation
  --> Sources/IOStreams/Source.swift:96:71-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |                                                                       ╰─suggestion: Document 'requiredSize' parameter
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
warning: Parameter 'requiredSize' is missing documentation
  --> Sources/IOStreams/Source.swift:96:71-96:71
94 |   /// Reads the `next` count bytes from stream.
95 |   ///
96 +   /// - Parameter next requestSize: The total number of bytes to read.
   |                                                                       ╰─suggestion: Document 'requiredSize' parameter
97 |   /// - Returns: Data buffer with `requiredSize` bytes.
98 |   /// - Throws: ``IOError/endOfStream`` when end-of-stream has been
Conversion complete! (0.28s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/outfoxx/iostreams/main'
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/17] Compiling Atomics Primitives.native.swift
[3/17] Compiling Atomics AtomicLazyReference.swift
[4/17] Compiling Atomics HighLevelTypes.swift
[5/17] Compiling Atomics PointerConformances.swift
[6/17] Compiling Atomics AtomicValue.swift
[7/17] Compiling Atomics DoubleWord.swift
[8/17] Compiling Atomics AtomicOptional.swift
[9/17] Compiling Atomics AtomicOptionalRawRepresentable.swift
[10/17] Compiling Atomics Unmanaged extensions.swift
[11/17] Compiling Atomics AtomicBool.swift
[12/17] Compiling Atomics AtomicRawRepresentable.swift
[13/17] Compiling Atomics AtomicStrongReference.swift
[14/17] Compiling Atomics AtomicInteger.swift
[15/17] Compiling Atomics AtomicMemoryOrderings.swift
[16/17] Compiling Atomics IntegerConformances.swift
[17/18] Compiling Atomics Primitives.shims.swift
[18/18] Emitting module Atomics
[19/33] Compiling IOStreams Stream.swift
[20/34] Compiling IOStreams Sink.swift
[21/34] Compiling IOStreams Source.swift
[22/34] Compiling IOStreams IOError.swift
[23/34] Compiling IOStreams FilterStreams.swift
[24/34] Compiling IOStreams Flushable.swift
[25/34] Compiling IOStreams HMACFilter.swift
[26/34] Compiling IOStreams HashingFilter.swift
[27/34] Compiling IOStreams AsyncBuffers.swift
[28/34] Compiling IOStreams BoxCipherFilter.swift
[29/34] Emitting module IOStreams
[30/34] Compiling IOStreams DataStreams.swift
[31/34] Compiling IOStreams FileStreams.swift
[32/34] Compiling IOStreams BufferedStreams.swift
[33/34] Compiling IOStreams CompressionFilter.swift
[34/34] Compiling IOStreams URLSessionStreams.swift
Build of target: 'IOStreams' complete! (2.59s)
     690
6	/Users/admin/builder/spi-builder-workspace/.docs/outfoxx/iostreams/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/outfoxx/iostreams/main
File count: 690
Doc size:   6.0MB
Preparing doc bundle ...
Uploading prod-outfoxx-iostreams-main-f204d11f.zip to s3://spi-docs-inbox/prod-outfoxx-iostreams-main-f204d11f.zip
Copying... [11%]
Copying... [23%]
Copying... [34%]
Copying... [46%]
Copying... [51%]
Copying... [63%]
Copying... [74%]
Copying... [86%]
Copying... [91%]
Copying... [100%]
Done.