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 swift-argument-encoding, reference main (b2660f), with Swift 5.8 for Linux on 27 Aug 2024 21:28:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git
Reference: main
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/MFB-Technologies-Inc/swift-argument-encoding
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b2660f3 Merge pull request #14 from MFB-Technologies-Inc/feature/update-dependencies
Cloned https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git
Revision (git rev-parse @):
b2660f31a6e70d1857c7dcfc71937b3e1c763a27
SUCCESS checkout https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:c076d3ae857ca95da27bda0293ef81759bb7add70e4768513ac0cd43f6640c27
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
[1/1263] Fetching swift-clocks
[128/3606] Fetching swift-clocks, combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/combine-schedulers (0.44s)
[1/595] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras (0.21s)
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/64624] Fetching swift-syntax
[14865/69331] Fetching swift-syntax, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git (0.48s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Computing version for https://github.com/pointfreeco/swift-dependencies.git
[23265/64624] Fetching swift-syntax
[52993/69356] Fetching swift-syntax, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.72s)
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.3.1 (1.41s)
Fetched https://github.com/pointfreeco/swift-clocks (4.55s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Fetched https://github.com/swiftlang/swift-syntax (4.63s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.1.0 (0.51s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.0 (0.36s)
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.1.2 (0.32s)
Computed https://github.com/pointfreeco/swift-clocks at 1.0.2 (0.41s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.1.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.0
Building for debugging...
[1/18] Emitting module XCTestDynamicOverlay
[2/19] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[3/19] Compiling ConcurrencyExtras Result.swift
[4/20] Compiling ConcurrencyExtras UncheckedSendable.swift
[5/20] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[6/20] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[7/20] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[8/20] Compiling XCTestDynamicOverlay XCTExpectFailure.swift
[9/20] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[10/20] Compiling XCTestDynamicOverlay Deprecations.swift
[11/20] Compiling ConcurrencyExtras MainSerialExecutor.swift
[12/20] Compiling ConcurrencyExtras Locking.swift
[13/20] Compiling ConcurrencyExtras LockIsolated.swift
[14/20] Compiling XCTestDynamicOverlay Unimplemented.swift
[15/20] Compiling XCTestDynamicOverlay XCTFail.swift
[18/21] Emitting module ConcurrencyExtras
[19/21] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[20/21] Compiling ConcurrencyExtras Task.swift
[25/45] Compiling Clocks SwiftUI.swift
[26/46] Compiling Clocks Shims.swift
[27/46] Compiling CombineSchedulers AnyScheduler.swift
[28/46] Compiling CombineSchedulers Concurrency.swift
[29/46] Compiling CombineSchedulers UIKit.swift
[30/46] Compiling CombineSchedulers UIScheduler.swift
[31/46] Emitting module CombineSchedulers
[32/46] Compiling CombineSchedulers Timer.swift
[33/46] Compiling CombineSchedulers SwiftUI.swift
[34/46] Compiling CombineSchedulers TestScheduler.swift
[35/47] Compiling CombineSchedulers Lock.swift
[36/47] Compiling CombineSchedulers NSRecursiveLock.swift
[37/47] Compiling CombineSchedulers ImmediateScheduler.swift
[38/47] Compiling CombineSchedulers Deprecations.swift
[39/47] Compiling CombineSchedulers UnimplementedScheduler.swift
[41/49] Compiling Clocks Lock.swift
[42/49] Compiling Clocks _AsyncTimerSequence.swift
[43/49] Compiling Clocks UnimplementedClock.swift
[45/49] Emitting module Clocks
[48/49] Compiling Clocks Timer.swift
[49/49] Compiling Clocks TestClock.swift
[52/73] Compiling Dependencies MainRunLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[53/73] Compiling Dependencies OpenURL.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[54/73] Compiling Dependencies TimeZone.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[55/76] Compiling Dependencies Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[56/76] Compiling Dependencies Exports.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[57/76] Compiling Dependencies OpenExistential.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[58/76] Compiling Dependencies Clocks.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[59/76] Compiling Dependencies Context.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[60/76] Compiling Dependencies Date.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[61/76] Compiling Dependencies FireAndForget.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[62/76] Compiling Dependencies Locale.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[63/76] Compiling Dependencies MainQueue.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[64/76] Compiling Dependencies URLSession.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[65/76] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[66/76] Compiling Dependencies WithRandomNumberGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[67/76] Compiling Dependencies DependencyValues.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[68/76] Compiling Dependencies Assert.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[69/76] Compiling Dependencies Calendar.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/76] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[71/76] Compiling Dependencies Dependency.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[72/76] Compiling Dependencies DependencyContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[73/76] Compiling Dependencies DependencyKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[74/76] Compiling Dependencies RuntimeWarnings.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[75/76] Compiling Dependencies TypeName.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
[76/76] Compiling Dependencies WithDependencies.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/RuntimeWarnings.swift:59:7: error: expected expression
      @usableFromInline
      ^
BUILD FAILURE 5.8 linux