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, reference v0.3.0 (996829), with Swift 6.0 for Linux on 30 Nov 2024 01:55:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelvanstraten/Swifty-Redis.git
Reference: v0.3.0
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
 * tag               v0.3.0     -> FETCH_HEAD
HEAD is now at 9968293 Updated to redis 7.2.1 using new submodule
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 @):
996829348c833e32c05044d9f171c2e842858bcc
SUCCESS checkout https://github.com/michaelvanstraten/Swifty-Redis.git at v0.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/michaelvanstraten/Swifty-Redis.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/groue/Semaphore
[1/293] Fetching semaphore
[265/2331] Fetching semaphore, swift-docc-plugin
Fetched https://github.com/groue/Semaphore from cache (0.33s)
[245/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.65s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.88s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.99s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3187] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.08s)
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/7] Compiling Semaphore AsyncSemaphore.swift
[7/7] Emitting module Semaphore
[9/37] 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 | /**
[10/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 | /**
[11/37] 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 | /**
[12/37] 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 | /**
[13/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 | /**
[14/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 | /**
[15/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 | /**
[16/41] 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 | /**
[17/41] 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 | /**
[18/41] 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 | /**
[19/41] 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 | /**
[20/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 | /**
[21/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 | /**
[22/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 | /**
[23/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 | /**
[24/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 | /**
[25/41] 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 | /**
[26/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 | /**
[27/41] 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 | /**
[28/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 | /**
[29/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 | /**
[30/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 | /**
[31/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 | /**
[32/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 | /**
[33/41] Compiling SwiftyRedis SwiftyRedis.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 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 | /**
[35/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 | /**
[36/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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/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 | /**
[38/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 | /**
[39/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 | /**
[40/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 | /**
[41/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 | /**
BUILD FAILURE 6.0 linux