The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-export, reference 1.0.1 (5dfa88), with Swift 6.1 for macOS (SPM) on 7 Mar 2026 23:14:10 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 InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/franklefebvre/swift-export.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/franklefebvre/swift-export
 * tag               1.0.1      -> FETCH_HEAD
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 1.0.1
========================================
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
[3/17] Write swift-export-entitlement.plist
[5/17] Write sources
[7/17] Write swift-version-2F0A5646E1D333AE.txt
[8/19] Compiling reader.c
[9/19] Compiling api.c
[10/19] Compiling writer.c
[11/19] Compiling scanner.c
[12/19] Compiling parser.c
[13/19] Compiling emitter.c
[15/39] Emitting module ArgumentParserToolInfo
[16/39] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/86] Emitting module Yams
[18/88] Emitting module ArgumentParser
[19/93] Compiling ArgumentParser CommandParser.swift
[20/93] Compiling ArgumentParser MessageInfo.swift
[21/93] Compiling ArgumentParser UsageGenerator.swift
[22/93] Compiling ArgumentParser CollectionExtensions.swift
[23/93] Compiling ArgumentParser CommandConfiguration.swift
[24/93] Compiling ArgumentParser CommandGroup.swift
[25/93] Compiling ArgumentParser EnumerableFlag.swift
[26/93] Compiling ArgumentParser ExpressibleByArgument.swift
[27/93] Compiling ArgumentParser ParsableArguments.swift
[28/93] Compiling ArgumentParser CodingKeyValidator.swift
[29/93] Compiling ArgumentParser NonsenseFlagsValidator.swift
[30/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/93] Compiling ArgumentParser PositionalArgumentsValidator.swift
[32/93] Compiling ArgumentParser UniqueNamesValidator.swift
[33/93] Compiling ArgumentParser NameSpecification.swift
[34/93] Compiling ArgumentParser Option.swift
[35/93] Compiling ArgumentParser OptionGroup.swift
[36/93] Compiling ArgumentParser ParentCommand.swift
[37/93] Compiling ArgumentParser AsyncParsableCommand.swift
[38/93] Compiling ArgumentParser Platform.swift
[39/93] Compiling ArgumentParser SequenceExtensions.swift
[40/93] Compiling ArgumentParser StringExtensions.swift
[41/93] Compiling ArgumentParser SwiftExtensions.swift
[42/93] Compiling ArgumentParser Tree.swift
[43/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/93] Compiling ArgumentParser CompletionsGenerator.swift
[45/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/93] Compiling ArgumentParser Argument.swift
[48/93] Compiling ArgumentParser ArgumentDiscussion.swift
[49/93] Compiling ArgumentParser InputKey.swift
[50/93] Compiling ArgumentParser InputOrigin.swift
[51/93] Compiling ArgumentParser Name.swift
[52/93] Compiling ArgumentParser Parsed.swift
[53/93] Compiling ArgumentParser ParsedValues.swift
[54/93] Compiling ArgumentParser ParserError.swift
[55/93] Compiling ArgumentParser SplitArguments.swift
[56/93] Compiling ArgumentParser DumpHelpGenerator.swift
[57/93] Compiling ArgumentParser HelpCommand.swift
[58/93] Compiling ArgumentParser HelpGenerator.swift
[59/93] Compiling ArgumentParser ArgumentHelp.swift
[60/93] Compiling ArgumentParser ArgumentVisibility.swift
[61/93] Compiling ArgumentParser CompletionKind.swift
[62/93] Compiling ArgumentParser Errors.swift
[63/93] Compiling ArgumentParser Flag.swift
[64/93] Compiling ArgumentParser ParsableCommand.swift
[65/93] Compiling ArgumentParser ArgumentDecoder.swift
[66/93] Compiling ArgumentParser ArgumentDefinition.swift
[67/93] Compiling ArgumentParser ArgumentSet.swift
[69/93] Compiling Yams YamlError.swift
[70/93] Compiling Yams YamlTagProviding.swift
[91/101] Compiling swift_export URL+filePath.swift
[92/101] Compiling swift_export String+terminal.swift
[93/101] Compiling swift_export Logger.swift
[94/101] Compiling swift_export CommandRunner.swift
[95/101] Compiling swift_export ExportError.swift
[96/101] Compiling swift_export Config.swift
[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 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")
[98/101] Write Objects.LinkFileList
[99/101] Linking swift-export
[100/101] Applying swift-export
Build complete! (16.93s)
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.41s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.43s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (4.84s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.53s)
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.