Build Information
Successful build of BitByteData, reference develop (effbec
), with Swift 5.10 for macOS (SPM) on 16 Dec 2024 21:07:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tsolomko/BitByteData.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tsolomko/BitByteData
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at effbec7 [CI] Use docker for broken windows builds
Cloned https://github.com/tsolomko/BitByteData.git
Revision (git rev-parse @):
effbec7e6dbf80737c23164307296b895fed9e72
SUCCESS checkout https://github.com/tsolomko/BitByteData.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/tsolomko/BitByteData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-33747A42983211AE.txt
[4/15] Compiling BitByteData LsbBitWriter.swift
[5/15] Compiling BitByteData BitWriter.swift
[6/15] Compiling BitByteData ByteReader.swift
[7/15] Compiling BitByteData BigEndianByteReader.swift
[8/15] Compiling BitByteData BitReader.swift
[9/15] Emitting module BitByteData
[10/16] Compiling BitByteData LsbBitReader.swift
[11/16] Compiling BitByteData Extensions.swift
[12/16] Compiling BitByteData LittleEndianByteReader.swift
[13/16] Compiling BitByteData MsbBitWriter.swift
[14/16] Compiling BitByteData SignedNumberRepresentation.swift
[15/16] Compiling BitByteData MsbBitReader.swift
[16/16] Compiling BitByteData resource_bundle_accessor.swift
Build complete! (6.84s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BitByteData",
"name" : "BitByteData",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "BitByteData",
"targets" : [
"BitByteData"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "BitByteDataTests",
"module_type" : "SwiftTarget",
"name" : "BitByteDataTests",
"path" : "Tests/BitByteDataTests",
"sources" : [
"BigEndianByteReaderTests.swift",
"LittleEndianByteReaderTests.swift",
"LsbBitReaderTests.swift",
"LsbBitWriterTests.swift",
"MsbBitReaderTests.swift",
"MsbBitWriterTests.swift",
"SignedNumberRepresentationTests.swift",
"TestHelper.swift"
],
"target_dependencies" : [
"BitByteData"
],
"type" : "test"
},
{
"c99name" : "BitByteDataBenchmarks",
"module_type" : "SwiftTarget",
"name" : "BitByteDataBenchmarks",
"path" : "Tests/BitByteDataBenchmarks",
"sources" : [
"BigEndianByteReaderBenchmarks.swift",
"LittleEndianByteReaderBenchmarks.swift",
"LsbBitReaderBenchmarks.swift",
"LsbBitReaderByteBenchmarks.swift",
"LsbBitWriterBenchmarks.swift",
"MsbBitReaderBenchmarks.swift",
"MsbBitReaderByteBenchmarks.swift",
"MsbBitWriterBenchmarks.swift"
],
"target_dependencies" : [
"BitByteData"
],
"type" : "test"
},
{
"c99name" : "BitByteData",
"module_type" : "SwiftTarget",
"name" : "BitByteData",
"path" : "Sources",
"product_memberships" : [
"BitByteData"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BigEndianByteReader.swift",
"BitReader.swift",
"BitWriter.swift",
"ByteReader.swift",
"Extensions.swift",
"LittleEndianByteReader.swift",
"LsbBitReader.swift",
"LsbBitWriter.swift",
"MsbBitReader.swift",
"MsbBitWriter.swift",
"SignedNumberRepresentation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.