The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StringStream, reference 1.2.1 (803e30), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 14:28:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
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 PosixError.swift
[4/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
[5/15] Compiling StringStream MemoryFileHandle.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 LTSVReader.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.01s)
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.