The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BinaryUtils, reference main (e797c7), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 22:02:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "binaryutils",
      "name": "BinaryUtils",
      "url": "https://github.com/divadretlaw/binaryutils.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/binaryutils",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/divadretlaw/binaryutils.git
[1/266] Fetching binaryutils
Fetched https://github.com/divadretlaw/binaryutils.git from cache (0.75s)
Creating working copy for https://github.com/divadretlaw/binaryutils.git
Working copy of https://github.com/divadretlaw/binaryutils.git resolved at main (e797c71)
warning: '.resolve-product-dependencies': dependency 'binaryutils' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/divadretlaw/binaryutils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/27] Compiling BinaryUtils ASCII+Character.swift
[4/27] Compiling BinaryUtils ASCII+Data.swift
[5/29] Compiling BinaryUtils DataDecoder.swift
[6/29] Compiling BinaryUtils DataKeyedDecodingContainer.swift
[7/29] Compiling BinaryUtils DataSingleValueDecodingContainer.swift
[8/29] Compiling BinaryUtils DataSingleValueEncodingContainer.swift
[9/29] Compiling BinaryUtils DataUnkeyedEncodingContainer.swift
[10/29] Compiling BinaryUtils FileHandleDecoder.swift
[11/29] Compiling BinaryUtils DataUnkeyedDecodingContainer.swift
[12/29] Compiling BinaryUtils DataEncoder.swift
[13/29] Compiling BinaryUtils DataKeyedEncodingContainer.swift
[14/29] Compiling BinaryUtils BinaryDecoder.swift
[15/29] Compiling BinaryUtils BinaryEncoder.swift
[16/29] Compiling BinaryUtils BinaryCodingKey.swift
[17/29] Compiling BinaryUtils ASCII.swift
[18/29] Compiling BinaryUtils FileHandle+Extensions.swift
[19/29] Compiling BinaryUtils String+Extensions.swift
[20/29] Compiling BinaryUtils UInt64+Extensions.swift
[21/29] 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)
[22/29] Compiling BinaryUtils FileHandleKeyedDecoder.swift
[23/29] Compiling BinaryUtils FileHandleSingleValueDecodingContainer.swift
[24/29] Compiling BinaryUtils FileHandleUnkeyedDecodingContainer.swift
[25/29] Compiling BinaryUtils Data+Compression.swift
[26/29] Compiling BinaryUtils Data+Helper.swift
[27/29] Compiling BinaryUtils Data+Init.swift
[28/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)
[29/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)
Build complete! (5.63s)
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.