The Swift Package Index logo.Swift Package Index

Build Information

Failed to build IOStreams with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/outfoxx/IOStreams.git
Reference: 1.4.2
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/outfoxx/IOStreams
 * tag               1.4.2      -> FETCH_HEAD
HEAD is now at af0e5a5 Merge pull request #12 from outfoxx/fix/file-cancel
Cloned https://github.com/outfoxx/IOStreams.git
Revision (git rev-parse @):
af0e5a538f612a7daadee31c96926048ab0695d5
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/outfoxx/IOStreams.git at 1.4.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/outfoxx/IOStreams.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1563] Fetching swift-atomics
[439/3020] Fetching swift-atomics, swift-docc-plugin
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.46s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.53s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.1.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/6] Write sources
[4/6] Compiling _AtomicsShims.c
[4/6] Write swift-version-24593BA9C3E375BF.txt
[7/21] Compiling Atomics AtomicOptional.swift
[8/21] Compiling Atomics AtomicOptionalRawRepresentable.swift
[9/23] Compiling Atomics IntegerConformances.swift
[10/23] Compiling Atomics PointerConformances.swift
[11/23] Compiling Atomics AtomicLazyReference.swift
[12/23] Compiling Atomics HighLevelTypes.swift
[13/23] Compiling Atomics AtomicValue.swift
[14/23] Compiling Atomics DoubleWord.swift
[15/23] Compiling Atomics AtomicInteger.swift
[16/23] Compiling Atomics AtomicMemoryOrderings.swift
[17/23] Compiling Atomics AtomicRawRepresentable.swift
[18/23] Compiling Atomics AtomicStrongReference.swift
[19/23] Emitting module Atomics
[20/23] Compiling Atomics Unmanaged extensions.swift
[21/23] Compiling Atomics AtomicBool.swift
[22/23] Compiling Atomics Primitives.native.swift
[23/23] Compiling Atomics Primitives.shims.swift
[25/39] Compiling IOStreams IOError.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[26/39] Compiling IOStreams Sink.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[27/39] Compiling IOStreams FilterStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[28/39] Compiling IOStreams Flushable.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[29/39] Compiling IOStreams HMACFilter.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[30/39] Compiling IOStreams HashingFilter.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[31/39] Compiling IOStreams Source.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[32/39] Compiling IOStreams Stream.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[33/39] Compiling IOStreams DataStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[34/39] Compiling IOStreams FileStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/40] Emitting module IOStreams
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[36/40] Compiling IOStreams AsyncBuffers.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[37/40] Compiling IOStreams BoxCipherFilter.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[38/40] Compiling IOStreams BufferedStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[39/40] Compiling IOStreams CompressionFilter.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[40/40] Compiling IOStreams URLSessionStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: fatalError
[0/1] Planning build
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling IOStreams HMACFilter.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[5/18] Compiling IOStreams HashingFilter.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[6/18] Compiling IOStreams IOError.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[7/18] Compiling IOStreams Sink.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[8/18] Compiling IOStreams Source.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[9/18] Compiling IOStreams Stream.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[10/18] Compiling IOStreams FilterStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[11/18] Compiling IOStreams Flushable.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[12/19] Compiling IOStreams DataStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[13/19] Compiling IOStreams FileStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/19] Emitting module IOStreams
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[15/19] Compiling IOStreams BufferedStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[16/19] Compiling IOStreams CompressionFilter.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[17/19] Compiling IOStreams AsyncBuffers.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[18/19] Compiling IOStreams BoxCipherFilter.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[19/19] Compiling IOStreams URLSessionStreams.swift
/host/spi-builder-workspace/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2