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 NetworkService, reference main (c82827), with Swift 6.1 for Linux on 28 Apr 2025 09:52:39 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/NetworkService.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/NetworkService
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c82827c Merge pull request #20 from MFB-Technologies-Inc/feature/update-dependencies
Cloned https://github.com/MFB-Technologies-Inc/NetworkService.git
Revision (git rev-parse @):
c82827c153118d1ee6da1339d4a17a68c52aee9b
SUCCESS checkout https://github.com/MFB-Technologies-Inc/NetworkService.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/NetworkService.git
https://github.com/MFB-Technologies-Inc/NetworkService.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.1.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
    },
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers.git"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    }
  ],
  "manifest_display_name" : "NetworkService",
  "name" : "NetworkService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "NetworkService",
      "targets" : [
        "NetworkService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkServiceTestHelper",
      "targets" : [
        "NetworkServiceTestHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkServiceTests",
      "path" : "Tests/NetworkServiceTests",
      "product_dependencies" : [
        "CustomDump",
        "OHHTTPStubs",
        "OHHTTPStubsSwift"
      ],
      "sources" : [
        "HTTPFields+AsDictionary.swift",
        "NetworkServiceTests+Cancellation.swift",
        "NetworkServiceTests+Delete.swift",
        "NetworkServiceTests+Get.swift",
        "NetworkServiceTests+Post.swift",
        "NetworkServiceTests+Put.swift",
        "NetworkServiceTests.swift",
        "NetworkTestCase.swift",
        "Result+NetworkServiceTests.swift"
      ],
      "target_dependencies" : [
        "NetworkService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkServiceTestHelperTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkServiceTestHelperTests",
      "path" : "Tests/NetworkServiceTestHelperTests",
      "product_dependencies" : [
        "CombineSchedulers",
        "CustomDump"
      ],
      "sources" : [
        "MockNetworkServiceTests.swift"
      ],
      "target_dependencies" : [
        "NetworkServiceTestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkServiceTestHelper",
      "module_type" : "SwiftTarget",
      "name" : "NetworkServiceTestHelper",
      "path" : "Sources/NetworkServiceTestHelper",
      "product_dependencies" : [
        "CombineSchedulers"
      ],
      "product_memberships" : [
        "NetworkServiceTestHelper"
      ],
      "sources" : [
        "Delay.swift",
        "MockNetworkService.swift",
        "MockOutput.swift",
        "RepeatResponse.swift"
      ],
      "target_dependencies" : [
        "NetworkService"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkService",
      "module_type" : "SwiftTarget",
      "name" : "NetworkService",
      "path" : "Sources/NetworkService",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation"
      ],
      "product_memberships" : [
        "NetworkService",
        "NetworkServiceTestHelper"
      ],
      "sources" : [
        "NetworkService.swift",
        "NetworkServiceClient+Delete.swift",
        "NetworkServiceClient+Get.swift",
        "NetworkServiceClient+GetSession.swift",
        "NetworkServiceClient+Post.swift",
        "NetworkServiceClient+Put.swift",
        "NetworkServiceClient+Start.swift",
        "NetworkServiceClient.swift",
        "NetworkServiceError.swift",
        "Result+NetworkService.swift",
        "TopLevelCodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/pointfreeco/combine-schedulers.git
[1/4581] Fetching swift-custom-dump
[4582/6991] Fetching swift-custom-dump, combine-schedulers
[4799/7895] Fetching swift-custom-dump, combine-schedulers, swift-http-types
[6337/15795] Fetching swift-custom-dump, combine-schedulers, swift-http-types, ohhttpstubs
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.31s)
[11135/11214] Fetching combine-schedulers, swift-http-types, ohhttpstubs
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (0.33s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (0.45s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (2.25s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
Computed https://github.com/pointfreeco/combine-schedulers.git at 1.0.3 (0.47s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/852] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.24s)
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.13s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.47s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3 (0.47s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.42s)
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers.git
Working copy of https://github.com/pointfreeco/combine-schedulers.git resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras 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.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/46] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/47] Compiling HTTPTypes HTTPResponse.swift
[11/47] Compiling HTTPTypes HTTPRequest.swift
[12/47] Compiling HTTPTypes ISOLatin1String.swift
[13/48] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/48] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/50] Compiling HTTPTypes HTTPField.swift
[16/50] Compiling HTTPTypes HTTPFieldName.swift
[17/50] Compiling HTTPTypes HTTPParsedFields.swift
[18/50] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/50] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/50] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/50] Compiling HTTPTypes NIOLock.swift
[22/50] Compiling ConcurrencyExtras Locking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/50] Compiling ConcurrencyExtras UncheckedBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/50] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/50] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/50] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/50] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/50] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/50] Compiling ConcurrencyExtras ActorIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/50] Compiling ConcurrencyExtras AnyHashableSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/50] Compiling ConcurrencyExtras AsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/50] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/50] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/50] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/50] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/50] Compiling ConcurrencyExtras AsyncThrowingStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/51] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/51] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/51] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/51] Compiling IssueReporting SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/51] Compiling IssueReporting UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/51] Compiling IssueReporting Warn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/64] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/65] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/65] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/65] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/65] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/65] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/65] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/65] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/65] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/65] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/65] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/65] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/65] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/66] Emitting module HTTPTypes
[66/66] Compiling HTTPTypes HTTPFields.swift
[68/73] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[69/73] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[70/73] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[71/73] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[72/73] Emitting module HTTPTypesFoundation
[73/73] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/85] Emitting module NetworkService
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[76/86] Compiling NetworkService Result+NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[77/86] Compiling NetworkService NetworkServiceClient.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[78/86] Compiling NetworkService NetworkServiceError.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[79/86] Compiling NetworkService NetworkServiceClient+Start.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[80/86] Compiling NetworkService NetworkServiceClient+Get.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[81/86] Compiling NetworkService NetworkServiceClient+GetSession.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[82/86] Compiling NetworkService NetworkServiceClient+Post.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[83/86] Compiling NetworkService NetworkServiceClient+Put.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[84/86] Compiling NetworkService NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[85/86] Compiling NetworkService NetworkServiceClient+Delete.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[86/86] Compiling NetworkService TopLevelCodable.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/39] Compiling ConcurrencyExtras Result.swift
[3/40] Compiling IssueReporting BreakpointReporter.swift
[4/40] Compiling IssueReporting FatalErrorReporter.swift
[5/42] Compiling ConcurrencyExtras Task.swift
[6/42] Compiling ConcurrencyExtras LockIsolated.swift
[7/42] Compiling IssueReporting ErrorReporting.swift
[8/42] Compiling IssueReporting AppHostWarning.swift
[9/42] Compiling ConcurrencyExtras MainSerialExecutor.swift
[10/42] Compiling ConcurrencyExtras UncheckedSendable.swift
[11/42] Compiling IssueReporting UncheckedSendable.swift
[12/42] Compiling IssueReporting Warn.swift
[13/42] Compiling IssueReporting Deprecations.swift
[14/42] Compiling IssueReporting SwiftTesting.swift
[15/42] Emitting module ConcurrencyExtras
[16/43] Compiling HTTPTypes ISOLatin1String.swift
[20/44] Compiling HTTPTypes HTTPParsedFields.swift
[22/44] Compiling IssueReporting TestContext.swift
[23/44] Compiling IssueReporting Unimplemented.swift
[24/44] Compiling HTTPTypes HTTPField.swift
[25/44] Emitting module IssueReporting
[26/44] Emitting module HTTPTypes
[27/44] Compiling IssueReporting XCTest.swift
[28/44] Compiling IssueReporting IsTesting.swift
[29/44] Compiling IssueReporting IssueReporter.swift
[30/44] Compiling IssueReporting RuntimeWarningReporter.swift
[31/44] Compiling IssueReporting ReportIssue.swift
[32/44] Compiling HTTPTypes NIOLock.swift
[33/44] Compiling HTTPTypes HTTPRequest.swift
[34/44] Compiling HTTPTypes HTTPResponse.swift
[35/44] Compiling IssueReporting WithExpectedIssue.swift
[36/44] Compiling IssueReporting WithIssueContext.swift
[37/44] Compiling IssueReporting FailureObserver.swift
[38/44] Compiling IssueReporting LockIsolated.swift
[39/44] Compiling IssueReporting Rethrows.swift
[43/45] Compiling HTTPTypes HTTPFieldName.swift
[44/45] Compiling HTTPTypes HTTPFields.swift
[47/64] Compiling CombineSchedulers Timer.swift
[48/64] Compiling CombineSchedulers UIScheduler.swift
[49/65] Compiling CombineSchedulers ImmediateScheduler.swift
[50/65] Compiling CombineSchedulers Deprecations.swift
[51/65] Emitting module CombineSchedulers
[52/65] Compiling CombineSchedulers SwiftUI.swift
[53/65] Compiling CombineSchedulers TestScheduler.swift
[54/65] Compiling CombineSchedulers AnyScheduler.swift
[55/65] Compiling CombineSchedulers Concurrency.swift
[56/65] Compiling CombineSchedulers Lock.swift
[57/65] Compiling CombineSchedulers NSRecursiveLock.swift
[58/65] Compiling CombineSchedulers UIKit.swift
[59/65] Compiling CombineSchedulers UnimplementedScheduler.swift
[60/66] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[61/66] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[62/66] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[64/66] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[65/66] Emitting module HTTPTypesFoundation
[66/66] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[68/78] Compiling NetworkService NetworkServiceClient+Start.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[69/78] Compiling NetworkService NetworkServiceClient+Post.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[70/78] Compiling NetworkService NetworkServiceClient+Put.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[71/78] Compiling NetworkService NetworkServiceClient.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[72/79] Compiling NetworkService NetworkServiceError.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[73/79] Compiling NetworkService Result+NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/79] Emitting module NetworkService
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[75/79] Compiling NetworkService NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[76/79] Compiling NetworkService NetworkServiceClient+Delete.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[77/79] Compiling NetworkService NetworkServiceClient+Get.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[78/79] Compiling NetworkService NetworkServiceClient+GetSession.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
[79/79] Compiling NetworkService TopLevelCodable.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 | import HTTPTypes
BUILD FAILURE 6.1 linux