The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SPM, reference 0.0.2 (4343e7), with Swift 6.1 for Android on 27 May 2025 21:34:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sherlouk/spm.git
Reference: 0.0.2
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/sherlouk/spm
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 4343e7b Improve Nomnoml Output
Cloned https://github.com/sherlouk/spm.git
Revision (git rev-parse @):
4343e7ba42e5a00dabc6cd821bcdf0ac6539f083
SUCCESS checkout https://github.com/sherlouk/spm.git at 0.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sherlouk/spm.git
https://github.com/sherlouk/spm.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "console-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.4",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/console-kit"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut"
    }
  ],
  "manifest_display_name" : "SPM",
  "name" : "SPM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "spm",
      "targets" : [
        "Console"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShellCommands",
      "module_type" : "SwiftTarget",
      "name" : "ShellCommands",
      "path" : "Sources/ShellCommands",
      "product_dependencies" : [
        "ShellOut"
      ],
      "product_memberships" : [
        "spm"
      ],
      "sources" : [
        "ShellOut+Nomnoml.swift",
        "ShellOut+Swift.swift",
        "ShellOut+Which.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShellCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "ShellCommandTests",
      "path" : "Tests/ShellCommandTests",
      "sources" : [
        "NomnomlCommandTests.swift",
        "SwiftCommandTests.swift",
        "WhichCommandTests.swift"
      ],
      "target_dependencies" : [
        "ShellCommands"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GrapherTests",
      "module_type" : "SwiftTarget",
      "name" : "GrapherTests",
      "path" : "Tests/GrapherTests",
      "sources" : [
        "GrapherTests.swift",
        "NomnomlTests.swift"
      ],
      "target_dependencies" : [
        "Grapher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Grapher",
      "module_type" : "SwiftTarget",
      "name" : "Grapher",
      "path" : "Sources/Grapher",
      "product_dependencies" : [
        "ConsoleKit",
        "Files"
      ],
      "product_memberships" : [
        "spm"
      ],
      "sources" : [
        "Export/NomnomlExport.swift",
        "Formatter/NomnomlFormatter.swift",
        "Grapher.swift",
        "Relationships/RelationshipGenerator.swift",
        "Traverser/Package.swift",
        "Traverser/PackageDumper.swift",
        "Traverser/PackageTraverser.swift"
      ],
      "target_dependencies" : [
        "ShellCommands"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Console",
      "module_type" : "SwiftTarget",
      "name" : "Console",
      "path" : "Sources/Console",
      "product_dependencies" : [
        "ConsoleKit"
      ],
      "product_memberships" : [
        "spm"
      ],
      "sources" : [
        "GraphCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Grapher"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/console-kit
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/JohnSundell/ShellOut
[1/960] Fetching shellout
[865/2196] Fetching shellout, files
[1270/7773] Fetching shellout, files, console-kit
Fetched https://github.com/JohnSundell/ShellOut from cache (0.50s)
[6207/6813] Fetching files, console-kit
Fetched https://github.com/JohnSundell/Files from cache (0.53s)
Fetched https://github.com/vapor/console-kit from cache (0.66s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (4.52s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (1.30s)
Computing version for https://github.com/vapor/console-kit
Computed https://github.com/vapor/console-kit at 4.15.2 (0.58s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.28s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.06s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4085/6101] Fetching swift-system, swift-atomics
[4752/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
[8705/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.59s)
Fetched https://github.com/apple/swift-collections.git from cache (1.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.30s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.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.3
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
Creating working copy for https://github.com/vapor/console-kit
Working copy of https://github.com/vapor/console-kit resolved at 4.15.2
Building for debugging...
[0/25] Write sources
[10/25] Write swift-version-24593BA9C3E375BF.txt
[12/34] Emitting module ShellOut
[12/34] Compiling c-nioatomics.c
[13/34] Compiling c-atomics.c
[15/40] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[16/40] Compiling NIOConcurrencyHelpers NIOLock.swift
[17/40] Emitting module NIOConcurrencyHelpers
[18/40] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/40] Compiling NIOConcurrencyHelpers lock.swift
[20/40] Compiling NIOConcurrencyHelpers atomics.swift
[21/41] Wrapping AST for NIOConcurrencyHelpers for debugging
[23/41] Compiling Logging MetadataProvider.swift
[24/41] Compiling Logging LogHandler.swift
[25/41] Compiling Logging Logging.swift
[26/41] Compiling Logging Locks.swift
[27/41] Emitting module Logging
[28/42] Wrapping AST for Logging for debugging
[30/55] Compiling ShellOut ShellOut.swift
[31/69] Emitting module Files
[32/69] Compiling Files Files.swift
[35/70] Emitting module ConsoleKitTerminal
[35/73] Wrapping AST for ShellOut for debugging
[37/73] Compiling ConsoleKitTerminal ActivityBar.swift
[38/73] Compiling ConsoleKitTerminal ActivityIndicator.swift
[39/73] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[40/73] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[41/73] Compiling ConsoleKitTerminal Console+Wait.swift
[42/73] Compiling ConsoleKitTerminal ConsoleColor.swift
[43/73] Compiling ConsoleKitTerminal ConsoleStyle.swift
[44/73] Compiling ConsoleKitTerminal Console+Confirm.swift
[45/73] Compiling ConsoleKitTerminal Console+Input.swift
[46/73] Compiling ConsoleKitTerminal Console+Center.swift
[47/73] Compiling ConsoleKitTerminal Console+Output.swift
[47/73] Wrapping AST for Files for debugging
[49/77] Compiling ConsoleKitTerminal CustomActivity.swift
[50/77] Compiling ConsoleKitTerminal LoadingBar.swift
[51/77] Compiling ConsoleKitTerminal ProgressBar.swift
[52/77] Compiling ConsoleKitTerminal Console+Clear.swift
[53/77] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[54/77] Compiling ConsoleKitTerminal ConsoleClear.swift
[55/77] Compiling ConsoleKitTerminal Console+Ask.swift
[56/77] Compiling ConsoleKitTerminal Console+Choose.swift
[57/77] Compiling ShellCommands ShellOut+Swift.swift
[58/77] Compiling ShellCommands ShellOut+Nomnoml.swift
[59/77] Emitting module ShellCommands
[60/77] Compiling ShellCommands ShellOut+Which.swift
[61/78] Compiling ConsoleKitTerminal Console.swift
[62/78] Compiling ConsoleKitTerminal Terminal.swift
[63/78] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[64/78] Compiling ConsoleKitTerminal ConsoleText.swift
[65/78] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[66/78] Compiling ConsoleKitTerminal ANSI.swift
[67/78] Wrapping AST for ShellCommands for debugging
[69/78] Compiling ConsoleKitTerminal AnySendableHashable.swift
[70/78] Compiling ConsoleKitTerminal ConsoleLogger.swift
[71/78] Compiling ConsoleKitTerminal LoggerFragment.swift
[72/79] Wrapping AST for ConsoleKitTerminal for debugging
[74/101] Emitting module ConsoleKitCommands
[75/103] Compiling ConsoleKitCommands AsyncCommands.swift
[76/103] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[77/103] Compiling ConsoleKitCommands AnyCommand.swift
[78/103] Compiling ConsoleKitCommands CommandGroup.swift
[79/103] Compiling ConsoleKitCommands CommandInput.swift
[80/103] Compiling ConsoleKitCommands Commands.swift
[81/103] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[82/103] Compiling ConsoleKitCommands Utilities.swift
[83/103] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[84/103] Compiling ConsoleKitCommands AsyncCommand.swift
[85/103] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[86/103] Compiling ConsoleKitCommands CommandSignature.swift
[87/103] Compiling ConsoleKitCommands Flag.swift
[88/103] Compiling ConsoleKitCommands Option.swift
[89/103] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[90/103] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[91/103] Compiling ConsoleKitCommands Argument.swift
[92/103] Compiling ConsoleKitCommands Command.swift
[93/103] Compiling ConsoleKitCommands CommandContext.swift
[94/103] Compiling ConsoleKitCommands CommandError.swift
[95/103] Compiling ConsoleKitCommands Console+Run.swift
[96/103] Compiling ConsoleKitCommands ConsoleError.swift
[97/103] Compiling ConsoleKitCommands Completion.swift
[98/104] Wrapping AST for ConsoleKitCommands for debugging
[100/106] Emitting module ConsoleKit
[101/106] Compiling ConsoleKit Exports.swift
[102/107] Wrapping AST for ConsoleKit for debugging
[104/115] Compiling Grapher Grapher.swift
[105/115] Compiling Grapher RelationshipGenerator.swift
[106/115] Compiling Grapher NomnomlFormatter.swift
[107/115] Emitting module Grapher
[108/115] Compiling Grapher NomnomlExport.swift
[109/115] Compiling Grapher PackageDumper.swift
[110/115] Compiling Grapher PackageTraverser.swift
[111/115] Compiling Grapher Package.swift
[112/116] Wrapping AST for Grapher for debugging
[114/119] Compiling Console main.swift
[115/119] Compiling Console GraphCommand.swift
[116/119] Emitting module Console
[117/120] Wrapping AST for Console for debugging
[118/120] Write Objects.LinkFileList
[119/120] Linking spm
Build complete! (49.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "console-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.4",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/console-kit"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut"
    }
  ],
  "manifest_display_name" : "SPM",
  "name" : "SPM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "spm",
      "targets" : [
        "Console"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShellCommands",
      "module_type" : "SwiftTarget",
      "name" : "ShellCommands",
      "path" : "Sources/ShellCommands",
      "product_dependencies" : [
        "ShellOut"
      ],
      "product_memberships" : [
        "spm"
      ],
      "sources" : [
        "ShellOut+Nomnoml.swift",
        "ShellOut+Swift.swift",
        "ShellOut+Which.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShellCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "ShellCommandTests",
      "path" : "Tests/ShellCommandTests",
      "sources" : [
        "NomnomlCommandTests.swift",
        "SwiftCommandTests.swift",
        "WhichCommandTests.swift"
      ],
      "target_dependencies" : [
        "ShellCommands"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GrapherTests",
      "module_type" : "SwiftTarget",
      "name" : "GrapherTests",
      "path" : "Tests/GrapherTests",
      "sources" : [
        "GrapherTests.swift",
        "NomnomlTests.swift"
      ],
      "target_dependencies" : [
        "Grapher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Grapher",
      "module_type" : "SwiftTarget",
      "name" : "Grapher",
      "path" : "Sources/Grapher",
      "product_dependencies" : [
        "ConsoleKit",
        "Files"
      ],
      "product_memberships" : [
        "spm"
      ],
      "sources" : [
        "Export/NomnomlExport.swift",
        "Formatter/NomnomlFormatter.swift",
        "Grapher.swift",
        "Relationships/RelationshipGenerator.swift",
        "Traverser/Package.swift",
        "Traverser/PackageDumper.swift",
        "Traverser/PackageTraverser.swift"
      ],
      "target_dependencies" : [
        "ShellCommands"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Console",
      "module_type" : "SwiftTarget",
      "name" : "Console",
      "path" : "Sources/Console",
      "product_dependencies" : [
        "ConsoleKit"
      ],
      "product_memberships" : [
        "spm"
      ],
      "sources" : [
        "GraphCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Grapher"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.