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

Failed to build bytes with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/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/tbointeractive/bytes.git
Reference: develop
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/tbointeractive/bytes
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 9444dab update changelog (#57)
Cloned https://github.com/tbointeractive/bytes.git
Revision (git rev-parse @):
9444dab5f7e3c40c099ea34beb0fa4761dfb908a
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/tbointeractive/bytes.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/tbointeractive/bytes.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/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/apple/swift-docc-plugin
[1/1465] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.37s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.59s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2861] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.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; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[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; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/32] Emitting module bytes
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[6/35] Compiling bytes Application.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[7/35] Compiling bytes AsyncViewController.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[8/35] Compiling bytes Device.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[9/35] Compiling bytes DiscardTouchView.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[10/35] Compiling bytes Bool+Random.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[11/35] Compiling bytes ByteCountFormatter+Preconfigured.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[12/35] Compiling bytes Collection+JoinNSAttributedString.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[13/35] Compiling bytes Collection+Randomizing.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[14/35] Compiling bytes UserDefaults+Sets.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[15/35] Compiling bytes IconFont.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[16/35] Compiling bytes SemanticVersion.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[17/35] Compiling bytes DateComponentsFormatter+Preconfigured.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[18/35] Compiling bytes DateFormatter+Preconfigured.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[19/35] Compiling bytes Dictionary+Diff.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[20/35] Compiling bytes Dictionary+Merge.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[21/35] Compiling bytes Double+TimeInterval.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[22/35] Compiling bytes Int+Random.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[23/35] Compiling bytes NumberFormatter+Preconfigured.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[24/35] Compiling bytes String+Hashes.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[25/35] Compiling bytes UIView+Rendering.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[26/35] Compiling bytes UIViewController+Hierarchie.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[27/35] Compiling bytes URL+QueryItems.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[28/35] Compiling bytes String+Localizable.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[29/35] Compiling bytes String+Random.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[30/35] Compiling bytes UIColor+Components.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[31/35] Compiling bytes UIColor+Hex.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[32/35] Compiling bytes UIImage+Color.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[33/35] Compiling bytes UIImage+Transformations.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[34/35] Compiling bytes UIView+Constraints.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
[35/35] Compiling bytes UIView+Nib.swift
/host/spi-builder-workspace/Sources/bytes/Extensions/String+Hashes.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | typealias CCHashSignature = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer<UInt8>) -> UnsafeMutablePointer<UInt8>?
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.