Build Information
Successful build of BytesParser, reference main (a09151
), with Swift 5.9 for macOS (SPM) on 22 Apr 2025 07:45:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/BytesParser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/BytesParser
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a091513 Added convenience for readthrough
Cloned https://github.com/dagronf/BytesParser.git
Revision (git rev-parse @):
a091513c4059d336c8cbf0b9485fcba63bcba83a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/BytesParser.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/dagronf/BytesParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/19] Compiling BytesParser BytesWriter.swift
[4/19] Compiling BytesParser ByteBuffer.swift
[5/19] Compiling BytesParser BytesWriter+data.swift
[6/19] Compiling BytesParser BytesWriter+float.swift
[7/19] Compiling BytesParser BytesReader+Source.swift
[8/19] Compiling BytesParser InMemorySource.swift
[9/20] Compiling BytesParser BytesWriter+int.swift
[10/20] Compiling BytesParser BytesWriter+string.swift
[11/20] Compiling BytesParser BytesReader+data.swift
[12/20] Compiling BytesParser BytesReader+float.swift
[13/20] Compiling BytesParser BytesReader+int.swift
[14/20] Compiling BytesParser BytesReader+string.swift
[15/20] Emitting module BytesParser
[16/20] Compiling BytesParser BytesReader.swift
[17/20] Compiling BytesParser BytesWriter+bool.swift
[18/20] Compiling BytesParser BytesParser.swift
[19/20] Compiling BytesParser BytesReader+bool.swift
[20/20] Compiling BytesParser InputStreamSource.swift
Build complete! (20.44s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (1.64s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.44s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.48s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "BytesParser",
"name" : "BytesParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BytesParser",
"targets" : [
"BytesParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BytesParserTests",
"module_type" : "SwiftTarget",
"name" : "BytesParserTests",
"path" : "Tests/BytesParserTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/00000.mpls",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/utf32-be.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/utf32-le.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/May0612.puz",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/utf16-le.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/HKS E (LAB).acb",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/winbitmap.bmp",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BytesParserTests/resources/utf16-be.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ByteParsingTests.swift",
"ByteWritingTests.swift",
"RandomAccessParsingTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"BytesParser"
],
"type" : "test"
},
{
"c99name" : "BytesParser",
"module_type" : "SwiftTarget",
"name" : "BytesParser",
"path" : "Sources/BytesParser",
"product_memberships" : [
"BytesParser"
],
"sources" : [
"BytesParser.swift",
"BytesReader+bool.swift",
"BytesReader+data.swift",
"BytesReader+float.swift",
"BytesReader+int.swift",
"BytesReader+string.swift",
"BytesReader.swift",
"BytesWriter+bool.swift",
"BytesWriter+data.swift",
"BytesWriter+float.swift",
"BytesWriter+int.swift",
"BytesWriter+string.swift",
"BytesWriter.swift",
"private/ByteBuffer.swift",
"reader-sources/BytesReader+Source.swift",
"reader-sources/InMemorySource.swift",
"reader-sources/InputStreamSource.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.