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 Ambassador, reference master (4fe264), with Swift 6.0 for Linux on 31 Oct 2024 10:28:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/envoy/Ambassador.git
Reference: master
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/envoy/Ambassador
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4fe264a Swift 5 migration (#48)
Cloned https://github.com/envoy/Ambassador.git
Revision (git rev-parse @):
4fe264af51e0dd7228486c604750909e368241a7
SUCCESS checkout https://github.com/envoy/Ambassador.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/envoy/Ambassador.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/envoy/Embassy.git
[1/1838] Fetching embassy
Fetched https://github.com/envoy/Embassy.git from cache (0.25s)
Computing version for https://github.com/envoy/Embassy.git
Computed https://github.com/envoy/Embassy.git at 4.1.6 (1.83s)
Creating working copy for https://github.com/envoy/Embassy.git
Working copy of https://github.com/envoy/Embassy.git resolved at 4.1.6
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/30] Emitting module Embassy
[5/33] Compiling Embassy Atomic.swift
[6/33] Compiling Embassy DefaultHTTPServer.swift
[7/33] Compiling Embassy DefaultLogFormatter.swift
[8/33] Compiling Embassy DefaultLogger.swift
[9/33] Compiling Embassy TCPSocket.swift
[10/33] Compiling Embassy TransformLogHandler.swift
[11/33] Compiling Embassy Transport.swift
[12/33] Compiling Embassy Selector.swift
[13/33] Compiling Embassy SelectorEventLoop.swift
[14/33] Compiling Embassy SystemLibrary.swift
[15/33] Compiling Embassy Errors.swift
[16/33] Compiling Embassy EventLoop.swift
[17/33] Compiling Embassy FileLogHandler.swift
[18/33] Compiling Embassy HTTPConnection.swift
[19/33] Compiling Embassy Logger.swift
[20/33] Compiling Embassy MultiDictionary.swift
[21/33] Compiling Embassy PrintLogHandler.swift
[22/33] Compiling Embassy PropagateLogHandler.swift
[23/33] Compiling Embassy IOUtils.swift
[24/33] Compiling Embassy KqueueSelector.swift
[25/33] Compiling Embassy LogFormatter.swift
[26/33] Compiling Embassy LogHandler.swift
[27/33] Compiling Embassy HTTPHeaderParser.swift
[28/33] Compiling Embassy HTTPRequest.swift
[29/33] Compiling Embassy HTTPServer.swift
[30/33] Compiling Embassy HeapSort.swift
[31/33] Compiling Embassy SWSGI.swift
[32/33] Compiling Embassy SWSGIUtils.swift
[33/33] Compiling Embassy SelectSelector.swift
[35/43] Compiling Ambassador SWGIWebApp.swift
[36/44] Compiling Ambassador DataReader.swift
[37/44] Compiling Ambassador JSONReader.swift
[38/44] Emitting module Ambassador
[39/44] Compiling Ambassador DataResponse.swift
[40/44] Compiling Ambassador Router.swift
[41/44] Compiling Ambassador URLParametersReader.swift
[42/44] Compiling Ambassador DelayResponse.swift
[43/44] Compiling Ambassador JSONResponse.swift
[44/44] Compiling Ambassador WebApp.swift
Build complete! (19.99s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "embassy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.5",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/envoy/Embassy.git"
    }
  ],
  "manifest_display_name" : "Ambassador",
  "name" : "Ambassador",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ambassador",
      "targets" : [
        "Ambassador"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Ambassador",
      "module_type" : "SwiftTarget",
      "name" : "Ambassador",
      "path" : "Ambassador",
      "product_dependencies" : [
        "Embassy"
      ],
      "product_memberships" : [
        "Ambassador"
      ],
      "sources" : [
        "Readers/DataReader.swift",
        "Readers/JSONReader.swift",
        "Readers/URLParametersReader.swift",
        "Responses/DataResponse.swift",
        "Responses/DelayResponse.swift",
        "Responses/JSONResponse.swift",
        "Router.swift",
        "SWGIWebApp.swift",
        "WebApp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.