The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of archer, reference 0.1.0 (baf588), with Swift 6.0 for Linux on 3 Feb 2025 03:52:23 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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/archer.git
Reference: 0.1.0
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/tayloraswift/archer
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at baf5882 switch S3 bucket
Cloned https://github.com/tayloraswift/archer.git
Revision (git rev-parse @):
baf58823159522c7095f6d1544be1d2dd4b83a3e
SUCCESS checkout https://github.com/tayloraswift/archer.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tayloraswift/archer.git
https://github.com/tayloraswift/archer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "wasmtransformer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/WasmTransformer"
    },
    {
      "identity" : "swift-io",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-io"
    }
  ],
  "manifest_display_name" : "archer",
  "name" : "archer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "archer",
      "targets" : [
        "ArcherCommands"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_GitVersion",
      "module_type" : "ClangTarget",
      "name" : "_GitVersion",
      "path" : "Sources/_GitVersion",
      "product_memberships" : [
        "archer"
      ],
      "sources" : [
        "swiftpm_git_version.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArcherCommands",
      "module_type" : "SwiftTarget",
      "name" : "ArcherCommands",
      "path" : "Sources/ArcherCommands",
      "product_dependencies" : [
        "ArgumentParser",
        "System_ArgumentParser"
      ],
      "product_memberships" : [
        "archer"
      ],
      "sources" : [
        "ArcherCommand.Crush.swift",
        "ArcherCommand.Init.swift",
        "ArcherCommand.Version.swift",
        "ArcherCommand.swift"
      ],
      "target_dependencies" : [
        "Archer",
        "_GitVersion"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Archer",
      "module_type" : "SwiftTarget",
      "name" : "Archer",
      "path" : "Sources/Archer",
      "product_dependencies" : [
        "SystemIO",
        "WasmTransformer"
      ],
      "product_memberships" : [
        "archer"
      ],
      "sources" : [
        "Archer.Bundle.swift",
        "Archer.Crusher.swift",
        "Archer.swift",
        "_CartonResources (gen).swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/tayloraswift/swift-io
[1/71] Fetching swift-io
Fetched https://github.com/tayloraswift/swift-io from cache (0.18s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-system
[1/4024] Fetching swift-system
[3945/16565] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.95s)
[878/12541] Fetching swift-argument-parser
Fetching https://github.com/swiftwasm/WasmTransformer
Fetched https://github.com/apple/swift-argument-parser from cache (1.68s)
[1/809] Fetching wasmtransformer
Fetched https://github.com/swiftwasm/WasmTransformer from cache (0.54s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.0 (1.17s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.03s)
Computing version for https://github.com/swiftwasm/WasmTransformer
Computed https://github.com/swiftwasm/WasmTransformer at 0.5.0 (3.99s)
Creating working copy for https://github.com/tayloraswift/swift-io
Working copy of https://github.com/tayloraswift/swift-io resolved at master (1cbe8b2)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.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.5.0
Creating working copy for https://github.com/swiftwasm/WasmTransformer
Working copy of https://github.com/swiftwasm/WasmTransformer resolved at 0.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/22] Write sources
[9/22] Compiling CSystem shims.c
[10/22] Compiling _GitVersion swiftpm_git_version.c
[11/22] Write swift-version-24593BA9C3E375BF.txt
[13/71] Emitting module WasmTransformer
[14/73] Emitting module SystemPackage
[15/76] Compiling SystemPackage CInterop.swift
[16/76] Compiling SystemPackage Constants.swift
[17/76] Compiling SystemPackage FilePathTempPosix.swift
[18/76] Compiling SystemPackage FilePathTempWindows.swift
[19/76] Compiling SystemPackage Util+StringArray.swift
[20/76] Compiling SystemPackage Util.swift
[21/76] Compiling SystemPackage UtilConsumers.swift
[22/76] Compiling SystemPackage Exports.swift
[23/76] Compiling SystemPackage Errno.swift
[24/76] Compiling SystemPackage ErrnoWindows.swift
[25/76] Compiling SystemPackage FileDescriptor.swift
[26/76] Compiling SystemPackage FileHelpers.swift
[27/76] Compiling SystemPackage FileOperations.swift
[28/76] Compiling SystemPackage FilePath.swift
[29/76] Compiling SystemPackage FilePathComponentView.swift
[30/76] Compiling SystemPackage FilePathComponents.swift
[31/76] Compiling SystemPackage FilePathParsing.swift
[32/76] Compiling SystemPackage FilePathString.swift
[33/76] Compiling ArgumentParserToolInfo ToolInfo.swift
[34/76] Emitting module ArgumentParserToolInfo
[35/76] Compiling WasmTransformer StackOverflowSanitizer.swift
[36/76] Compiling WasmTransformer WasmTransformer.swift
[37/77] Compiling SystemPackage MachPort.swift
[38/77] Compiling SystemPackage PlatformString.swift
[39/77] Compiling SystemPackage SystemString.swift
[40/77] Compiling SystemPackage FilePathSyntax.swift
[41/77] Compiling SystemPackage FilePathTemp.swift
[42/77] Compiling SystemPackage Backcompat.swift
[44/78] Wrapping AST for ArgumentParserToolInfo for debugging
[45/78] Wrapping AST for WasmTransformer for debugging
[47/116] Compiling ArgumentParser BashCompletionsGenerator.swift
[48/116] Compiling ArgumentParser CompletionsGenerator.swift
[49/116] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/116] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/116] Compiling ArgumentParser Argument.swift
[52/116] Compiling ArgumentParser ArgumentHelp.swift
[53/116] Compiling ArgumentParser DumpHelpGenerator.swift
[54/116] Compiling ArgumentParser HelpCommand.swift
[55/116] Compiling ArgumentParser HelpGenerator.swift
[56/116] Compiling ArgumentParser MessageInfo.swift
[57/116] Compiling ArgumentParser UsageGenerator.swift
[58/116] Compiling ArgumentParser ArgumentDefinition.swift
[59/116] Compiling ArgumentParser ArgumentVisibility.swift
[60/116] Compiling ArgumentParser CompletionKind.swift
[61/116] Compiling ArgumentParser Errors.swift
[62/116] Compiling ArgumentParser Flag.swift
[63/116] Compiling ArgumentParser NameSpecification.swift
[64/116] Compiling ArgumentParser Option.swift
[65/116] Compiling ArgumentParser OptionGroup.swift
[66/116] Compiling ArgumentParser AsyncParsableCommand.swift
[67/116] Compiling ArgumentParser ArgumentSet.swift
[68/116] Compiling ArgumentParser CommandParser.swift
[69/116] Compiling ArgumentParser InputKey.swift
[70/116] Compiling ArgumentParser InputOrigin.swift
[71/117] Wrapping AST for SystemPackage for debugging
[73/136] Compiling SystemIO SystemProcess.Stream.swift
[74/136] Compiling SystemIO SystemProcess.swift
[75/138] Compiling SystemIO FilePath.Directory.swift
[76/138] Compiling SystemIO FilePath.DirectoryIterator.Stream.swift
[77/138] Compiling SystemIO FilePath.DirectoryIterator.swift
[78/138] Compiling SystemIO SystemProcessError.swift
[79/138] Compiling SystemIO lexemes.swift
[80/138] Compiling SystemIO FileDescriptor.swift
[81/138] Compiling SystemIO FileError.swift
[82/138] Compiling SystemIO FilePath (ext).swift
[83/138] Compiling SystemIO SystemProcess.Environment.swift
[84/138] Compiling SystemIO SystemProcess.EnvironmentEncoder.swift
[85/138] Compiling SystemIO FilePath.DirectoryPointer.swift
[86/138] Compiling SystemIO FilePermissions (ext).swift
[87/138] Compiling SystemIO FilePermissions.Component.swift
[88/138] Compiling SystemIO FileSystemStats.swift
[89/138] Compiling SystemIO FileType.swift
[96/143] Compiling SystemIO FileReadError.swift
[97/143] Compiling SystemIO FileSeekError.swift
[98/143] Compiling SystemIO FileStatus.swift
[99/143] Emitting module SystemIO
[101/144] Emitting module ArgumentParser
[107/144] Wrapping AST for SystemIO for debugging
[109/144] Compiling ArgumentParser Name.swift
[110/144] Compiling ArgumentParser Parsed.swift
[111/144] Compiling ArgumentParser ParsedValues.swift
[112/144] Compiling ArgumentParser ParserError.swift
[113/144] Compiling ArgumentParser SplitArguments.swift
[116/144] Compiling ArgumentParser CommandConfiguration.swift
[117/144] Compiling ArgumentParser CommandGroup.swift
[118/144] Compiling ArgumentParser EnumerableFlag.swift
[119/144] Compiling ArgumentParser ExpressibleByArgument.swift
[120/144] Compiling ArgumentParser ParsableArguments.swift
[121/144] Compiling ArgumentParser ParsableArgumentsValidation.swift
[122/144] Compiling ArgumentParser ParsableCommand.swift
[123/144] Compiling ArgumentParser ArgumentDecoder.swift
[124/149] Compiling Archer _CartonResources (gen).swift
[125/149] Compiling Archer Archer.swift
[126/149] Compiling Archer Archer.Bundle.swift
[127/149] Emitting module Archer
[128/149] Compiling Archer Archer.Crusher.swift
[135/150] Compiling ArgumentParser CollectionExtensions.swift
[136/150] Compiling ArgumentParser Platform.swift
[137/150] Compiling ArgumentParser SequenceExtensions.swift
[138/150] Compiling ArgumentParser StringExtensions.swift
[139/150] Compiling ArgumentParser Tree.swift
[139/150] Wrapping AST for Archer for debugging
[146/151] Wrapping AST for ArgumentParser for debugging
[148/154] Emitting module System_ArgumentParser
[149/154] Compiling System_ArgumentParser FilePath.Directory (ext).swift
[150/154] Compiling System_ArgumentParser FilePath (ext).swift
[151/155] Wrapping AST for System_ArgumentParser for debugging
[153/160] Compiling ArcherCommands ArcherCommand.swift
[154/160] Compiling ArcherCommands ArcherCommand.Version.swift
[155/160] Compiling ArcherCommands ArcherCommand.Init.swift
[156/160] Emitting module ArcherCommands
[157/160] Compiling ArcherCommands ArcherCommand.Crush.swift
[158/161] Wrapping AST for ArcherCommands for debugging
[159/161] Write Objects.LinkFileList
[160/161] Linking archer
Build complete! (41.03s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "wasmtransformer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/WasmTransformer"
    },
    {
      "identity" : "swift-io",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-io"
    }
  ],
  "manifest_display_name" : "archer",
  "name" : "archer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "archer",
      "targets" : [
        "ArcherCommands"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_GitVersion",
      "module_type" : "ClangTarget",
      "name" : "_GitVersion",
      "path" : "Sources/_GitVersion",
      "product_memberships" : [
        "archer"
      ],
      "sources" : [
        "swiftpm_git_version.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArcherCommands",
      "module_type" : "SwiftTarget",
      "name" : "ArcherCommands",
      "path" : "Sources/ArcherCommands",
      "product_dependencies" : [
        "ArgumentParser",
        "System_ArgumentParser"
      ],
      "product_memberships" : [
        "archer"
      ],
      "sources" : [
        "ArcherCommand.Crush.swift",
        "ArcherCommand.Init.swift",
        "ArcherCommand.Version.swift",
        "ArcherCommand.swift"
      ],
      "target_dependencies" : [
        "Archer",
        "_GitVersion"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Archer",
      "module_type" : "SwiftTarget",
      "name" : "Archer",
      "path" : "Sources/Archer",
      "product_dependencies" : [
        "SystemIO",
        "WasmTransformer"
      ],
      "product_memberships" : [
        "archer"
      ],
      "sources" : [
        "Archer.Bundle.swift",
        "Archer.Crusher.swift",
        "Archer.swift",
        "_CartonResources (gen).swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.