The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BytesParser, reference 3.2.1 (a09151), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 19:53:11 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/dagronf/BytesParser.git
Reference: 3.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/BytesParser
 * tag               3.2.1      -> FETCH_HEAD
HEAD is now at a091513 Added convenience for readthrough
Cloned https://github.com/dagronf/BytesParser.git
Revision (git rev-parse @):
a091513c4059d336c8cbf0b9485fcba63bcba83a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/BytesParser.git at 3.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/BytesParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/21] Compiling BytesParser InMemorySource.swift
[6/22] Compiling BytesParser BytesWriter+int.swift
[7/22] Compiling BytesParser BytesWriter+string.swift
[8/22] Compiling BytesParser BytesReader.swift
[9/22] Compiling BytesParser BytesWriter+bool.swift
[10/22] Compiling BytesParser BytesReader+int.swift
[11/22] Compiling BytesParser BytesReader+string.swift
[12/22] Compiling BytesParser BytesReader+data.swift
[13/22] Compiling BytesParser BytesReader+float.swift
[14/22] Compiling BytesParser BytesParser.swift
[15/22] Compiling BytesParser BytesReader+bool.swift
[16/22] Emitting module BytesParser
[17/22] Compiling BytesParser BytesWriter+data.swift
[18/22] Compiling BytesParser BytesWriter+float.swift
[19/22] Compiling BytesParser BytesWriter.swift
[20/22] Compiling BytesParser ByteBuffer.swift
[21/22] Compiling BytesParser BytesReader+Source.swift
[22/22] Compiling BytesParser InputStreamSource.swift
Build complete! (17.42s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.69s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.68s)
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
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
  "dependencies" : [
    {
      "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" : "BytesParser",
  "name" : "BytesParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BytesParser",
      "targets" : [
        "BytesParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BytesParserTests",
      "module_type" : "SwiftTarget",
      "name" : "BytesParserTests",
      "path" : "Tests/BytesParserTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/00000.mpls",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/HKS E (LAB).acb",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/May0612.puz",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/utf16-be.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/utf16-le.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/utf32-be.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/utf32-le.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/winbitmap.bmp",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ByteParsingTests.swift",
        "ByteWritingTests.swift",
        "RandomAccessParsingTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "BytesParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BytesParser",
      "module_type" : "SwiftTarget",
      "name" : "BytesParser",
      "path" : "Sources/BytesParser",
      "product_memberships" : [
        "BytesParser"
      ],
      "sources" : [
        "BytesParser.swift",
        "BytesReader+bool.swift",
        "BytesReader+data.swift",
        "BytesReader+float.swift",
        "BytesReader+int.swift",
        "BytesReader+string.swift",
        "BytesReader.swift",
        "BytesWriter+bool.swift",
        "BytesWriter+data.swift",
        "BytesWriter+float.swift",
        "BytesWriter+int.swift",
        "BytesWriter+string.swift",
        "BytesWriter.swift",
        "private/ByteBuffer.swift",
        "reader-sources/BytesReader+Source.swift",
        "reader-sources/InMemorySource.swift",
        "reader-sources/InputStreamSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.