The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSlash 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/tannerdsilva/SwiftSlash.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/SwiftSlash
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 10a6080 Update README.md with some rendering niceties and code corrections (#16)
Cloned https://github.com/tannerdsilva/SwiftSlash.git
Revision (git rev-parse @):
10a6080470d0fe481ca2b5ad6acdfc8246cf5406
SUCCESS checkout https://github.com/tannerdsilva/SwiftSlash.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": "swiftslash",
      "name": "SwiftSlash",
      "url": "https://github.com/tannerdsilva/SwiftSlash.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSlash",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tannerdsilva/SwiftSlash.git
[1/1202] Fetching swiftslash
Fetched https://github.com/tannerdsilva/SwiftSlash.git (0.28s)
Creating working copy for https://github.com/tannerdsilva/SwiftSlash.git
Working copy of https://github.com/tannerdsilva/SwiftSlash.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftslash' 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...
[0/1] Compiling ClibSwiftSlash libswiftslash.c
[2/15] Compiling SwiftSlash BufferedLineParser.swift
[3/15] Compiling SwiftSlash EventTrigger.swift
[4/15] Compiling SwiftSlash ChildSignalCatcher.swift
[5/15] Compiling SwiftSlash Command.swift
[6/15] Compiling SwiftSlash CurrentProcessState.swift
[7/15] Compiling SwiftSlash DataChannel.swift
[8/15] Emitting module SwiftSlash
[9/15] Compiling SwiftSlash ProcessInterface.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftSlash/ProcessInterface.swift:164:232: warning: passing argument of non-sendable type 'ThrowingTaskGroup<Void, any Error>' into actor-isolated context may introduce data races
                                try await ProcessSpawner.global.launch(path:self.command.executable, args:self.command.arguments, wd:self.command.workingDirectory, env:self.command.environment, writables:self.outboundChannels, readables:self.inboundChannels, taskGroup:&tg, onBehalfOf:self)
                                                                                                                                                                                                                                                                   ^
_Concurrency.ThrowingTaskGroup:2:23: note: generic struct 'ThrowingTaskGroup' does not conform to the 'Sendable' protocol
@frozen public struct ThrowingTaskGroup<ChildTaskResult, Failure> where ChildTaskResult : Sendable, Failure : Error {
                      ^
[10/15] Compiling SwiftSlash PosixBasics.swift
[11/15] Compiling SwiftSlash ProcessSpawner.swift
[12/15] Compiling SwiftSlash Equatable.swift
[13/15] Compiling SwiftSlash Hashable.swift
[14/15] Compiling SwiftSlash InboundChannelState.swift
[15/15] Compiling SwiftSlash OutboundChannelState.swift
[16/16] Compiling SwiftSlash SwiftSlash.swift
Build complete! (8.22s)
Build complete.
Done.