This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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.40.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:  $workDir
https://github.com/envoy/Ambassador.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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
Fetching https://github.com/envoy/Embassy.git
[1/1838] Fetching embassy
Fetched https://github.com/envoy/Embassy.git from cache (0.30s)
Computing version for https://github.com/envoy/Embassy.git
Computed https://github.com/envoy/Embassy.git at 4.1.6 (1.43s)
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 Errors.swift
[10/33] Compiling Embassy EventLoop.swift
[11/33] Compiling Embassy FileLogHandler.swift
[12/33] Compiling Embassy HTTPConnection.swift
[13/33] Compiling Embassy TCPSocket.swift
[14/33] Compiling Embassy TransformLogHandler.swift
[15/33] Compiling Embassy Transport.swift
[16/33] Compiling Embassy Logger.swift
[17/33] Compiling Embassy MultiDictionary.swift
[18/33] Compiling Embassy PrintLogHandler.swift
[19/33] Compiling Embassy PropagateLogHandler.swift
[20/33] Compiling Embassy Selector.swift
[21/33] Compiling Embassy SelectorEventLoop.swift
[22/33] Compiling Embassy SystemLibrary.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 JSONResponse.swift
[37/44] Compiling Ambassador Router.swift
[38/44] Compiling Ambassador DelayResponse.swift
[39/44] Compiling Ambassador DataResponse.swift
[40/44] Compiling Ambassador DataReader.swift
[41/44] Compiling Ambassador JSONReader.swift
[42/44] Emitting module Ambassador
[43/44] Compiling Ambassador URLParametersReader.swift
[44/44] Compiling Ambassador WebApp.swift
Build complete! (19.95s)
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"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.