Build Information
Successful build of BinaryCodable, reference 0.3.1 (aebaa3), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 16:15:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jverkoey/BinaryCodable.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jverkoey/BinaryCodable
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at aebaa30 Merge branch 'release-candidate' into stable
Cloned https://github.com/jverkoey/BinaryCodable.git
Revision (git rev-parse @):
aebaa30f1b73c5c45c374d251029b8bd68bde755
SUCCESS checkout https://github.com/jverkoey/BinaryCodable.git at 0.3.1
========================================
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": "binarycodable",
"name": "BinaryCodable",
"url": "https://github.com/jverkoey/BinaryCodable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BinaryCodable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jverkoey/BinaryCodable.git
[1/762] Fetching binarycodable
Fetched https://github.com/jverkoey/BinaryCodable.git from cache (0.82s)
Creating working copy for https://github.com/jverkoey/BinaryCodable.git
Working copy of https://github.com/jverkoey/BinaryCodable.git resolved at 0.3.1 (aebaa30)
warning: '.resolve-product-dependencies': dependency 'binarycodable' 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/jverkoey/BinaryCodable.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/10] Compiling BinaryCodable ByteRepresentations.swift
[4/10] Compiling BinaryCodable BinaryDecodable.swift
[5/10] Compiling BinaryCodable BinaryEncodable.swift
[6/10] Compiling BinaryCodable BinaryDataDecoder.swift
[7/10] Emitting module BinaryCodable
[8/10] Compiling BinaryCodable BinaryCodable.swift
[9/10] Compiling BinaryCodable BufferedData.swift
[10/10] Compiling BinaryCodable BinaryDataEncoder.swift
Build complete! (4.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BinaryCodable",
"name" : "BinaryCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BinaryCodable",
"targets" : [
"BinaryCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BinaryCodableTests",
"module_type" : "SwiftTarget",
"name" : "BinaryCodableTests",
"path" : "Tests/BinaryCodableTests",
"sources" : [
"ArrayDecoderTests.swift",
"ArrayEncoderTests.swift",
"BinaryFloatingPoint+bytes.swift",
"BufferedDataTests.swift",
"DecodeRemainderTests.swift",
"FixedWidthInteger+bytes.swift",
"GIFHeaderTests.swift",
"LengthEncodedPacketDecoderTests.swift",
"LengthEncodedPacketEncoderTests.swift",
"MisalignedDecoderTests.swift"
],
"target_dependencies" : [
"BinaryCodable"
],
"type" : "test"
},
{
"c99name" : "BinaryCodable",
"module_type" : "SwiftTarget",
"name" : "BinaryCodable",
"path" : "Sources/BinaryCodable",
"product_memberships" : [
"BinaryCodable"
],
"sources" : [
"BinaryCodable.swift",
"BinaryDataCoders/BinaryDataDecoder.swift",
"BinaryDataCoders/BinaryDataEncoder.swift",
"BinaryDataCoders/BufferedData.swift",
"BinaryDataCoders/ByteRepresentations.swift",
"BinaryDecodable.swift",
"BinaryEncodable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.