Build Information
Successful build of swift-sh, reference 3.4.0 (d2d2ed), with Swift 6.1 for macOS (SPM) on 26 Mar 2026 08:07:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/swift-sh.git
Reference: 3.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xcode-actions/swift-sh
* tag 3.4.0 -> FETCH_HEAD
HEAD is now at d2d2ed3 Fix missing Swift output in error when parsing REPL args fails
Cloned https://github.com/xcode-actions/swift-sh.git
Revision (git rev-parse @):
d2d2ed30de40714792332825579aee953ef59168
SUCCESS checkout https://github.com/xcode-actions/swift-sh.git at 3.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/xcode-actions/swift-sh.git
https://github.com/xcode-actions/swift-sh.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
},
{
"identity" : "inlineobjectconfig",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/InlineObjectConfig.git"
},
{
"identity" : "stream-reader",
"requirement" : {
"range" : [
{
"lower_bound" : "3.5.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/stream-reader.git"
},
{
"identity" : "swift-xdg",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/swift-xdg.git"
},
{
"identity" : "unwraporthrow",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/UnwrapOrThrow.git"
},
{
"identity" : "legibleerror",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/LegibleError.git"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version.git"
},
{
"identity" : "clt-logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcode-actions/clt-logger.git"
},
{
"identity" : "swift-process-invocation",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0-beta.5.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcode-actions/swift-process-invocation.git"
}
],
"manifest_display_name" : "swift-sh",
"name" : "swift-sh",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "swift-sh",
"targets" : [
"swift-sh"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftSH_Helpers",
"targets" : [
"SwiftSH_Helpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_sh",
"module_type" : "SwiftTarget",
"name" : "swift-sh",
"path" : "Sources/swift-sh",
"product_dependencies" : [
"ArgumentParser",
"CLTLogger",
"Crypto",
"InlineObjectConfig",
"LegibleError",
"Logging",
"ProcessInvocation",
"StreamReader",
"SystemPackage",
"UnwrapOrThrow",
"Version",
"XDG"
],
"product_memberships" : [
"swift-sh"
],
"sources" : [
"Helpers/DepsPackage.swift",
"Helpers/FileManager+Utils.swift",
"Helpers/FilePath+ArgumentParser.swift",
"Helpers/FilePath+Utils.swift",
"Helpers/ImportSpecification+CustomStringConvertible.swift",
"Helpers/ImportSpecification+Parsing.swift",
"Helpers/ImportSpecification+Serialization.swift",
"Helpers/ImportSpecification.swift",
"Helpers/InternalError.swift",
"Helpers/ScriptSource.swift",
"Helpers/String+Utils.swift",
"Helpers/XDG+SwiftSH.swift",
"OptionGroups/BuildAndRunOptions.swift",
"OptionGroups/GlobalOptions.swift",
"OptionGroups/ScriptOptions.swift",
"swift-sh.swift",
"swift-sh⊳build.swift",
"swift-sh⊳clean.swift",
"swift-sh⊳create.swift",
"swift-sh⊳edit.swift",
"swift-sh⊳eject.swift",
"swift-sh⊳run.swift"
],
"type" : "executable"
},
{
"c99name" : "SwiftSH_Helpers",
"module_type" : "SwiftTarget",
"name" : "SwiftSH_Helpers",
"path" : "Sources/SwiftSH_Helpers",
"product_dependencies" : [
"ArgumentParser",
"CLTLogger",
"InlineObjectConfig",
"Logging",
"ProcessInvocation",
"StreamReader",
"SystemPackage",
"UnwrapOrThrow",
"XDG"
],
"product_memberships" : [
"SwiftSH_Helpers"
],
"sources" : [
"ExportedImports.swift",
"FilePath+ArgumentParser.swift",
"MessageError.swift",
"UsefulGlobals.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftSHTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSHTests",
"path" : "Tests",
"product_dependencies" : [
"Logging",
"SystemPackage"
],
"sources" : [
"HelpersTests.swift",
"ImportSpecificationUnitTests.swift",
"Utils/Version+Utils.swift"
],
"target_dependencies" : [
"swift-sh",
"SwiftSH_Helpers"
],
"type" : "test"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/31] Write sources
[6/31] Write swift-sh-entitlement.plist
[6/31] Copying PrivacyInfo.xcprivacy
[7/31] Copying libeXtenderZ.a
[8/31] Write sources
[22/31] Compiling CSystem shims.c
[23/31] Write swift-version-2F0A5646E1D333AE.txt
[24/173] Compiling CMacroExports exports.c
[26/175] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/175] Emitting module ArgumentParserToolInfo
[28/222] Compiling ArgumentParser ArgumentHelp.swift
[29/222] Compiling ArgumentParser ArgumentVisibility.swift
[30/222] Compiling ArgumentParser CompletionKind.swift
[31/225] Emitting module Logging
[32/225] Compiling Logging MetadataProvider.swift
[33/225] Compiling ArgumentParser AsyncParsableCommand.swift
[34/225] Compiling ArgumentParser CommandConfiguration.swift
[35/225] Compiling ArgumentParser CommandGroup.swift
[36/225] Compiling ArgumentParser EnumerableFlag.swift
[37/225] Compiling ArgumentParser ExpressibleByArgument.swift
[38/225] Compiling ArgumentParser ParsableArguments.swift
[39/225] Compiling ArgumentParser Option.swift
[40/225] Compiling ArgumentParser OptionGroup.swift
[41/225] Compiling ArgumentParser ParentCommand.swift
[42/225] Compiling ArgumentParser Argument.swift
[43/225] Compiling ArgumentParser ArgumentDiscussion.swift
[44/225] Compiling ArgumentParser NameSpecification.swift
[45/225] Emitting module SystemPackage
[46/225] Compiling ArgumentParser ParsableCommand.swift
[47/225] Compiling ArgumentParser ArgumentDecoder.swift
[48/225] Compiling ArgumentParser ArgumentDefinition.swift
[49/225] Compiling ArgumentParser ArgumentSet.swift
[50/225] Compiling ArgumentParser CommandParser.swift
[51/225] Compiling ArgumentParser InputKey.swift
[52/225] Compiling ArgumentParser Errors.swift
[53/225] Compiling ArgumentParser Flag.swift
[54/225] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/225] Compiling ArgumentParser CompletionsGenerator.swift
[56/225] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/225] Compiling ArgumentParser ZshCompletionsGenerator.swift
[57/225] Compiling CNSTaskHelptender NSTaskHelptender.m
[59/225] Compiling SystemPackage Util+StringArray.swift
[60/225] Compiling SystemPackage Util.swift
[61/225] Compiling SystemPackage UtilConsumers.swift
[62/225] Compiling Logging LogHandler.swift
[63/225] Compiling Logging Locks.swift
[64/225] Compiling Logging Logging.swift
[65/255] Emitting module Version
[66/255] Compiling Version Version.swift
[67/255] Compiling Version Version+Range.swift
[68/255] Emitting module Crypto
[69/264] Compiling ArgumentParser Platform.swift
[70/264] Compiling ArgumentParser SequenceExtensions.swift
[71/264] Compiling ArgumentParser StringExtensions.swift
[72/264] Compiling ArgumentParser SwiftExtensions.swift
[73/264] Compiling ArgumentParser Tree.swift
[79/269] Compiling SignalHandling Sigaction.swift
[80/269] Compiling SignalHandling SigactionFlag.swift
[84/269] Compiling StreamReader DataReader.swift
[85/269] Compiling StreamReader Matching.swift
[86/269] Emitting module UnwrapOrThrow
[87/269] Compiling StreamReader StreamReader.swift
[88/269] Compiling StreamReader StreamReaderErrors.swift
[89/269] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[90/269] Compiling UnwrapOrThrow UnwrapOrThrowOperator.swift
[91/269] Emitting module LegibleError
[92/269] Compiling LegibleError LegibleError.swift
[93/269] Compiling InlineObjectConfig InlineObjectConfig.swift
[94/269] Emitting module InlineObjectConfig
[95/269] Compiling StreamReader URLSessionStreamTaskReader.swift
[96/269] Compiling StreamReader InputStreamReader.swift
[97/269] Compiling StreamReader FileDescriptorReader.swift
[98/269] Emitting module StreamReader
[99/269] Compiling StreamReader FileHandleReader.swift
[100/269] Compiling XDG BaseDirectories+EnsureFileParents.swift
[101/269] Compiling Version Version+Foundation.swift
[102/269] Compiling Version Version+Codable.swift
[103/269] Compiling Version Version+Comparable.swift
[104/269] Compiling XDG Errors.swift
[105/269] Compiling XDG BaseDirectories+EnsureDir.swift
[106/269] Emitting module XDG
[107/269] Compiling XDG BaseDirectories+FindFiles.swift
[108/269] Compiling XDG BaseDirectories.swift
[109/269] Compiling XDG BaseDirectories+FindFile.swift
[110/269] Compiling XDG FilePath+Utils.swift
[111/269] Compiling XDG BaseDirectories+GetPath.swift
[122/269] Compiling Crypto ECDSA_boring.swift
[123/269] Compiling Crypto EdDSA_boring.swift
[124/269] Compiling Crypto MLDSA_boring.swift
[125/269] Compiling Crypto MLDSA_wrapper.swift
[126/269] Compiling Crypto ECDSA.swift
[127/269] Compiling Crypto Ed25519.swift
[128/269] Compiling Crypto MLDSA.swift
[129/269] Compiling Crypto Signature.swift
[130/269] Compiling Crypto CryptoKitErrors_boring.swift
[131/269] Compiling StreamReader GenericStreamReader.swift
[132/269] Compiling ArgumentParser CodingKeyValidator.swift
[133/269] Compiling ArgumentParser NonsenseFlagsValidator.swift
[134/269] Compiling ArgumentParser ParsableArgumentsValidation.swift
[135/269] Compiling ArgumentParser PositionalArgumentsValidator.swift
[136/269] Compiling ArgumentParser UniqueNamesValidator.swift
[157/269] Compiling ArgumentParser Foundation.swift
[158/269] Compiling ArgumentParser Mutex.swift
[166/269] Compiling Crypto ECDH.swift
[167/269] Compiling Crypto ANSIx963.swift
[168/269] Compiling Crypto HKDF.swift
[169/269] Compiling Crypto AESWrap.swift
[170/269] Compiling Crypto AESWrap_boring.swift
[171/269] Compiling Crypto Ed25519_boring.swift
[172/269] Compiling Crypto NISTCurvesKeys_boring.swift
[173/269] Compiling Crypto X25519Keys_boring.swift
[174/269] Compiling Crypto Curve25519.swift
[175/269] Compiling Crypto MLKEM_boring.swift
[176/269] Compiling Crypto MLKEM_wrapper.swift
[177/269] Compiling Crypto XWing_boring.swift
[178/269] Compiling Crypto KEM-Errors.swift
[179/269] Compiling Crypto KEM.swift
[180/269] Compiling Crypto MLKEM.swift
[181/269] Compiling Crypto XWing.swift
[182/269] Compiling Crypto ECDH_boring.swift
[183/269] Compiling Crypto DH.swift
[187/269] Compiling Crypto HPKE-Ciphersuite.swift
[188/269] Compiling Crypto HPKE-KDF.swift
[189/269] Compiling Crypto HPKE-KexKeyDerivation.swift
[190/269] Compiling Crypto HPKE-LabeledExtract.swift
[191/269] Compiling Crypto HPKE-Utils.swift
[192/269] Compiling Crypto DHKEM.swift
[193/269] Compiling Crypto HPKE-KEM-Curve25519.swift
[194/269] Compiling ArgumentParser ParsedValues.swift
[195/269] Compiling ArgumentParser ParserError.swift
[196/269] Compiling ArgumentParser SplitArguments.swift
[197/269] Compiling ArgumentParser DumpHelpGenerator.swift
[198/269] Compiling ArgumentParser HelpCommand.swift
[199/269] Compiling ArgumentParser HelpGenerator.swift
[200/269] Compiling ArgumentParser MessageInfo.swift
[201/269] Compiling ArgumentParser UsageGenerator.swift
[202/269] Compiling ArgumentParser CollectionExtensions.swift
[203/269] Compiling CLTLogger EmojiSet.swift
[204/269] Compiling CLTLogger Scanner+OldOS.swift
[205/269] Compiling CLTLogger OutputEnvironment.swift
[206/269] Compiling CLTLogger NSLock+withLock.swift
[207/269] Compiling CLTLogger DummySendable.swift
[208/269] Compiling CLTLogger CLTLogger.swift
[209/269] Emitting module CLTLogger
[210/269] Compiling CLTLogger CLTLogger+WithSendable.swift
[211/269] Compiling CLTLogger SGR.swift
[212/269] Compiling CLTLogger Emoji.swift
[219/270] Emitting module ArgumentParser
[225/270] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[226/270] Compiling Crypto RNG_boring.swift
[227/270] Compiling Crypto SafeCompare_boring.swift
[228/270] Compiling Crypto Zeroization_boring.swift
[229/270] Compiling Crypto PrettyBytes.swift
[230/270] Compiling Crypto SafeCompare.swift
[231/270] Compiling Crypto SecureBytes.swift
[232/270] Compiling Crypto Zeroization.swift
[233/270] Compiling Crypto resource_bundle_accessor.swift
[254/270] Compiling CLTLogger String+Utils.swift
[255/273] Compiling SignalHandling SigactionDelayer_Unsig.swift
[256/273] Compiling SignalHandling SignalHandlingError.swift
[257/273] Compiling SignalHandling SignalHandlingConfig.swift
[258/274] Compiling SignalHandling DelayedSigactionHandler.swift
[261/274] Compiling SignalHandling SigactionDelayer_Block.swift
[262/274] Compiling SignalHandling SigactionHandler.swift
[263/274] Compiling SignalHandling Signal.swift
[264/274] Compiling SignalHandling DelayedSigaction.swift
[265/274] Emitting module SignalHandling
[266/274] Compiling SignalHandling Utils.swift
[267/274] Emitting module ProcessInvocationBridge
[268/274] Compiling ProcessInvocationBridge Utils.swift
[269/274] Compiling ProcessInvocationBridge ProcessInvocationBridge.swift
[269/274] Write Objects.LinkFileList
[270/274] Linking swift-process-invocation-bridge
[272/286] Compiling ProcessInvocation Config.swift
[273/286] Compiling ProcessInvocation Constants.swift
[274/287] Compiling ProcessInvocation LineSeparators.swift
[275/287] Compiling ProcessInvocation ProcessInvocation+Deprecated.swift
[276/287] Compiling ProcessInvocation ProcessInvocation+Pipe.swift
[277/287] Compiling ProcessInvocation LineWithSource.swift
[278/287] Compiling ProcessInvocation Errors.swift
[279/287] Compiling ProcessInvocation FileDescriptor+GenericReadStream.swift
[280/287] Compiling ProcessInvocation InputRedirectMode.swift
[281/287] Emitting module ProcessInvocation
[282/287] Compiling ProcessInvocation OutputRedirectMode.swift
[283/287] Compiling ProcessInvocation Utils.swift
[284/287] Compiling ProcessInvocation ProcessInvocation.swift
[285/313] Compiling SwiftSH_Helpers MessageError.swift
[286/313] Emitting module SwiftSH_Helpers
[287/313] Compiling SwiftSH_Helpers FilePath+ArgumentParser.swift
[288/313] Compiling SwiftSH_Helpers ExportedImports.swift
[289/313] Compiling SwiftSH_Helpers UsefulGlobals.swift
[290/313] Compiling swift_sh String+Utils.swift
[291/313] Compiling swift_sh XDG+SwiftSH.swift
[292/313] Compiling swift_sh swift-sh⊳build.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-sh/swift-sh⊳clean.swift:64:10: warning: initialization of immutable value 'markersFolderPath' was never used; consider replacing with assignment to '_' or removing it
62 |
63 | case .ephemeral:
64 | let markersFolderPath = try xdgDirs.markersFolderPath()
| `- warning: initialization of immutable value 'markersFolderPath' was never used; consider replacing with assignment to '_' or removing it
65 | throw InternalError(message: "Not implemented")
66 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-sh/swift-sh⊳clean.swift:68:10: warning: initialization of immutable value 'storeFolderPath' was never used; consider replacing with assignment to '_' or removing it
66 |
67 | case .unused:
68 | let storeFolderPath = try xdgDirs.storeFolderPath()
| `- warning: initialization of immutable value 'storeFolderPath' was never used; consider replacing with assignment to '_' or removing it
69 | let markersFolderPath = try xdgDirs.markersFolderPath()
70 | throw InternalError(message: "Not implemented")
/Users/admin/builder/spi-builder-workspace/Sources/swift-sh/swift-sh⊳clean.swift:69:10: warning: initialization of immutable value 'markersFolderPath' was never used; consider replacing with assignment to '_' or removing it
67 | case .unused:
68 | let storeFolderPath = try xdgDirs.storeFolderPath()
69 | let markersFolderPath = try xdgDirs.markersFolderPath()
| `- warning: initialization of immutable value 'markersFolderPath' was never used; consider replacing with assignment to '_' or removing it
70 | throw InternalError(message: "Not implemented")
71 |
[293/313] Compiling swift_sh swift-sh⊳clean.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-sh/swift-sh⊳clean.swift:64:10: warning: initialization of immutable value 'markersFolderPath' was never used; consider replacing with assignment to '_' or removing it
62 |
63 | case .ephemeral:
64 | let markersFolderPath = try xdgDirs.markersFolderPath()
| `- warning: initialization of immutable value 'markersFolderPath' was never used; consider replacing with assignment to '_' or removing it
65 | throw InternalError(message: "Not implemented")
66 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-sh/swift-sh⊳clean.swift:68:10: warning: initialization of immutable value 'storeFolderPath' was never used; consider replacing with assignment to '_' or removing it
66 |
67 | case .unused:
68 | let storeFolderPath = try xdgDirs.storeFolderPath()
| `- warning: initialization of immutable value 'storeFolderPath' was never used; consider replacing with assignment to '_' or removing it
69 | let markersFolderPath = try xdgDirs.markersFolderPath()
70 | throw InternalError(message: "Not implemented")
/Users/admin/builder/spi-builder-workspace/Sources/swift-sh/swift-sh⊳clean.swift:69:10: warning: initialization of immutable value 'markersFolderPath' was never used; consider replacing with assignment to '_' or removing it
67 | case .unused:
68 | let storeFolderPath = try xdgDirs.storeFolderPath()
69 | let markersFolderPath = try xdgDirs.markersFolderPath()
| `- warning: initialization of immutable value 'markersFolderPath' was never used; consider replacing with assignment to '_' or removing it
70 | throw InternalError(message: "Not implemented")
71 |
[294/313] Compiling swift_sh swift-sh⊳create.swift
[295/313] Compiling swift_sh swift-sh⊳edit.swift
[296/313] Compiling swift_sh BuildAndRunOptions.swift
[297/313] Compiling swift_sh GlobalOptions.swift
[298/315] Compiling swift_sh ScriptOptions.swift
[299/315] Compiling swift_sh swift-sh.swift
[300/315] Compiling swift_sh ImportSpecification+Serialization.swift
[301/315] Compiling swift_sh ImportSpecification.swift
[302/315] Compiling swift_sh InternalError.swift
[303/315] Compiling swift_sh ScriptSource.swift
[304/315] Compiling swift_sh swift-sh⊳eject.swift
[305/315] Compiling swift_sh swift-sh⊳run.swift
[306/315] Emitting module swift_sh
[307/315] Compiling swift_sh FilePath+Utils.swift
[308/315] Compiling swift_sh ImportSpecification+CustomStringConvertible.swift
[309/315] Compiling swift_sh ImportSpecification+Parsing.swift
[310/315] Compiling swift_sh DepsPackage.swift
[311/315] Compiling swift_sh FileManager+Utils.swift
[312/315] Compiling swift_sh FilePath+ArgumentParser.swift
[312/315] Write Objects.LinkFileList
[313/315] Linking swift-sh
[314/315] Applying swift-sh
Build complete! (49.36s)
Fetching https://github.com/xcode-actions/clt-logger.git
Fetching https://github.com/mxcl/LegibleError.git
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/xcode-actions/swift-process-invocation.git
Fetching https://github.com/Frizlab/UnwrapOrThrow.git
Fetching https://github.com/Frizlab/swift-xdg.git
Fetching https://github.com/Frizlab/stream-reader.git
[1/1051] Fetching stream-reader
[23/1229] Fetching stream-reader, legibleerror
[248/1522] Fetching stream-reader, legibleerror, version
[304/2391] Fetching stream-reader, legibleerror, version, clt-logger
[407/2987] Fetching stream-reader, legibleerror, version, clt-logger, swift-process-invocation
[809/3219] Fetching stream-reader, legibleerror, version, clt-logger, swift-process-invocation, swift-xdg
[2701/3268] Fetching stream-reader, legibleerror, version, clt-logger, swift-process-invocation, swift-xdg, unwraporthrow
Fetched https://github.com/Frizlab/UnwrapOrThrow.git from cache (0.85s)
[2709/3219] Fetching stream-reader, legibleerror, version, clt-logger, swift-process-invocation, swift-xdg
Fetching https://github.com/Frizlab/InlineObjectConfig.git
Fetched https://github.com/mxcl/Version.git from cache (0.89s)
Fetching https://github.com/apple/swift-system.git from cache
[2614/2926] Fetching stream-reader, legibleerror, clt-logger, swift-process-invocation, swift-xdg
Fetched https://github.com/Frizlab/stream-reader.git from cache (1.32s)
Fetched https://github.com/xcode-actions/clt-logger.git from cache (1.32s)
Fetched https://github.com/Frizlab/swift-xdg.git from cache (1.32s)
Fetched https://github.com/mxcl/LegibleError.git from cache (1.32s)
Fetched https://github.com/xcode-actions/swift-process-invocation.git from cache (1.32s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/7] Fetching inlineobjectconfig
Fetched https://github.com/Frizlab/InlineObjectConfig.git from cache (0.51s)
Fetched https://github.com/apple/swift-system.git from cache (1.03s)
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.34s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.54s)
Computing version for https://github.com/xcode-actions/clt-logger.git
Computed https://github.com/xcode-actions/clt-logger.git at 1.0.0 (3.47s)
Computing version for https://github.com/Frizlab/UnwrapOrThrow.git
Computed https://github.com/Frizlab/UnwrapOrThrow.git at 1.1.0 (3.59s)
Computing version for https://github.com/Frizlab/swift-xdg.git
Computed https://github.com/Frizlab/swift-xdg.git at 2.0.1 (0.50s)
Computing version for https://github.com/Frizlab/InlineObjectConfig.git
Computed https://github.com/Frizlab/InlineObjectConfig.git at 1.0.0 (0.61s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (0.52s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.2.0 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.52s)
Computing version for https://github.com/mxcl/LegibleError.git
Computed https://github.com/mxcl/LegibleError.git at 1.0.6 (0.60s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (2.98s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.29s)
Computing version for https://github.com/xcode-actions/swift-process-invocation.git
Computed https://github.com/xcode-actions/swift-process-invocation.git at 1.3.0-beta.5.0.1 (0.65s)
Fetching https://github.com/xcode-actions/swift-signal-handling.git
Fetching https://github.com/Frizlab/eXtenderZ.git
[1/1299] Fetching extenderz
[27/1863] Fetching extenderz, swift-signal-handling
Fetched https://github.com/xcode-actions/swift-signal-handling.git from cache (0.96s)
Fetched https://github.com/Frizlab/eXtenderZ.git from cache (0.96s)
Computing version for https://github.com/xcode-actions/swift-signal-handling.git
Computed https://github.com/xcode-actions/swift-signal-handling.git at 1.1.4 (1.48s)
Computing version for https://github.com/Frizlab/eXtenderZ.git
Computed https://github.com/Frizlab/eXtenderZ.git at 2.1.1 (0.58s)
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.2.0
Creating working copy for https://github.com/Frizlab/InlineObjectConfig.git
Working copy of https://github.com/Frizlab/InlineObjectConfig.git resolved at 1.0.0
Creating working copy for https://github.com/Frizlab/swift-xdg.git
Working copy of https://github.com/Frizlab/swift-xdg.git resolved at 2.0.1
Creating working copy for https://github.com/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.6.1
Creating working copy for https://github.com/Frizlab/eXtenderZ.git
Working copy of https://github.com/Frizlab/eXtenderZ.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/xcode-actions/swift-signal-handling.git
Working copy of https://github.com/xcode-actions/swift-signal-handling.git resolved at 1.1.4
Creating working copy for https://github.com/Frizlab/UnwrapOrThrow.git
Working copy of https://github.com/Frizlab/UnwrapOrThrow.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/mxcl/LegibleError.git
Working copy of https://github.com/mxcl/LegibleError.git resolved at 1.0.6
Creating working copy for https://github.com/xcode-actions/clt-logger.git
Working copy of https://github.com/xcode-actions/clt-logger.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/xcode-actions/swift-process-invocation.git
Working copy of https://github.com/xcode-actions/swift-process-invocation.git resolved at 1.3.0-beta.5.0.1
Downloading binary artifact https://github.com/Frizlab/eXtenderZ/releases/download/2.1.1/eXtenderZ-dynamic.xcframework.zip
Downloading binary artifact https://github.com/Frizlab/eXtenderZ/releases/download/2.1.1/eXtenderZ-static.xcframework.zip
[16375/10302104] Downloading https://github.com/Frizlab/eXtenderZ/releases/download/2.1.1/eXtenderZ-dynamic.xcframework.zip
[10334854/10761112] Downloading https://github.com/Frizlab/eXtenderZ/releases/download/2.1.1/eXtenderZ-dynamic.xcframework.zip, https://github.com/Frizlab/eXtenderZ/releases/download/2.1.1/eXtenderZ-static.xcframework.zip
Downloaded https://github.com/Frizlab/eXtenderZ/releases/download/2.1.1/eXtenderZ-static.xcframework.zip (0.62s)
Downloaded https://github.com/Frizlab/eXtenderZ/releases/download/2.1.1/eXtenderZ-dynamic.xcframework.zip (1.05s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
},
{
"identity" : "inlineobjectconfig",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/InlineObjectConfig.git"
},
{
"identity" : "stream-reader",
"requirement" : {
"range" : [
{
"lower_bound" : "3.5.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/stream-reader.git"
},
{
"identity" : "swift-xdg",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/swift-xdg.git"
},
{
"identity" : "unwraporthrow",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/UnwrapOrThrow.git"
},
{
"identity" : "legibleerror",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/LegibleError.git"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version.git"
},
{
"identity" : "clt-logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcode-actions/clt-logger.git"
},
{
"identity" : "swift-process-invocation",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0-beta.5.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcode-actions/swift-process-invocation.git"
}
],
"manifest_display_name" : "swift-sh",
"name" : "swift-sh",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "swift-sh",
"targets" : [
"swift-sh"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftSH_Helpers",
"targets" : [
"SwiftSH_Helpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_sh",
"module_type" : "SwiftTarget",
"name" : "swift-sh",
"path" : "Sources/swift-sh",
"product_dependencies" : [
"ArgumentParser",
"CLTLogger",
"Crypto",
"InlineObjectConfig",
"LegibleError",
"Logging",
"ProcessInvocation",
"StreamReader",
"SystemPackage",
"UnwrapOrThrow",
"Version",
"XDG"
],
"product_memberships" : [
"swift-sh"
],
"sources" : [
"Helpers/DepsPackage.swift",
"Helpers/FileManager+Utils.swift",
"Helpers/FilePath+ArgumentParser.swift",
"Helpers/FilePath+Utils.swift",
"Helpers/ImportSpecification+CustomStringConvertible.swift",
"Helpers/ImportSpecification+Parsing.swift",
"Helpers/ImportSpecification+Serialization.swift",
"Helpers/ImportSpecification.swift",
"Helpers/InternalError.swift",
"Helpers/ScriptSource.swift",
"Helpers/String+Utils.swift",
"Helpers/XDG+SwiftSH.swift",
"OptionGroups/BuildAndRunOptions.swift",
"OptionGroups/GlobalOptions.swift",
"OptionGroups/ScriptOptions.swift",
"swift-sh.swift",
"swift-sh⊳build.swift",
"swift-sh⊳clean.swift",
"swift-sh⊳create.swift",
"swift-sh⊳edit.swift",
"swift-sh⊳eject.swift",
"swift-sh⊳run.swift"
],
"type" : "executable"
},
{
"c99name" : "SwiftSH_Helpers",
"module_type" : "SwiftTarget",
"name" : "SwiftSH_Helpers",
"path" : "Sources/SwiftSH_Helpers",
"product_dependencies" : [
"ArgumentParser",
"CLTLogger",
"InlineObjectConfig",
"Logging",
"ProcessInvocation",
"StreamReader",
"SystemPackage",
"UnwrapOrThrow",
"XDG"
],
"product_memberships" : [
"SwiftSH_Helpers"
],
"sources" : [
"ExportedImports.swift",
"FilePath+ArgumentParser.swift",
"MessageError.swift",
"UsefulGlobals.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftSHTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSHTests",
"path" : "Tests",
"product_dependencies" : [
"Logging",
"SystemPackage"
],
"sources" : [
"HelpersTests.swift",
"ImportSpecificationUnitTests.swift",
"Utils/Version+Utils.swift"
],
"target_dependencies" : [
"swift-sh",
"SwiftSH_Helpers"
],
"type" : "test"
}
],
"tools_version" : "6.0"
}
Done.