Build Information
Successful build of SwiftOutdated, reference main (52b99e
), with Swift 6.2 (beta) for macOS (SPM) on 4 Sep 2025 19:53: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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/swift-outdated.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/swift-outdated
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 52b99ec Merge pull request #52 from kiliankoe/automatically-set-build-version
Cloned https://github.com/kiliankoe/swift-outdated.git
Revision (git rev-parse @):
52b99ec6ae9d5b3d48e0a815fcd0114c029f83e6
SUCCESS checkout https://github.com/kiliankoe/swift-outdated.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kiliankoe/swift-outdated.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[6/17] Write swift-outdated-entitlement.plist
[6/17] Write sources
[13/17] Write swift-version-1EA4D86E10B52AF.txt
[15/47] Emitting module ArgumentParserToolInfo
[16/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/93] Compiling Logging MetadataProvider.swift
[18/93] Emitting module Logging
[19/93] Compiling Logging Locks.swift
[20/93] Compiling Logging LogHandler.swift
[21/93] Compiling Logging Logging.swift
[22/93] Compiling Rainbow ControlCode.swift
[23/93] Compiling Rainbow Color.swift
[24/94] Emitting module Rainbow
[25/94] Compiling ArgumentParser ArgumentDiscussion.swift
[26/94] Compiling ArgumentParser ArgumentHelp.swift
[27/94] Compiling Rainbow XcodeColorsSupport.swift
[28/94] Compiling Rainbow StringGenerator.swift
[29/94] Compiling Rainbow Style.swift
[30/94] Compiling Rainbow String+Rainbow.swift
[31/94] Emitting module Version
[32/94] Compiling Version Version+Range.swift
[33/94] Compiling Version Version.swift
[36/94] Compiling ArgumentParser ArgumentVisibility.swift
[37/94] Compiling ArgumentParser CompletionKind.swift
[38/94] Compiling ArgumentParser Errors.swift
[39/98] Compiling ArgumentParser CommandConfiguration.swift
[40/98] Compiling ArgumentParser CommandGroup.swift
[41/98] Compiling ArgumentParser EnumerableFlag.swift
[42/98] Compiling ArgumentParser ExpressibleByArgument.swift
[43/98] Compiling ArgumentParser ParsableArguments.swift
[44/98] Emitting module ArgumentParser
[45/98] Compiling ArgumentParser NonsenseFlagsValidator.swift
[46/98] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/98] Compiling ArgumentParser PositionalArgumentsValidator.swift
[48/98] Compiling ArgumentParser UniqueNamesValidator.swift
[49/98] Compiling ArgumentParser Flag.swift
[50/98] Compiling ArgumentParser NameSpecification.swift
[51/98] Compiling ArgumentParser Option.swift
[52/98] Compiling ArgumentParser OptionGroup.swift
[53/98] Compiling ArgumentParser AsyncParsableCommand.swift
[54/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/98] Compiling ArgumentParser CompletionsGenerator.swift
[56/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/98] Compiling ArgumentParser Argument.swift
[59/98] Compiling Version Version+Codable.swift
[60/98] Compiling Version Version+Comparable.swift
[61/98] Compiling Version Version+Foundation.swift
[62/98] Compiling Rainbow Rainbow.swift
[63/98] Compiling Rainbow OutputTarget.swift
[64/98] Compiling Rainbow ModesExtractor.swift
[65/98] Compiling ArgumentParser MessageInfo.swift
[66/98] Compiling ArgumentParser UsageGenerator.swift
[67/98] Compiling ArgumentParser CollectionExtensions.swift
[68/98] Compiling ArgumentParser Mutex.swift
[69/98] Compiling ArgumentParser Platform.swift
[70/98] Compiling ArgumentParser ParserError.swift
[71/98] Compiling ArgumentParser SplitArguments.swift
[72/98] Compiling ArgumentParser DumpHelpGenerator.swift
[73/98] Compiling ArgumentParser HelpCommand.swift
[74/98] Compiling ArgumentParser HelpGenerator.swift
[75/98] Compiling ShellOut ShellOut.swift
[76/98] Emitting module ShellOut
[77/98] Compiling SwiftyTextTable TextTable.swift
[78/98] Emitting module SwiftyTextTable
[79/98] Compiling ArgumentParser SequenceExtensions.swift
[80/98] Compiling ArgumentParser StringExtensions.swift
[81/98] Compiling ArgumentParser SwiftExtensions.swift
[82/98] Compiling ArgumentParser Tree.swift
[83/98] Compiling ArgumentParser CodingKeyValidator.swift
[84/98] Compiling ArgumentParser InputKey.swift
[85/98] Compiling ArgumentParser InputOrigin.swift
[86/98] Compiling ArgumentParser Name.swift
[87/98] Compiling ArgumentParser Parsed.swift
[88/98] Compiling ArgumentParser ParsedValues.swift
[89/98] Compiling ArgumentParser ParsableCommand.swift
[90/98] Compiling ArgumentParser ArgumentDecoder.swift
[91/98] Compiling ArgumentParser ArgumentDefinition.swift
[92/98] Compiling ArgumentParser ArgumentSet.swift
[93/98] Compiling ArgumentParser CommandParser.swift
[94/98] Compiling Files Files.swift
[95/98] Emitting module Files
[96/106] Compiling Outdated ConcurrentDictionary.swift
[97/106] Compiling Outdated OutdatedPackage.swift
[98/106] Compiling Outdated SwiftPackage.swift
[99/106] Compiling Outdated Resolved.swift
[100/106] Compiling Outdated Pin.swift
[101/106] Compiling Outdated GitRemoteProvider.swift
[102/106] Emitting module Outdated
[103/106] Compiling Outdated PackageCollection.swift
[104/108] Emitting module SwiftOutdated
[105/108] Compiling SwiftOutdated SwiftOutdated.swift
[105/108] Write Objects.LinkFileList
[106/108] Linking swift-outdated
[107/108] Applying swift-outdated
Build complete! (33.88s)
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/johnsundell/Files.git
Fetching https://github.com/johnsundell/ShellOut.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-testing.git
[3/293] Fetching version
[92/1222] Fetching version, swiftytexttable
[185/2557] Fetching version, swiftytexttable, rainbow
[468/3537] Fetching version, swiftytexttable, rainbow, shellout
[615/4785] Fetching version, swiftytexttable, rainbow, shellout, files
[728/8688] Fetching version, swiftytexttable, rainbow, shellout, files, swift-log
Fetched https://github.com/mxcl/Version.git from cache (0.80s)
[2010/8395] Fetching swiftytexttable, rainbow, shellout, files, swift-log
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.96s)
Fetched https://github.com/onevcat/Rainbow.git from cache (0.96s)
[3553/6131] Fetching shellout, files, swift-log
[4571/33050] Fetching shellout, files, swift-log, swift-testing
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
[2498/29147] Fetching shellout, files, swift-testing
[29148/44839] Fetching shellout, files, swift-testing, swift-argument-parser
Fetched https://github.com/johnsundell/Files.git from cache (1.89s)
Fetched https://github.com/johnsundell/ShellOut.git from cache (1.89s)
Fetched https://github.com/apple/swift-testing.git from cache (1.89s)
[942/15692] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.55s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (4.97s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.50s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (2.00s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 6.1.2 (0.47s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71850] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.98s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.2.0 (4.93s)
Computing version for https://github.com/johnsundell/Files.git
Computed https://github.com/johnsundell/Files.git at 4.3.0 (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.39s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.42s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.59s)
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.6.1
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/johnsundell/ShellOut.git
Working copy of https://github.com/johnsundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/johnsundell/Files.git
Working copy of https://github.com/johnsundell/Files.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 6.1.2
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.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" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/ShellOut.git"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/Files.git"
},
{
"identity" : "swiftytexttable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.1.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-testing.git"
}
],
"manifest_display_name" : "SwiftOutdated",
"name" : "SwiftOutdated",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "swift-outdated",
"targets" : [
"SwiftOutdated"
],
"type" : {
"executable" : null
}
},
{
"name" : "Outdated",
"targets" : [
"Outdated"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOutdated",
"module_type" : "SwiftTarget",
"name" : "SwiftOutdated",
"path" : "Sources/SwiftOutdated",
"product_dependencies" : [
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"swift-outdated"
],
"sources" : [
"SwiftOutdated.swift"
],
"target_dependencies" : [
"Outdated"
],
"type" : "executable"
},
{
"c99name" : "OutdatedTests",
"module_type" : "SwiftTarget",
"name" : "OutdatedTests",
"path" : "Tests/OutdatedTests",
"product_dependencies" : [
"Version",
"Testing"
],
"sources" : [
"MockGitRemoteProvider.swift",
"OutdatedPackageTests.swift",
"PackageResolvedTests.swift",
"TestSetup.swift",
"VersionCollectionTests.swift"
],
"target_dependencies" : [
"Outdated"
],
"type" : "test"
},
{
"c99name" : "Outdated",
"module_type" : "SwiftTarget",
"name" : "Outdated",
"path" : "Sources/Outdated",
"product_dependencies" : [
"Logging",
"Files",
"Rainbow",
"ShellOut",
"SwiftyTextTable",
"Version"
],
"product_memberships" : [
"swift-outdated",
"Outdated"
],
"sources" : [
"ConcurrentDictionary.swift",
"GitRemoteProvider.swift",
"OutdatedPackage.swift",
"PackageCollection.swift",
"Pin.swift",
"Resolved.swift",
"SwiftPackage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.