Build Information
Successful build of StringStream, reference master (803e30), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 14:28:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omochi/stringstream.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omochi/stringstream
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 803e300 conv init
Cloned https://github.com/omochi/stringstream.git
Revision (git rev-parse @):
803e3007ed71287eb5f464d7fa8c0a2f7288c148
SUCCESS checkout https://github.com/omochi/stringstream.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/omochi/stringstream.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/14] Compiling StringStream LTSVReader.swift
[4/14] Emitting module StringStream
/Users/admin/builder/spi-builder-workspace/Sources/StringStream/UTF8Extension.swift:4:5: warning: 'public' modifier is redundant for enum declared in a public extension
2 |
3 | public extension UTF8 {
4 | public enum ByteKind {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
5 | case head(length: Int8)
6 | case body
[5/14] Compiling StringStream CSV.swift
[6/14] Compiling StringStream CSVReader.swift
[7/15] Compiling StringStream PosixError.swift
[8/15] Compiling StringStream CharacterReader.swift
[9/15] Compiling StringStream FileHandle.swift
[10/15] Compiling StringStream FileHandleProtocol.swift
[11/15] Compiling StringStream UTF8Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/StringStream/UTF8Extension.swift:4:5: warning: 'public' modifier is redundant for enum declared in a public extension
2 |
3 | public extension UTF8 {
4 | public enum ByteKind {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
5 | case head(length: Int8)
6 | case body
[12/15] Compiling StringStream MemoryFileHandle.swift
[13/15] Compiling StringStream LTSV.swift
[14/15] Compiling StringStream LTSVWriter.swift
[15/15] Compiling StringStream UTF8Reader.swift
Build complete! (4.86s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "StringStream",
"name" : "StringStream",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "StringStream",
"targets" : [
"StringStream"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StringStreamTests",
"module_type" : "SwiftTarget",
"name" : "StringStreamTests",
"path" : "Tests/StringStreamTests",
"sources" : [
"CSVReaderTests.swift",
"CharacterReaderTests.swift",
"LTSVTests.swift",
"UTF8ReaderTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"StringStream"
],
"type" : "test"
},
{
"c99name" : "StringStream",
"module_type" : "SwiftTarget",
"name" : "StringStream",
"path" : "Sources/StringStream",
"product_memberships" : [
"StringStream"
],
"sources" : [
"CSV.swift",
"CSVReader.swift",
"CharacterReader.swift",
"FileHandle.swift",
"FileHandleProtocol.swift",
"LTSV.swift",
"LTSVReader.swift",
"LTSVWriter.swift",
"MemoryFileHandle.swift",
"PosixError.swift",
"UTF8Extension.swift",
"UTF8Reader.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.