Build Information
Successful build of SwiftDependencyUpdater, reference main (917c39
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:54:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/swift-dependency-updater.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/swift-dependency-updater
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 917c39b Bump swift-argument-parser from 1.4.0 to 1.5.0
Cloned https://github.com/Nef10/swift-dependency-updater.git
Revision (git rev-parse @):
917c39b55e102dda1da62f0d1bff7f8c5b0af13d
SUCCESS checkout https://github.com/Nef10/swift-dependency-updater.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Nef10/swift-dependency-updater.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[7/14] Write swift-dependency-updater-entitlement.plist
[7/14] Write sources
[10/14] Write swift-version-1EA4D86E10B52AF.txt
[12/31] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/31] Emitting module ArgumentParserToolInfo
[14/70] Compiling Rainbow StringGenerator.swift
[15/71] Compiling ArgumentParser NameSpecification.swift
[16/71] Compiling ArgumentParser Option.swift
[17/71] Compiling Rainbow ControlCode.swift
[18/71] Compiling Rainbow String+Rainbow.swift
[19/71] Compiling Rainbow Style.swift
[20/71] Emitting module Rainbow
[21/71] Compiling ArgumentParser ArgumentHelp.swift
[22/71] Compiling ArgumentParser ArgumentVisibility.swift
[23/71] Compiling ArgumentParser CompletionKind.swift
[24/71] Compiling ArgumentParser Errors.swift
[25/71] Compiling ArgumentParser Flag.swift
[26/75] Compiling ArgumentParser InputOrigin.swift
[27/75] Compiling ArgumentParser Name.swift
[28/75] Compiling ArgumentParser Parsed.swift
[29/75] Compiling ArgumentParser ParsedValues.swift
[32/75] Compiling ArgumentParser OptionGroup.swift
[33/75] Compiling ArgumentParser AsyncParsableCommand.swift
[34/75] Compiling ArgumentParser ParsableArguments.swift
[35/75] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/75] Compiling ArgumentParser ParsableCommand.swift
[37/75] Compiling ArgumentParser ArgumentDecoder.swift
[38/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/75] Compiling ArgumentParser CompletionsGenerator.swift
[40/75] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/75] Compiling ArgumentParser Argument.swift
[43/75] Emitting module ArgumentParser
[44/75] Compiling ArgumentParser Platform.swift
[45/75] Compiling ArgumentParser SequenceExtensions.swift
[46/75] Compiling ArgumentParser StringExtensions.swift
[47/75] Compiling ArgumentParser Tree.swift
[48/75] Compiling Require Require.swift
[49/75] Emitting module Require
[50/75] Compiling ArgumentParser ArgumentDefinition.swift
[51/75] Compiling ArgumentParser ArgumentSet.swift
[52/75] Compiling ArgumentParser CommandParser.swift
[53/75] Compiling ArgumentParser InputKey.swift
[54/75] Compiling ArgumentParser HelpGenerator.swift
[55/75] Compiling ArgumentParser MessageInfo.swift
[56/75] Compiling ArgumentParser UsageGenerator.swift
[57/75] Compiling ArgumentParser CollectionExtensions.swift
[58/75] Compiling ArgumentParser ParserError.swift
[59/75] Compiling ArgumentParser SplitArguments.swift
[60/75] Compiling ArgumentParser DumpHelpGenerator.swift
[61/75] Compiling ArgumentParser HelpCommand.swift
[62/75] Compiling ArgumentParser CommandConfiguration.swift
[63/75] Compiling ArgumentParser CommandGroup.swift
[64/75] Compiling ArgumentParser EnumerableFlag.swift
[65/75] Compiling ArgumentParser ExpressibleByArgument.swift
[66/75] Compiling Rainbow OutputTarget.swift
[67/75] Compiling Rainbow Color.swift
[68/75] Compiling Rainbow ColorApproximation.swift
[69/75] Compiling Rainbow Rainbow.swift
[70/75] Compiling Rainbow ModesExtractor.swift
[71/75] Compiling ShellOut ShellOut.swift
[72/75] Emitting module ShellOut
[73/80] Emitting module Releases
[74/80] Compiling Releases Releases.swift
[75/80] Compiling Releases ReleasesError.swift
[76/80] Compiling Releases Version.swift
[77/80] Compiling Releases Array+Version.swift
[78/95] Compiling SwiftDependencyUpdaterLibrary SwiftPackageUpdate.swift
[79/95] Compiling SwiftDependencyUpdaterLibrary GitHubCommand.swift
[80/95] Compiling SwiftDependencyUpdaterLibrary ListCommand.swift
[81/95] Compiling SwiftDependencyUpdaterLibrary SwiftPackage.swift
[82/95] Compiling SwiftDependencyUpdaterLibrary SwiftDependencyUpdater.swift
[83/95] Compiling SwiftDependencyUpdaterLibrary String.swift
[84/95] Compiling SwiftDependencyUpdaterLibrary Version.swift
[85/95] Emitting module SwiftDependencyUpdaterLibrary
[86/95] Compiling SwiftDependencyUpdaterLibrary UpdateCommand.swift
[87/95] Compiling SwiftDependencyUpdaterLibrary PackageDescription.swift
[88/95] Compiling SwiftDependencyUpdaterLibrary ResolvedPackage.swift
[89/95] Compiling SwiftDependencyUpdaterLibrary Dependency.swift
[90/95] Compiling SwiftDependencyUpdaterLibrary Collection.swift
[91/95] Compiling SwiftDependencyUpdaterLibrary Git.swift
[92/95] Compiling SwiftDependencyUpdaterLibrary GitHub.swift
[93/96] Compiling SwiftDependencyUpdaterLibrary Update.swift
[94/98] Emitting module SwiftDependencyUpdater
[95/98] Compiling SwiftDependencyUpdater main.swift
[95/98] Write Objects.LinkFileList
[96/98] Linking swift-dependency-updater
[97/98] Applying swift-dependency-updater
Build complete! (17.57s)
Fetching https://github.com/Nef10/Releases.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/Nef10/ShellOut.git
[1/164] Fetching releases
[165/464] Fetching releases, shellout
[405/1660] Fetching releases, shellout, rainbow
[1661/17040] Fetching releases, shellout, rainbow, swift-argument-parser
Fetched https://github.com/Nef10/ShellOut.git from cache (1.59s)
Fetched https://github.com/Nef10/Releases.git from cache (1.59s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.59s)
Fetched https://github.com/onevcat/Rainbow.git from cache (1.59s)
Computing version for https://github.com/Nef10/Releases.git
Computed https://github.com/Nef10/Releases.git at 5.0.1 (2.08s)
Fetching https://github.com/JohnSundell/Require.git
[1/152] Fetching require
Fetched https://github.com/JohnSundell/Require.git from cache (0.68s)
Computing version for https://github.com/Nef10/ShellOut.git
Computed https://github.com/Nef10/ShellOut.git at 2.3.1 (1.17s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.43s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (1.91s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.1.0 (0.49s)
Creating working copy for https://github.com/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
Creating working copy for https://github.com/Nef10/Releases.git
Working copy of https://github.com/Nef10/Releases.git resolved at 5.0.1
Creating working copy for https://github.com/Nef10/ShellOut.git
Working copy of https://github.com/Nef10/ShellOut.git resolved at 2.3.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.1.0
warning: 'releases': Conflicting identity for shellout: dependency 'github.com/johnsundell/shellout' and dependency 'github.com/nef10/shellout' both point to the same package identity 'shellout'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/nef10/releases->github.com/johnsundell/shellout (B) /users/admin/builder/spi-builder-workspace->github.com/nef10/shellout. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "1.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/ShellOut.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "releases",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/Releases.git"
}
],
"manifest_display_name" : "SwiftDependencyUpdater",
"name" : "SwiftDependencyUpdater",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
}
],
"products" : [
{
"name" : "SwiftDependencyUpdaterLibrary",
"targets" : [
"SwiftDependencyUpdaterLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-dependency-updater",
"targets" : [
"SwiftDependencyUpdater"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftDependencyUpdaterLibraryTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDependencyUpdaterLibraryTests",
"path" : "Tests/SwiftDependencyUpdaterLibraryTests",
"sources" : [
"DependencyTests.swift",
"Extensions/XCTest+Execution.swift",
"Extensions/XCTestCase.swift",
"ExtensionsTests/CollectionTests.swift",
"ExtensionsTests/StringTests.swift",
"HelpTests.swift",
"PackageDescriptionTest.swift",
"ResolvedPackageTests.swift",
"Services/GitHubTests.swift",
"Services/GitTests.swift",
"SubCommands/GitHubCommandTests.swift",
"SubCommands/ListCommandTests.swift",
"SubCommands/UpdateCommandTests.swift",
"SwiftPackageTests.swift",
"SwiftPackageUpdateTests.swift",
"TestUtils.swift",
"UpdateTests.swift"
],
"target_dependencies" : [
"SwiftDependencyUpdaterLibrary"
],
"type" : "test"
},
{
"c99name" : "SwiftDependencyUpdaterLibrary",
"module_type" : "SwiftTarget",
"name" : "SwiftDependencyUpdaterLibrary",
"path" : "Sources/SwiftDependencyUpdaterLibrary",
"product_dependencies" : [
"ArgumentParser",
"ShellOut",
"Rainbow",
"Releases"
],
"product_memberships" : [
"SwiftDependencyUpdaterLibrary",
"swift-dependency-updater"
],
"sources" : [
"Dependency.swift",
"Extensions/Collection.swift",
"Extensions/String.swift",
"Extensions/Version.swift",
"PackageDescription.swift",
"ResolvedPackage.swift",
"Services/Git.swift",
"Services/GitHub.swift",
"SubCommands/GitHubCommand.swift",
"SubCommands/ListCommand.swift",
"SubCommands/UpdateCommand.swift",
"SwiftDependencyUpdater.swift",
"SwiftPackage.swift",
"SwiftPackageUpdate.swift",
"Update.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftDependencyUpdater",
"module_type" : "SwiftTarget",
"name" : "SwiftDependencyUpdater",
"path" : "Sources/SwiftDependencyUpdater",
"product_memberships" : [
"swift-dependency-updater"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftDependencyUpdaterLibrary"
],
"type" : "executable"
}
],
"tools_version" : "5.2"
}
Done.