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 Zippy, reference 0.0.7 (98dbd2), with Swift 6.0 for Linux on 2 Nov 2024 14:42:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/Zippy.git
Reference: 0.0.7
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/sloik/Zippy
 * tag               0.0.7      -> FETCH_HEAD
HEAD is now at 98dbd26 Updates aliases.
Cloned https://github.com/sloik/Zippy.git
Revision (git rev-parse @):
98dbd266f8b38372ab73ddca1d5e6d05eb508927
SUCCESS checkout https://github.com/sloik/Zippy.git at 0.0.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sloik/Zippy.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 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/sloik/EitherSwift.git
Fetching https://github.com/sloik/AliasWonderland.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/101] Fetching eitherswift
[102/295] Fetching eitherswift, aliaswonderland
Fetched https://github.com/sloik/EitherSwift.git from cache (0.33s)
Fetched https://github.com/sloik/AliasWonderland.git from cache (0.36s)
[1/12436] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.16s)
Computing version for https://github.com/sloik/EitherSwift.git
Computed https://github.com/sloik/EitherSwift.git at 1.2.0 (0.90s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.61s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.17.6 (0.54s)
Fetching https://github.com/swiftlang/swift-syntax
[1/66399] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.08s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (1.36s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
Creating working copy for https://github.com/sloik/EitherSwift.git
Working copy of https://github.com/sloik/EitherSwift.git resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.17.6
Building for debugging...
[0/13] Write sources
[3/13] Write swift-version-24593BA9C3E375BF.txt
[5/23] Emitting module EitherSwift
[6/23] Compiling EitherSwift EitherFactory.swift
[7/23] Compiling EitherSwift Either.swift
[8/23] Compiling EitherSwift EitherMap.swift
[9/23] Compiling EitherSwift EitherFold.swift
[10/23] Compiling EitherSwift EitherUtils.swift
[11/23] Compiling EitherSwift EitherAPI.swift
[12/24] Emitting module AliasWonderland
[13/24] Compiling AliasWonderland ClosuresAliases.swift
[14/24] Compiling AliasWonderland SideEffectAliases.swift
[16/25] Wrapping AST for AliasWonderland for debugging
[17/25] Write Objects.LinkFileList
[18/25] Wrapping AST for EitherSwift for debugging
[19/25] Write Objects.LinkFileList
[20/25] Linking libAliasWonderland.so
[21/25] Linking libEitherSwift.so
[23/29] Compiling Zippy ZipAsync.swift
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:12:19: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
10 | ) async -> (A,B) {
11 |
12 |     async let a = f()
   |                   |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
13 |     async let b = g()
14 |
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:13:19: warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
11 |
12 |     async let a = f()
13 |     async let b = g()
   |                   |- warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending task-isolated 'g' into async let risks causing data races between nonisolated and task-isolated uses
14 |
15 |     return await (a,b)
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:25:19: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
23 | ) async -> (A,B,C) {
24 |
25 |     async let a = f()
   |                   |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
26 |     async let b = g()
27 |     async let c = h()
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:26:19: warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
24 |
25 |     async let a = f()
26 |     async let b = g()
   |                   |- warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending task-isolated 'g' into async let risks causing data races between nonisolated and task-isolated uses
27 |     async let c = h()
28 |
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:27:19: warning: sending 'h' risks causing data races; this is an error in the Swift 6 language mode
25 |     async let a = f()
26 |     async let b = g()
27 |     async let c = h()
   |                   |- warning: sending 'h' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending task-isolated 'h' into async let risks causing data races between nonisolated and task-isolated uses
28 |
29 |     return await (a,b,c)
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:40:19: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
38 | ) async -> (A,B,C,D) {
39 |
40 |     async let a = f()
   |                   |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
41 |     async let b = g()
42 |     async let c = h()
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:41:19: warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
39 |
40 |     async let a = f()
41 |     async let b = g()
   |                   |- warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending task-isolated 'g' into async let risks causing data races between nonisolated and task-isolated uses
42 |     async let c = h()
43 |     async let d = i()
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:42:19: warning: sending 'h' risks causing data races; this is an error in the Swift 6 language mode
40 |     async let a = f()
41 |     async let b = g()
42 |     async let c = h()
   |                   |- warning: sending 'h' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending task-isolated 'h' into async let risks causing data races between nonisolated and task-isolated uses
43 |     async let d = i()
44 |
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:43:19: warning: sending 'i' risks causing data races; this is an error in the Swift 6 language mode
41 |     async let b = g()
42 |     async let c = h()
43 |     async let d = i()
   |                   |- warning: sending 'i' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending task-isolated 'i' into async let risks causing data races between nonisolated and task-isolated uses
44 |
45 |     return await (a,b,c,d)
[24/29] Emitting module Zippy
[25/29] Compiling Zippy ZipEither.swift
[26/29] Compiling Zippy ZipOptional.swift
[27/30] Wrapping AST for Zippy for debugging
[28/30] Write Objects.LinkFileList
[29/30] Linking libZippy.so
Build complete! (28.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "aliaswonderland",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/AliasWonderland.git"
    },
    {
      "identity" : "eitherswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/EitherSwift.git"
    }
  ],
  "manifest_display_name" : "Zippy",
  "name" : "Zippy",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Zippy",
      "targets" : [
        "Zippy"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZippyTests",
      "module_type" : "SwiftTarget",
      "name" : "ZippyTests",
      "path" : "Tests/ZippyTests",
      "product_dependencies" : [
        "SnapshotTesting",
        "EitherSwift"
      ],
      "sources" : [
        "ZipAsyncTests.swift",
        "ZipEitherTests.swift",
        "ZipOptionalTests.swift"
      ],
      "target_dependencies" : [
        "Zippy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Zippy",
      "module_type" : "SwiftTarget",
      "name" : "Zippy",
      "path" : "Sources/Zippy",
      "product_dependencies" : [
        "AliasWonderland",
        "EitherSwift"
      ],
      "product_memberships" : [
        "Zippy"
      ],
      "sources" : [
        "ZipAsync.swift",
        "ZipEither.swift",
        "ZipOptional.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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
Done.