The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Run with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getGuaka/Run.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/Run
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 5a2866c Fix execute ls test on Linux
Cloned https://github.com/getGuaka/Run.git
Revision (git rev-parse @):
5a2866c0ae4266e0406d85f16adf65a30a626d7f
SUCCESS checkout https://github.com/getGuaka/Run.git at 0.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/getGuaka/Run.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/10] Compiling Args ArgConvertible.swift
[6/10] Compiling Args ArgsParser.swift
[7/10] Compiling Args ProcessInfo.swift
[8/10] Emitting module Args
[9/10] Compiling Args Argument.swift
[10/10] Compiling Args Args.swift
[11/20] Compiling Prompt PromptPrinter.swift
[12/21] Compiling Prompt PromptReader.swift
[13/21] Compiling Prompt AskerValidator.swift
[14/21] Compiling Prompt ChooseSettings.swift
[15/21] Compiling Prompt Choose.swift
[16/21] Compiling Prompt Agree.swift
[17/21] Compiling Prompt AgreeSettings.swift
[18/21] Compiling Prompt Ask.swift
[19/21] Compiling Prompt AskSettings.swift
[20/21] Emitting module Prompt
[21/21] Compiling Prompt PromptSettings.swift
[22/28] Compiling Run TaskPipe.swift
[23/28] Compiling Run Runner.swift
[24/28] Compiling Run ShortHandRunner.swift
[25/28] Compiling Run RunnerSettings.swift
[26/28] Compiling Run RunResults.swift
[27/28] Compiling Run CommandExecutor.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Run/CommandExecutor.swift:71:13: warning: variable 'outputPipe' was never mutated; consider changing to 'let' constant
        var outputPipe: [Int32] = [-1, -1]
        ~~~ ^
        let
[28/28] Emitting module Run
Build complete! (6.35s)
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/getGuaka/Args.git from cache
Fetching https://github.com/getGuaka/Prompt.git from cache
Fetched https://github.com/Quick/Quick.git from cache (0.21s)
Fetched https://github.com/getGuaka/Args.git from cache (0.22s)
Fetched https://github.com/Quick/Nimble.git from cache (0.22s)
Fetched https://github.com/getGuaka/Prompt.git from cache (0.22s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.1 (0.04s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.2 (0.03s)
Computing version for https://github.com/getGuaka/Prompt.git
Computed https://github.com/getGuaka/Prompt.git at 0.1.1 (0.05s)
Computing version for https://github.com/getGuaka/Args.git
Computed https://github.com/getGuaka/Args.git at 0.1.1 (0.02s)
Creating working copy for https://github.com/getGuaka/Prompt.git
Working copy of https://github.com/getGuaka/Prompt.git resolved at 0.1.1
Creating working copy for https://github.com/getGuaka/Args.git
Working copy of https://github.com/getGuaka/Args.git resolved at 0.1.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.1
Build complete.
Done.