Build Information
Successful build of BinaryUtils, reference 1.1.0 (51ca59
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 16:19:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/divadretlaw/binaryutils.git
[1/266] Fetching binaryutils
Fetched https://github.com/divadretlaw/binaryutils.git from cache (0.77s)
Creating working copy for https://github.com/divadretlaw/binaryutils.git
Working copy of https://github.com/divadretlaw/binaryutils.git resolved at 1.1.0 (51ca59b)
warning: '.resolve-product-dependencies': dependency 'binaryutils' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/divadretlaw/binaryutils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/24] 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/26] Compiling BinaryUtils DataSingleValueEncodingContainer.swift
[5/26] Compiling BinaryUtils DataUnkeyedEncodingContainer.swift
[6/26] Compiling BinaryUtils FileHandleDecoder.swift
[7/26] Compiling BinaryUtils FileHandleKeyedDecoder.swift
[8/26] Compiling BinaryUtils DataDecoder.swift
[9/26] Compiling BinaryUtils DataKeyedDecodingContainer.swift
[10/26] Compiling BinaryUtils DataSingleValueDecodingContainer.swift
[11/26] Compiling BinaryUtils Data+Init.swift
[12/26] Compiling BinaryUtils FileHandle+Extensions.swift
[13/26] Compiling BinaryUtils BinaryDecoder.swift
[14/26] Compiling BinaryUtils BinaryEncoder.swift
[15/26] Compiling BinaryUtils BinaryCodingKey.swift
[16/26] Compiling BinaryUtils Data+Compression.swift
[17/26] Compiling BinaryUtils Data+Helper.swift
[18/26] Compiling BinaryUtils FileHandleSingleValueDecodingContainer.swift
[19/26] Compiling BinaryUtils FileHandleUnkeyedDecodingContainer.swift
[20/26] Compiling BinaryUtils DataUnkeyedDecodingContainer.swift
[21/26] Compiling BinaryUtils DataEncoder.swift
[22/26] Compiling BinaryUtils DataKeyedEncodingContainer.swift
[23/26] Compiling BinaryUtils String+Extensions.swift
[24/26] Compiling BinaryUtils UInt64+Extensions.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! (19.68s)
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.