Build Information
Successful build of swift-export, reference main (5dfa88), with Swift 6.1 for macOS (SPM) on 7 Mar 2026 19:11:56 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 .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/franklefebvre/swift-export.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/franklefebvre/swift-export
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5dfa883 Update installer package
Cloned https://github.com/franklefebvre/swift-export.git
Revision (git rev-parse @):
5dfa883ff4c619bee2fed34a950db598b3da7f46
SUCCESS checkout https://github.com/franklefebvre/swift-export.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/franklefebvre/swift-export.git
https://github.com/franklefebvre/swift-export.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"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "swift-export",
"name" : "swift-export",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "swift-export",
"targets" : [
"swift-export"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_export",
"module_type" : "SwiftTarget",
"name" : "swift-export",
"path" : "Sources",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"swift-export"
],
"sources" : [
"CommandRunner.swift",
"Config.swift",
"ExportError.swift",
"Logger.swift",
"String+terminal.swift",
"SwiftExport.swift",
"URL+filePath.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[2/17] Write swift-export-entitlement.plist
[5/17] Write sources
[7/17] Write swift-version-2F0A5646E1D333AE.txt
[8/19] Compiling writer.c
[9/19] Compiling api.c
[10/19] Compiling emitter.c
[11/19] Compiling scanner.c
[12/19] Compiling reader.c
[13/19] Compiling parser.c
[15/39] Emitting module ArgumentParserToolInfo
[16/39] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/86] Emitting module Yams
[18/88] Compiling ArgumentParser Foundation.swift
[19/88] Compiling ArgumentParser Mutex.swift
[20/88] Compiling ArgumentParser CompletionKind.swift
[21/88] Compiling ArgumentParser Errors.swift
[22/88] Emitting module ArgumentParser
[23/93] Compiling ArgumentParser ArgumentHelp.swift
[24/93] Compiling ArgumentParser ArgumentVisibility.swift
[27/93] Compiling ArgumentParser Flag.swift
[28/93] Compiling ArgumentParser NameSpecification.swift
[29/93] Compiling ArgumentParser Option.swift
[30/93] Compiling ArgumentParser OptionGroup.swift
[31/93] Compiling ArgumentParser ParentCommand.swift
[32/93] Compiling ArgumentParser AsyncParsableCommand.swift
[33/93] Compiling ArgumentParser CodingKeyValidator.swift
[34/93] Compiling ArgumentParser NonsenseFlagsValidator.swift
[35/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/93] Compiling ArgumentParser PositionalArgumentsValidator.swift
[37/93] Compiling ArgumentParser UniqueNamesValidator.swift
[38/93] Compiling ArgumentParser ParserError.swift
[39/93] Compiling ArgumentParser SplitArguments.swift
[40/93] Compiling ArgumentParser DumpHelpGenerator.swift
[41/93] Compiling ArgumentParser HelpCommand.swift
[42/93] Compiling ArgumentParser HelpGenerator.swift
[43/93] Compiling ArgumentParser Platform.swift
[44/93] Compiling ArgumentParser SequenceExtensions.swift
[45/93] Compiling ArgumentParser StringExtensions.swift
[46/93] Compiling ArgumentParser SwiftExtensions.swift
[47/93] Compiling ArgumentParser Tree.swift
[48/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/93] Compiling ArgumentParser CompletionsGenerator.swift
[50/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/93] Compiling ArgumentParser Argument.swift
[53/93] Compiling ArgumentParser ArgumentDiscussion.swift
[54/93] Compiling ArgumentParser CommandConfiguration.swift
[55/93] Compiling ArgumentParser CommandGroup.swift
[56/93] Compiling ArgumentParser EnumerableFlag.swift
[57/93] Compiling ArgumentParser ExpressibleByArgument.swift
[58/93] Compiling ArgumentParser ParsableArguments.swift
[59/93] Compiling ArgumentParser InputKey.swift
[60/93] Compiling ArgumentParser InputOrigin.swift
[61/93] Compiling ArgumentParser Name.swift
[62/93] Compiling ArgumentParser Parsed.swift
[63/93] Compiling Yams YamlError.swift
[64/93] Compiling Yams YamlTagProviding.swift
[65/93] Compiling ArgumentParser ArgumentDecoder.swift
[66/93] Compiling ArgumentParser ArgumentDefinition.swift
[67/93] Compiling ArgumentParser ArgumentSet.swift
[68/93] Compiling ArgumentParser CommandParser.swift
[75/93] Compiling ArgumentParser MessageInfo.swift
[76/93] Compiling ArgumentParser UsageGenerator.swift
[77/93] Compiling ArgumentParser CollectionExtensions.swift
[91/101] Compiling swift_export URL+filePath.swift
[92/101] Compiling swift_export ExportError.swift
[93/101] Compiling swift_export CommandRunner.swift
[94/101] Compiling swift_export String+terminal.swift
[95/101] Compiling swift_export Logger.swift
[96/101] Compiling swift_export SwiftExport.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExport.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | @main
5 | struct SwiftExport: AsyncParsableCommand {
6 | static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | commandName: "swift export",
8 | abstract: "A utility to create macOS installer packages for command-line tools."
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExport.swift:170:26: warning: sending value of non-Sendable type '() -> String' risks causing data races; this is an error in the Swift 6 language mode
168 |
169 | if !dryRun {
170 | await logger.info("Creating output directory: \(config.outputDirectory.filePath)")
| |- warning: sending value of non-Sendable type '() -> String' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending value of non-Sendable type '() -> String' to actor-isolated instance method 'info' risks causing data races between actor-isolated and local nonisolated uses
171 | try FileManager.default.createDirectory(at: config.outputDirectory, withIntermediateDirectories: true)
172 | }
:
176 | await logger.info("Creating signed installer package at \(pkgFile.filePath)")
177 | let pkgIdentifier = config.exportConfig.package.identifier ?? codesignIdentifier
178 | try await shell(.pkgbuild, "--identifier", pkgIdentifier, "--version", config.pkgVersion, "--root", pkgRoot.filePath, "--sign", config.exportConfig.package.certificate, pkgFile.filePath)
| `- note: access can happen concurrently
179 |
180 | await logger.info("Submitting installer package for notarization")
[97/101] Emitting module swift_export
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExport.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | @main
5 | struct SwiftExport: AsyncParsableCommand {
6 | static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | commandName: "swift export",
8 | abstract: "A utility to create macOS installer packages for command-line tools."
[98/101] Compiling swift_export Config.swift
[98/101] Write Objects.LinkFileList
[99/101] Linking swift-export
[100/101] Applying swift-export
Build complete! (16.83s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/jpsim/Yams.git from cache (1.35s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.38s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (4.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.51s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
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"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "swift-export",
"name" : "swift-export",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "swift-export",
"targets" : [
"swift-export"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_export",
"module_type" : "SwiftTarget",
"name" : "swift-export",
"path" : "Sources",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"swift-export"
],
"sources" : [
"CommandRunner.swift",
"Config.swift",
"ExportError.swift",
"Logger.swift",
"String+terminal.swift",
"SwiftExport.swift",
"URL+filePath.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Done.