The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftRedis, reference master (5c3559), with Swift 6.2 (beta) for Linux on 18 Jun 2025 20:53:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Kitura-redis.git
Reference: master
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/Kitura/Kitura-redis
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5c3559d Sorted Set Decimal Support (#78)
Cloned https://github.com/Kitura/Kitura-redis.git
Revision (git rev-parse @):
5c3559dc1c64f7b749a3226b6a3cfe78a2228f62
SUCCESS checkout https://github.com/Kitura/Kitura-redis.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/Kitura-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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Kitura/BlueSocket.git
[1/2942] Fetching bluesocket
Fetched https://github.com/Kitura/BlueSocket.git from cache (1.20s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 1.0.200 (2.80s)
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 1.0.200
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling Socket SocketUtils.swift
[5/7] Emitting module Socket
[6/7] Compiling Socket SocketProtocols.swift
[7/7] Compiling Socket Socket.swift
[9/24] Emitting module SwiftRedis
[10/26] Compiling SwiftRedis RedisMulti+Hash.swift
[11/26] Compiling SwiftRedis RedisMulti+List.swift
[12/26] Compiling SwiftRedis Redis+List.swift
[13/26] Compiling SwiftRedis Redis+Set.swift
[14/26] Compiling SwiftRedis RedisMulti+Basic.swift
[15/26] Compiling SwiftRedis RedisMulti+Geo.swift
[16/26] Compiling SwiftRedis Redis+Basic.swift
[17/26] Compiling SwiftRedis Redis+Geo.swift
[18/26] Compiling SwiftRedis Redis+Hash.swift
[19/26] Compiling SwiftRedis RedisMulti+Set.swift
[20/26] Compiling SwiftRedis RedisMulti+SortedSet.swift
[21/26] Compiling SwiftRedis RedisInfo.swift
[22/26] Compiling SwiftRedis RedisMisc.swift
[23/26] Compiling SwiftRedis Redis+SortedSet.swift
[24/26] Compiling SwiftRedis Redis.swift
[25/26] Compiling SwiftRedis RedisMulti.swift
[26/26] Compiling SwiftRedis RedisResp.swift
Build complete! (18.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluesocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.200",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/BlueSocket.git"
    }
  ],
  "manifest_display_name" : "SwiftRedis",
  "name" : "SwiftRedis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftRedis",
      "targets" : [
        "SwiftRedis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftRedisTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRedisTests",
      "path" : "Tests/SwiftRedisTests",
      "sources" : [
        "AuthTests.swift",
        "CommonUtils.swift",
        "TestBasicCommands.swift",
        "TestBinarySafeCommands.swift",
        "TestBitfield.swift",
        "TestConnectCommands.swift",
        "TestGeoCommands.swift",
        "TestGeoRadius.swift",
        "TestGeoRadiusByMember.swift",
        "TestHashCommands.swift",
        "TestIssueCommand.swift",
        "TestListsPart1.swift",
        "TestListsPart2.swift",
        "TestListsPart3.swift",
        "TestMoreCommands.swift",
        "TestSetCommands.swift",
        "TestSetCommandsPart2.swift",
        "TestSort.swift",
        "TestStringAndBitCommands.swift",
        "TestTransactionsPart1.swift",
        "TestTransactionsPart2.swift",
        "TestTransactionsPart3.swift",
        "TestTransactionsPart4.swift",
        "TestTransactionsPart5.swift",
        "TestTransactionsPart6.swift",
        "TestTransactionsPart7.swift",
        "TestTransactionsPart8.swift",
        "VerifyLinuxTestCount.swift"
      ],
      "target_dependencies" : [
        "SwiftRedis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRedis",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRedis",
      "path" : "Sources/SwiftRedis",
      "product_dependencies" : [
        "Socket"
      ],
      "product_memberships" : [
        "SwiftRedis"
      ],
      "sources" : [
        "Redis+Basic.swift",
        "Redis+Geo.swift",
        "Redis+Hash.swift",
        "Redis+List.swift",
        "Redis+Set.swift",
        "Redis+SortedSet.swift",
        "Redis.swift",
        "RedisInfo.swift",
        "RedisMisc.swift",
        "RedisMulti+Basic.swift",
        "RedisMulti+Geo.swift",
        "RedisMulti+Hash.swift",
        "RedisMulti+List.swift",
        "RedisMulti+Set.swift",
        "RedisMulti+SortedSet.swift",
        "RedisMulti.swift",
        "RedisResp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.