The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/funzin/Rimuru.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/funzin/Rimuru
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 7ed1427 Initial Commit
Cloned https://github.com/funzin/Rimuru.git into spi-builder-workspace
7ed1427ecf8c947ca637a47ca25c649868866008
SUCCESS checkout https://github.com/funzin/Rimuru.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/jpsim/SourceKitten.git from cache
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/jpsim/SourceKitten.git (0.44s)
Fetching https://github.com/drmohundro/SWXMLHash.git from cache
Fetched https://github.com/jpsim/Yams.git (0.51s)
Fetching https://github.com/Carthage/Commandant.git from cache
Fetched https://github.com/Quick/Nimble.git (0.61s)
Fetching https://github.com/realm/SwiftLint from cache
Fetched https://github.com/drmohundro/SWXMLHash.git (0.23s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/Carthage/Commandant.git (0.22s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git from cache
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git (0.23s)
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/apple/swift-argument-parser (0.50s)
Fetched https://github.com/Quick/Quick.git (0.54s)
Fetched https://github.com/realm/SwiftLint (0.95s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.39.2 (0.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.2.0 (0.36s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.02s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.03s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.29.0 (0.03s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.17.0 (0.03s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 5.0.1 (0.02s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.1 (0.03s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.39s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.2.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.17.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.29.0
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.39.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 5.0.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Building for debugging...
[1/35] Compiling ArgumentParser NameSpecification.swift
[2/35] Compiling ArgumentParser Option.swift
[3/35] Compiling ArgumentParser OptionGroup.swift
[4/35] Compiling ArgumentParser CommandConfiguration.swift
[5/38] Emitting module ArgumentParser
[6/38] Compiling ArgumentParser ArgumentSetSequence.swift
[7/38] Compiling ArgumentParser CommandParser.swift
[8/38] Compiling ArgumentParser InputOrigin.swift
[9/38] Compiling ArgumentParser Name.swift
[10/38] Compiling ArgumentParser Parsed.swift
[11/38] Compiling ArgumentParser ParsedValues.swift
[12/38] Compiling ArgumentParser ParserError.swift
[13/38] Compiling ArgumentParser SplitArguments.swift
[14/38] Compiling ArgumentParser EnumerableFlag.swift
[15/38] Compiling ArgumentParser ExpressibleByArgument.swift
[16/38] Compiling ArgumentParser ParsableArguments.swift
[17/38] Compiling ArgumentParser ParsableArgumentsValidation.swift
[18/38] Compiling ArgumentParser Argument.swift
[19/38] Compiling ArgumentParser ArgumentHelp.swift
[20/38] Compiling ArgumentParser Errors.swift
[21/38] Compiling ArgumentParser Flag.swift
[22/38] Compiling ArgumentParser ParsableCommand.swift
[23/38] Compiling ArgumentParser ArgumentDecoder.swift
[24/38] Compiling ArgumentParser ArgumentDefinition.swift
[25/38] Compiling ArgumentParser ArgumentSet.swift
[26/38] Compiling ArgumentParser SequenceExtensions.swift
[27/38] Compiling ArgumentParser StringExtensions.swift
[28/38] Compiling ArgumentParser Tree.swift
[29/38] Compiling RimuruCore SplitMeans.swift
[30/38] Compiling ArgumentParser HelpCommand.swift
[31/38] Compiling ArgumentParser HelpGenerator.swift
[32/38] Compiling ArgumentParser MessageInfo.swift
[33/38] Compiling ArgumentParser UsageGenerator.swift
[34/38] Compiling RimuruCore NamingConvention.swift
[35/38] Compiling RimuruCore InputTextError.swift
[36/38] Compiling RimuruCore NamingConventionConverter.swift
[37/38] Emitting module RimuruCore
[38/42] Compiling Rimuru main.swift
[39/42] Compiling Rimuru NamingConventionExtension.swift
[40/42] Emitting module Rimuru
[41/42] Compiling Rimuru RimuruCommand.swift
[41/42] Linking rimuru
Build complete! (49.36s)
Build complete.
Done.

Build Machine: Mac 5