The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftArgs, reference 0.5.5 (c19202), with Swift 6.3 for Wasm on 10 Apr 2026 10:47:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pkrll/SwiftArgs.git
Reference: 0.5.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pkrll/SwiftArgs
 * tag               0.5.5      -> FETCH_HEAD
HEAD is now at c192025 Update to Swift 5
Cloned https://github.com/pkrll/SwiftArgs.git
Revision (git rev-parse @):
c192025bf9f7a200e7b8bf2b37ea5db5cbcafdd9
SUCCESS checkout https://github.com/pkrll/SwiftArgs.git at 0.5.5
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/pkrll/SwiftArgs.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling SwiftArgs SwiftArgsError.swift
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:48:52: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
46 | 		for output in self.rows {
47 | 			if output is SwiftConsoleRow, let output = output as? SwiftConsoleRow {
48 | 				arguments.append(NSString(string: output.left).utf8String!)
   |                                                    `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
49 | 				arguments.append(NSString(string: output.right).utf8String!)
50 |
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:49:53: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
47 | 			if output is SwiftConsoleRow, let output = output as? SwiftConsoleRow {
48 | 				arguments.append(NSString(string: output.left).utf8String!)
49 | 				arguments.append(NSString(string: output.right).utf8String!)
   |                                                     `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
50 |
51 | 				strFormat += "  %-\(padding)s%s\n"
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:53:53: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
51 | 				strFormat += "  %-\(padding)s%s\n"
52 | 			} else if output is SwiftConsoleHeader, let output = output as? SwiftConsoleHeader {
53 | 				arguments.append(NSString(string: output.title).utf8String!)
   |                                                     `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
54 |
55 | 				strFormat += "\n%s\n"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/17] Compiling SwiftArgs SwiftConsole.swift
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:48:52: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
46 | 		for output in self.rows {
47 | 			if output is SwiftConsoleRow, let output = output as? SwiftConsoleRow {
48 | 				arguments.append(NSString(string: output.left).utf8String!)
   |                                                    `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
49 | 				arguments.append(NSString(string: output.right).utf8String!)
50 |
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:49:53: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
47 | 			if output is SwiftConsoleRow, let output = output as? SwiftConsoleRow {
48 | 				arguments.append(NSString(string: output.left).utf8String!)
49 | 				arguments.append(NSString(string: output.right).utf8String!)
   |                                                     `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
50 |
51 | 				strFormat += "  %-\(padding)s%s\n"
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:53:53: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
51 | 				strFormat += "  %-\(padding)s%s\n"
52 | 			} else if output is SwiftConsoleHeader, let output = output as? SwiftConsoleHeader {
53 | 				arguments.append(NSString(string: output.title).utf8String!)
   |                                                     `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
54 |
55 | 				strFormat += "\n%s\n"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/19] Emitting module SwiftArgs
[6/19] Compiling SwiftArgs Argument.swift
[7/19] Compiling SwiftArgs BoolOption.swift
[8/19] Compiling SwiftArgs ArgumentType.swift
[9/19] Compiling SwiftArgs Array+Argument.swift
[10/19] Compiling SwiftArgs ANSIAttribute.swift
[11/19] Compiling SwiftArgs ANSIColor.swift
[12/19] Compiling SwiftArgs FlagOption.swift
[13/19] Compiling SwiftArgs StringOption.swift
[14/19] Compiling SwiftArgs CommandOption.swift
[15/19] Compiling SwiftArgs EnumOption.swift
[16/19] Compiling SwiftArgs String+Color.swift
[17/19] Compiling SwiftArgs OutputStream.swift
[18/19] Compiling SwiftArgs SwiftArgs.swift
[19/19] Compiling SwiftArgs SwiftArgsParser.swift
Build complete! (12.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftArgs",
  "name" : "SwiftArgs",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftArgs",
      "targets" : [
        "SwiftArgs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftArgsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftArgsTests",
      "path" : "Tests/SwiftArgsTests",
      "sources" : [
        "SwiftArgsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftArgs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftArgs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftArgs",
      "path" : "Sources/SwiftArgs",
      "product_memberships" : [
        "SwiftArgs"
      ],
      "sources" : [
        "ArgumentOptions/Argument.swift",
        "ArgumentOptions/BoolOption.swift",
        "ArgumentOptions/CommandOption.swift",
        "ArgumentOptions/EnumOption.swift",
        "ArgumentOptions/FlagOption.swift",
        "ArgumentOptions/StringOption.swift",
        "Support/Constants/ANSIAttribute.swift",
        "Support/Constants/ANSIColor.swift",
        "Support/Constants/ArgumentType.swift",
        "Support/Extension/Array+Argument.swift",
        "Support/Extension/String+Color.swift",
        "Support/OutputStream.swift",
        "Support/SwiftArgsError.swift",
        "Support/SwiftConsole.swift",
        "SwiftArgs.swift",
        "SwiftArgsParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.