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 main (58e813), with Swift 6.1 for Linux on 27 Apr 2025 21:55:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/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.1
Building package at path:  $PWD
https://github.com/michaelvanstraten/Swifty-Redis.git
https://github.com/michaelvanstraten/Swifty-Redis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore"
    }
  ],
  "manifest_display_name" : "SwiftyRedis",
  "name" : "SwiftyRedis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyRedis",
      "targets" : [
        "SwiftyRedis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyRedisTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyRedisTests",
      "path" : "Tests/SwiftyRedisTests",
      "sources" : [
        "ConnectionTests.swift",
        "PubSubConnectionTests.swift",
        "ResponseValueParserTests.swift",
        "TransactionTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyRedis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyRedis",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyRedis",
      "path" : "Sources/SwiftyRedis",
      "product_dependencies" : [
        "Semaphore"
      ],
      "product_memberships" : [
        "SwiftyRedis"
      ],
      "sources" : [
        "AsyncNetworking.swift",
        "Client.swift",
        "Cmd.swift",
        "CodeGen/Commands/acl.swift",
        "CodeGen/Commands/client.swift",
        "CodeGen/Commands/cluster.swift",
        "CodeGen/Commands/command.swift",
        "CodeGen/Commands/config.swift",
        "CodeGen/Commands/containerless.swift",
        "CodeGen/Commands/function.swift",
        "CodeGen/Commands/latency.swift",
        "CodeGen/Commands/memory.swift",
        "CodeGen/Commands/module.swift",
        "CodeGen/Commands/object.swift",
        "CodeGen/Commands/pubsub.swift",
        "CodeGen/Commands/script.swift",
        "CodeGen/Commands/sentinel.swift",
        "CodeGen/Commands/slowlog.swift",
        "CodeGen/Commands/xgroup.swift",
        "CodeGen/Commands/xinfo.swift",
        "Connection.swift",
        "Errors.swift",
        "FromRedisValue.swift",
        "JSONValue.swift",
        "Pipeline.swift",
        "ProtocolSpec.swift",
        "PubSub.swift",
        "ResponseValueParser.swift",
        "Stream.swift",
        "ToRedisArgs.swift",
        "Transaction.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/apple/swift-docc-plugin
Fetching https://github.com/groue/Semaphore
[1/293] Fetching semaphore
[294/2342] Fetching semaphore, swift-docc-plugin
Fetched https://github.com/groue/Semaphore from cache (0.24s)
[267/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.35s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.78s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.88s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/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 | /**
[14/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 | /**
[15/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 | /**
[16/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 | /**
[17/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 | /**
[18/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 | /**
[19/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 | /**
[20/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 | /**
[21/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 | /**
[22/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 | /**
[23/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 | /**
[24/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 | /**
[25/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 | /**
[26/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 | /**
[27/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 | /**
[28/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 | /**
[29/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 | /**
[30/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 | /**
[31/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 | /**
[32/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 | /**
[33/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 | /**
[34/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 | /**
[35/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 | /**
[36/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 | /**
[37/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 | /**
[38/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 | /**
[39/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 | /**
[40/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 | /**
[41/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 | /**
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module Semaphore
[5/5] Compiling Semaphore AsyncSemaphore.swift
[7/35] 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 | /**
[8/35] 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 | /**
[9/35] 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 | /**
[10/35] 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 | /**
[11/39] 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 | /**
[12/39] 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 | /**
[13/39] 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 | /**
[14/39] 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 | /**
[15/39] 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 | /**
[16/39] 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 | /**
[17/39] 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 | /**
[18/39] 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 | /**
[19/39] 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 | /**
[20/39] 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 | /**
[21/39] 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 | /**
[22/39] 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 | /**
[23/39] 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 | /**
[24/39] 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 | /**
[25/39] 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 | /**
[26/39] 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)
[27/39] 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 | /**
[28/39] 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 | /**
[29/39] 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/39] 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/39] 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/39] 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 | /**
[33/39] 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 | /**
[34/39] 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 | /**
[35/39] 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 | /**
[36/39] 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 | /**
[37/39] 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 | /**
[38/39] 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 | /**
[39/39] 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 | /**
BUILD FAILURE 6.1 linux