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

Successful build of SwiftRedis with Swift 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/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/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.0
Building package at path:  $workDir
https://github.com/Kitura/Kitura-redis.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/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/Kitura/BlueSocket.git
[1/2942] Fetching bluesocket
Fetched https://github.com/Kitura/BlueSocket.git from cache (0.33s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 1.0.200 (0.51s)
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] Emitting module Socket
[5/7] Compiling Socket SocketProtocols.swift
[6/7] Compiling Socket SocketUtils.swift
[7/7] Compiling Socket Socket.swift
[9/24] Emitting module SwiftRedis
[10/26] Compiling SwiftRedis Redis+List.swift
[11/26] Compiling SwiftRedis Redis+Set.swift
[12/26] Compiling SwiftRedis RedisMulti+Set.swift
[13/26] Compiling SwiftRedis RedisMulti+SortedSet.swift
[14/26] Compiling SwiftRedis RedisInfo.swift
[15/26] Compiling SwiftRedis RedisMisc.swift
[16/26] Compiling SwiftRedis RedisMulti+Basic.swift
[17/26] Compiling SwiftRedis RedisMulti+Geo.swift
[18/26] Compiling SwiftRedis RedisMulti+Hash.swift
[19/26] Compiling SwiftRedis RedisMulti+List.swift
[20/26] Compiling SwiftRedis Redis+SortedSet.swift
[21/26] Compiling SwiftRedis Redis.swift
[22/26] Compiling SwiftRedis RedisMulti.swift
[23/26] Compiling SwiftRedis RedisResp.swift
[24/26] Compiling SwiftRedis Redis+Basic.swift
[25/26] Compiling SwiftRedis Redis+Geo.swift
[26/26] Compiling SwiftRedis Redis+Hash.swift
Build complete! (14.62s)
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"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.