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 sls, reference v1.0.3 (0f1799), with Swift 6.0 for Linux on 16 Sep 2024 06:50:38 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 -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maclong9/swift-list.git
Reference: v1.0.3
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/maclong9/swift-list
 * tag               v1.0.3     -> FETCH_HEAD
HEAD is now at 0f17999 feat(SwiftList): added default values to all flags, allowing less parameters in testing. feat(SwiftList): formatted links and size so they don't push other information.
Cloned https://github.com/maclong9/swift-list.git
Revision (git rev-parse @):
0f17999f99be24008cc54a57b5150de5c9d7dc43
SUCCESS checkout https://github.com/maclong9/swift-list.git at v1.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/maclong9/swift-list.git
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 -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser
[1/12169] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.09s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.4.0 (1.00s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.4.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[4/10] Write swift-version-24593BA9C3E375BF.txt
[6/12] Emitting module ArgumentParserToolInfo
[7/12] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/13] Wrapping AST for ArgumentParserToolInfo for debugging
[10/50] Emitting module ArgumentParser
[11/55] Compiling ArgumentParser ArgumentVisibility.swift
[12/55] Compiling ArgumentParser CompletionKind.swift
[13/55] Compiling ArgumentParser Errors.swift
[14/55] Compiling ArgumentParser Flag.swift
[15/55] Compiling ArgumentParser NameSpecification.swift
[16/55] Compiling ArgumentParser Name.swift
[17/55] Compiling ArgumentParser Parsed.swift
[18/55] Compiling ArgumentParser ParsedValues.swift
[19/55] Compiling ArgumentParser ParserError.swift
[20/55] Compiling ArgumentParser SplitArguments.swift
[21/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/55] Compiling ArgumentParser CompletionsGenerator.swift
[23/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/55] Compiling ArgumentParser Argument.swift
[26/55] Compiling ArgumentParser ArgumentHelp.swift
[27/55] Compiling ArgumentParser Option.swift
[28/55] Compiling ArgumentParser OptionGroup.swift
[29/55] Compiling ArgumentParser AsyncParsableCommand.swift
[30/55] Compiling ArgumentParser CommandConfiguration.swift
[31/55] Compiling ArgumentParser EnumerableFlag.swift
[32/55] Compiling ArgumentParser ArgumentDefinition.swift
[33/55] Compiling ArgumentParser ArgumentSet.swift
[34/55] Compiling ArgumentParser CommandParser.swift
[35/55] Compiling ArgumentParser InputKey.swift
[36/55] Compiling ArgumentParser InputOrigin.swift
[37/55] Compiling ArgumentParser CollectionExtensions.swift
[38/55] Compiling ArgumentParser Platform.swift
[39/55] Compiling ArgumentParser SequenceExtensions.swift
[40/55] Compiling ArgumentParser StringExtensions.swift
[41/55] Compiling ArgumentParser Tree.swift
[42/55] Compiling ArgumentParser ExpressibleByArgument.swift
[43/55] Compiling ArgumentParser ParsableArguments.swift
[44/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/55] Compiling ArgumentParser ParsableCommand.swift
[46/55] Compiling ArgumentParser ArgumentDecoder.swift
[47/55] Compiling ArgumentParser DumpHelpGenerator.swift
[48/55] Compiling ArgumentParser HelpCommand.swift
[49/55] Compiling ArgumentParser HelpGenerator.swift
[50/55] Compiling ArgumentParser MessageInfo.swift
[51/55] Compiling ArgumentParser UsageGenerator.swift
[52/56] Wrapping AST for ArgumentParser for debugging
[54/58] Emitting module sls
[55/58] Compiling sls SwiftList.swift
[56/59] Wrapping AST for sls for debugging
[57/59] Write Objects.LinkFileList
[58/59] Linking sls
Build complete! (27.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "sls",
  "name" : "sls",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "sls",
      "targets" : [
        "sls"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sls",
      "module_type" : "SwiftTarget",
      "name" : "sls",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sls"
      ],
      "sources" : [
        "SwiftList.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftListTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftListTests",
      "path" : "Tests",
      "sources" : [
        "SwiftListTests.swift"
      ],
      "target_dependencies" : [
        "sls"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.