The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Packet, reference main (d1e9f8), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 11:26:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/Packet.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/Packet
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d1e9f82 Return the URLResponse for chunks(for:delegate:) (#4)
Cloned https://github.com/mattmassicotte/Packet.git
Revision (git rev-parse @):
d1e9f82edfce4b137591ba59c332a6a4ba972d88
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mattmassicotte/Packet.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattmassicotte/Packet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling Packet AsyncByteSequence.swift
[4/7] Compiling Packet URL+Chunks.swift
[5/7] Compiling Packet URLSession+Chunks.swift
/Users/admin/builder/spi-builder-workspace/Sources/Packet/URLSession+Chunks.swift:97:9: warning: stored property 'continuation' of 'Sendable'-conforming class 'DataChunksTaskDelegate' is mutable; this is an error in the Swift 6 language mode
 95 |
 96 | private final class DataChunksTaskDelegate: NSObject {
 97 |     var continuation: AsyncThrowingDataChunks.Continuation?
    |         `- warning: stored property 'continuation' of 'Sendable'-conforming class 'DataChunksTaskDelegate' is mutable; this is an error in the Swift 6 language mode
 98 |     let delegate: (any URLSessionTaskDelegate)?
 99 |
[6/7] Emitting module Packet
/Users/admin/builder/spi-builder-workspace/Sources/Packet/URLSession+Chunks.swift:97:9: warning: stored property 'continuation' of 'Sendable'-conforming class 'DataChunksTaskDelegate' is mutable; this is an error in the Swift 6 language mode
 95 |
 96 | private final class DataChunksTaskDelegate: NSObject {
 97 |     var continuation: AsyncThrowingDataChunks.Continuation?
    |         `- warning: stored property 'continuation' of 'Sendable'-conforming class 'DataChunksTaskDelegate' is mutable; this is an error in the Swift 6 language mode
 98 |     let delegate: (any URLSessionTaskDelegate)?
 99 |
[7/7] Compiling Packet FileHandle+Chunks.swift
Build complete! (3.88s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Packet",
  "name" : "Packet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Packet",
      "targets" : [
        "Packet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PacketTests",
      "module_type" : "SwiftTarget",
      "name" : "PacketTests",
      "path" : "Tests/PacketTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/PacketTests/Resources/ipsum100k.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PacketTests.swift",
        "URLSessionTests.swift",
        "URLTest.swift",
        "Utils/AssertHelpers.swift",
        "Utils/MockURLProtocol.swift",
        "Utils/MockURLResponder.swift"
      ],
      "target_dependencies" : [
        "Packet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Packet",
      "module_type" : "SwiftTarget",
      "name" : "Packet",
      "path" : "Sources/Packet",
      "product_memberships" : [
        "Packet"
      ],
      "sources" : [
        "AsyncByteSequence.swift",
        "FileHandle+Chunks.swift",
        "URL+Chunks.swift",
        "URLSession+Chunks.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.