The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StringStream with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omochi/stringstream.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "stringstream",
      "name": "StringStream",
      "url": "https://github.com/omochi/stringstream.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/stringstream",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/omochi/stringstream.git
[3/90] Fetching stringstream
Fetched https://github.com/omochi/stringstream.git (0.29s)
Creating working copy for https://github.com/omochi/stringstream.git
Working copy of https://github.com/omochi/stringstream.git resolved at master
warning: '.resolve-product-dependencies': dependency 'stringstream' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling StringStream UTF8Extension.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StringStream/UTF8Extension.swift:4:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum ByteKind {
    ^~~~~~~

[2/12] Compiling StringStream PosixError.swift
[3/13] Emitting module StringStream
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StringStream/UTF8Extension.swift:4:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum ByteKind {
    ^~~~~~~

[4/13] Compiling StringStream CSV.swift
[5/13] Compiling StringStream CSVReader.swift
[6/13] Compiling StringStream MemoryFileHandle.swift
[7/13] Compiling StringStream LTSVReader.swift
[8/13] Compiling StringStream LTSVWriter.swift
[9/13] Compiling StringStream FileHandleProtocol.swift
[10/13] Compiling StringStream LTSV.swift
[11/13] Compiling StringStream CharacterReader.swift
[12/13] Compiling StringStream FileHandle.swift
[13/13] Compiling StringStream UTF8Reader.swift
Build complete! (7.97s)
Build complete.
Done.