Build Information
Successful build of StringStream, reference 1.2.1 (803e30), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:46:16 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/omochi/stringstream.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omochi/stringstream
* tag 1.2.1 -> FETCH_HEAD
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 1.2.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": "stringstream",
"name": "StringStream",
"url": "https://github.com/omochi/stringstream.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/stringstream",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/omochi/stringstream.git
[1/90] Fetching stringstream
Fetched https://github.com/omochi/stringstream.git from cache (0.60s)
Creating working copy for https://github.com/omochi/stringstream.git
Working copy of https://github.com/omochi/stringstream.git resolved at 1.2.1 (803e300)
warning: '.resolve-product-dependencies': dependency 'stringstream' 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/omochi/stringstream.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/14] 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
[4/14] Compiling StringStream PosixError.swift
[5/15] Compiling StringStream LTSVReader.swift
[6/15] Compiling StringStream LTSVWriter.swift
[7/15] Compiling StringStream FileHandleProtocol.swift
[8/15] Compiling StringStream LTSV.swift
[9/15] Compiling StringStream CharacterReader.swift
[10/15] Compiling StringStream FileHandle.swift
[11/15] Compiling StringStream CSV.swift
[12/15] Compiling StringStream CSVReader.swift
[13/15] Compiling StringStream MemoryFileHandle.swift
[14/15] 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
[15/15] Compiling StringStream UTF8Reader.swift
Build complete! (5.56s)
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.