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 SwiftyRedis 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/michaelvanstraten/Swifty-Redis.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/michaelvanstraten/Swifty-Redis
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 58e8134 Merge pull request #10 from fdgogogo/main
Submodule path 'Sources/CodeGen/redis': checked out 'cc244370a2d622d5d2fec5573ae87de6c59ed3b9'
Submodule 'Sources/CodeGen/redis' (https://github.com/redis/redis.git) registered for path 'Sources/CodeGen/redis'
Cloning into '/host/spi-builder-workspace/Sources/CodeGen/redis'...
Cloned https://github.com/michaelvanstraten/Swifty-Redis.git
Revision (git rev-parse @):
58e813428500408b79f18ff26504a491480e32db
SUCCESS checkout https://github.com/michaelvanstraten/Swifty-Redis.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/michaelvanstraten/Swifty-Redis.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/groue/Semaphore
Fetching https://github.com/apple/swift-docc-plugin
[1/277] Fetching semaphore
[278/1735] Fetching semaphore, swift-docc-plugin
Fetched https://github.com/groue/Semaphore from cache (0.39s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.0.7 (0.53s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.55s)
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/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.0.7
/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/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/7] Emitting module Semaphore
[7/7] Compiling Semaphore AsyncSemaphore.swift
[9/37] Compiling SwiftyRedis module.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[10/37] Compiling SwiftyRedis object.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[11/37] Compiling SwiftyRedis pubsub.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[12/37] Compiling SwiftyRedis script.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[13/37] Compiling SwiftyRedis AsyncNetworking.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[14/37] Compiling SwiftyRedis Client.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[15/37] Compiling SwiftyRedis Cmd.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[16/37] Compiling SwiftyRedis acl.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[17/41] Compiling SwiftyRedis sentinel.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[18/41] Compiling SwiftyRedis slowlog.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[19/41] Compiling SwiftyRedis xgroup.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[20/41] Compiling SwiftyRedis xinfo.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[21/41] Compiling SwiftyRedis Stream.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[22/41] Compiling SwiftyRedis ToRedisArgs.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[23/41] Compiling SwiftyRedis Transaction.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[24/41] Compiling SwiftyRedis Value.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[25/41] Compiling SwiftyRedis client.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[26/41] Compiling SwiftyRedis cluster.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[27/41] Compiling SwiftyRedis command.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[28/41] Compiling SwiftyRedis config.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/41] Emitting module SwiftyRedis
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[30/41] Compiling SwiftyRedis Pipeline.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[31/41] Compiling SwiftyRedis ProtocolSpec.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[32/41] Compiling SwiftyRedis PubSub.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[33/41] Compiling SwiftyRedis ResponseValueParser.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[34/41] Compiling SwiftyRedis Connection.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[35/41] Compiling SwiftyRedis Errors.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[36/41] Compiling SwiftyRedis FromRedisValue.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[37/41] Compiling SwiftyRedis JSONValue.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[38/41] Compiling SwiftyRedis containerless.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[39/41] Compiling SwiftyRedis function.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[40/41] Compiling SwiftyRedis latency.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
[41/41] Compiling SwiftyRedis memory.swift
/host/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift:9:8: error: no such module 'Network'
  7 |
  8 | import Foundation
  9 | import Network
    |        `- error: no such module 'Network'
 10 |
 11 | /**
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.