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 BinaryUtils, reference main (e797c7), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 22:08:02 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/divadretlaw/binaryutils.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/binaryutils
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e797c71 Update 'README.md'
Cloned https://github.com/divadretlaw/binaryutils.git
Revision (git rev-parse @):
e797c7110ae73ef43dba90a98cb1bbf0b5553afa
SUCCESS checkout https://github.com/divadretlaw/binaryutils.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/divadretlaw/binaryutils.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/27] Emitting module BinaryUtils
/Users/admin/builder/spi-builder-workspace/Sources/BinaryUtils/Utils/FileHandleIterator.swift:26:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 |
26 | extension FileHandle: Sequence {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public func makeIterator() -> FileHandleIterator {
28 |         FileHandleIterator(self)
[4/29] Compiling BinaryUtils String+Extensions.swift
[5/29] Compiling BinaryUtils UInt64+Extensions.swift
[6/29] Compiling BinaryUtils MD5.swift
/Users/admin/builder/spi-builder-workspace/Sources/BinaryUtils/Utils/FileHandleIterator.swift:26:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 |
26 | extension FileHandle: Sequence {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public func makeIterator() -> FileHandleIterator {
28 |         FileHandleIterator(self)
[7/29] Compiling BinaryUtils FileHandleIterator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BinaryUtils/Utils/FileHandleIterator.swift:26:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 |
26 | extension FileHandle: Sequence {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public func makeIterator() -> FileHandleIterator {
28 |         FileHandleIterator(self)
[8/29] Compiling BinaryUtils Data+Compression.swift
[9/29] Compiling BinaryUtils Data+Helper.swift
[10/29] Compiling BinaryUtils Data+Init.swift
[11/29] Compiling BinaryUtils ASCII.swift
[12/29] Compiling BinaryUtils FileHandle+Extensions.swift
[13/29] Compiling BinaryUtils BinaryDecoder.swift
[14/29] Compiling BinaryUtils BinaryEncoder.swift
[15/29] Compiling BinaryUtils BinaryCodingKey.swift
[16/29] Compiling BinaryUtils DataDecoder.swift
[17/29] Compiling BinaryUtils DataKeyedDecodingContainer.swift
[18/29] Compiling BinaryUtils DataSingleValueDecodingContainer.swift
[19/29] Compiling BinaryUtils DataSingleValueEncodingContainer.swift
[20/29] Compiling BinaryUtils DataUnkeyedEncodingContainer.swift
[21/29] Compiling BinaryUtils FileHandleDecoder.swift
[22/29] Compiling BinaryUtils DataUnkeyedDecodingContainer.swift
[23/29] Compiling BinaryUtils DataEncoder.swift
[24/29] Compiling BinaryUtils DataKeyedEncodingContainer.swift
[25/29] Compiling BinaryUtils ASCII+Character.swift
[26/29] Compiling BinaryUtils ASCII+Data.swift
[27/29] Compiling BinaryUtils FileHandleKeyedDecoder.swift
[28/29] Compiling BinaryUtils FileHandleSingleValueDecodingContainer.swift
[29/29] Compiling BinaryUtils FileHandleUnkeyedDecodingContainer.swift
Build complete! (5.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BinaryUtils",
  "name" : "BinaryUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "BinaryUtils",
      "targets" : [
        "BinaryUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BinaryUtils",
      "module_type" : "SwiftTarget",
      "name" : "BinaryUtils",
      "path" : "Sources/BinaryUtils",
      "product_memberships" : [
        "BinaryUtils"
      ],
      "sources" : [
        "BinaryCodable/BinaryDecoder.swift",
        "BinaryCodable/BinaryEncoder.swift",
        "BinaryCodable/CodingKeys/BinaryCodingKey.swift",
        "BinaryCodable/DataDecoder/DataDecoder.swift",
        "BinaryCodable/DataDecoder/DataKeyedDecodingContainer.swift",
        "BinaryCodable/DataDecoder/DataSingleValueDecodingContainer.swift",
        "BinaryCodable/DataDecoder/DataUnkeyedDecodingContainer.swift",
        "BinaryCodable/DataEncoder/DataEncoder.swift",
        "BinaryCodable/DataEncoder/DataKeyedEncodingContainer.swift",
        "BinaryCodable/DataEncoder/DataSingleValueEncodingContainer.swift",
        "BinaryCodable/DataEncoder/DataUnkeyedEncodingContainer.swift",
        "BinaryCodable/FileHandleDecoder/FileHandleDecoder.swift",
        "BinaryCodable/FileHandleDecoder/FileHandleKeyedDecoder.swift",
        "BinaryCodable/FileHandleDecoder/FileHandleSingleValueDecodingContainer.swift",
        "BinaryCodable/FileHandleDecoder/FileHandleUnkeyedDecodingContainer.swift",
        "Data+Extensions/Data+Compression.swift",
        "Data+Extensions/Data+Helper.swift",
        "Data+Extensions/Data+Init.swift",
        "Domain/ASCII+Character.swift",
        "Domain/ASCII+Data.swift",
        "Domain/ASCII.swift",
        "Extensions/FileHandle+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/UInt64+Extensions.swift",
        "Models/MD5.swift",
        "Utils/FileHandleIterator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BinaryUtilTests",
      "module_type" : "SwiftTarget",
      "name" : "BinaryUtilTests",
      "path" : "Tests/BinaryUtilTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BinaryUtilTests/Resources/Basic.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BinaryUtilTests/Resources/FixedSizeStrings.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BinaryUtilTests/Resources/NullTerminatedStrings.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BinaryUtilTests/Resources/String.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BinaryUtilTests/Resources/UInt64.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BinaryUtilTests/Resources/UInt8.bin",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ASCIITests.swift",
        "BinaryCodableTests/DataDecoderTests.swift",
        "BinaryCodableTests/DataEncoderTests.swift",
        "BinaryCodableTests/FileHandlerDecoderTests.swift",
        "CompressionTests.swift",
        "DataTests.swift",
        "MD5Tests.swift",
        "Models/TestKeyed.swift",
        "Models/TestMixed.swift",
        "Models/TestNested.swift",
        "Models/TestNilable.swift",
        "Models/TestStrings.swift",
        "Models/TestUnkeyed.swift"
      ],
      "target_dependencies" : [
        "BinaryUtils"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.7"
}
Done.