The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BinaryUtils, reference 1.1.0 (51ca59), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 22:08:21 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: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/binaryutils
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 51ca59b Improve MD5
Cloned https://github.com/divadretlaw/binaryutils.git
Revision (git rev-parse @):
51ca59b8e099ff3656044891e017b83bfc7f7b7d
SUCCESS checkout https://github.com/divadretlaw/binaryutils.git at 1.1.0
========================================
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/24] Compiling BinaryUtils Data+Init.swift
[4/24] Compiling BinaryUtils FileHandle+Extensions.swift
[5/24] Compiling BinaryUtils Data+Compression.swift
[6/24] Compiling BinaryUtils Data+Helper.swift
[7/24] Compiling BinaryUtils DataUnkeyedDecodingContainer.swift
[8/24] Compiling BinaryUtils DataEncoder.swift
[9/24] Compiling BinaryUtils DataKeyedEncodingContainer.swift
[10/24] Compiling BinaryUtils String+Extensions.swift
[11/24] Compiling BinaryUtils UInt64+Extensions.swift
[12/24] Compiling BinaryUtils FileHandleSingleValueDecodingContainer.swift
[13/24] Compiling BinaryUtils FileHandleUnkeyedDecodingContainer.swift
[14/24] Compiling BinaryUtils DataSingleValueEncodingContainer.swift
[15/24] Compiling BinaryUtils DataUnkeyedEncodingContainer.swift
[16/26] 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)
[17/26] Compiling BinaryUtils BinaryDecoder.swift
[18/26] Compiling BinaryUtils BinaryEncoder.swift
[19/26] Compiling BinaryUtils BinaryCodingKey.swift
[20/26] Compiling BinaryUtils DataDecoder.swift
[21/26] Compiling BinaryUtils DataKeyedDecodingContainer.swift
[22/26] Compiling BinaryUtils DataSingleValueDecodingContainer.swift
[23/26] Compiling BinaryUtils FileHandleDecoder.swift
[24/26] Compiling BinaryUtils FileHandleKeyedDecoder.swift
[25/26] 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)
[26/26] 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)
Build complete! (5.10s)
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",
        "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" : [
        "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.