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

Failed to build ibuild, reference 1.1.1 (0820d8), with Swift 6.0 for Linux on 11 Oct 2024 00:30:21 UTC.

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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ian-mcdowell/ibuild.git
Reference: 1.1.1
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/ian-mcdowell/ibuild
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 0820d8b Fixed up after validation of projects
Cloned https://github.com/ian-mcdowell/ibuild.git
Revision (git rev-parse @):
0820d8bdfc4d207a9accf2b3428b56b57e76926d
SUCCESS checkout https://github.com/ian-mcdowell/ibuild.git at 1.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ian-mcdowell/ibuild.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:b1f5b321a5d74ef5eaf6f5f3afbfebaaa54c7954de6f859009c18a90e0e1c3b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-llbuild.git
[1/28283] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.12s)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at master (0125492)
Building for debugging...
[0/68] Compiling llbuildBasic Tracing.cpp
[1/68] Compiling llbuildBasic Version.cpp
[2/68] Write swift-version-24593BA9C3E375BF.txt
[3/68] Compiling llbuildBasic Hashing.cpp
[4/68] Compiling llbuildBuildSystem BuildExecutionQueue.cpp
[5/68] Compiling llvmSupport Valgrind.cpp
[6/68] Compiling llbuildBasic FileInfo.cpp
[7/68] Compiling llbuildBuildSystem BuildDescription.cpp
[8/68] Compiling libllbuild Core-C-API.cpp
[9/68] Compiling llvmSupport Threading.cpp
[10/68] Compiling llbuildBasic FileSystem.cpp
[11/68] Compiling llvmSupport circular_raw_ostream.cpp
[12/68] Compiling llvmSupport TimeValue.cpp
[13/68] Compiling llvmSupport raw_ostream.cpp
[14/68] Compiling llvmSupport Twine.cpp
[15/68] Compiling llvmSupport Unicode.cpp
[16/68] Compiling llvmSupport StringMap.cpp
[17/68] Compiling llvmSupport StringRef.cpp
[18/68] Compiling llvmSupport StringExtras.cpp
[19/68] Compiling llvmSupport SmallVector.cpp
[20/68] Compiling llvmSupport SmallPtrSet.cpp
[21/68] Compiling llvmSupport Mutex.cpp
[22/68] Compiling llvmSupport YAMLParser.cpp
[23/68] Compiling llvmSupport SourceMgr.cpp
[24/68] Compiling llvmSupport MathExtras.cpp
[25/68] Compiling llvmSupport ManagedStatic.cpp
[26/68] Compiling llvmSupport Program.cpp
[27/68] Compiling llvmSupport Memory.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Support/Path.cpp:14:
/host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Support/include/llvm/Support/COFF.h:541:5: error: expected identifier
  541 |     DEBUG,
      |     ^
<command line>:2:15: note: expanded from macro 'DEBUG'
    2 | #define DEBUG 1
      |               ^
1 error generated.
[28/68] Compiling llvmSupport Path.cpp
[28/68] Compiling llvmSupport IntrusiveRefCntPtr.cpp
[28/68] Compiling llvmSupport FileUtilities.cpp
[28/68] Compiling llvmSupport Locale.cpp
[28/68] Compiling llvmSupport Hashing.cpp
[28/68] Compiling llvmSupport Process.cpp
[28/68] Compiling llvmSupport MemoryBuffer.cpp
[28/68] Compiling llvmSupport Signals.cpp
BUILD FAILURE 6.0 linux