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 Poppo, reference 1.1.0 (e3f61c), with Swift 6.1 for Linux on 25 Apr 2025 22:04:24 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.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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rb-de0/Poppo.git
Reference: 1.1.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/rb-de0/Poppo
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at e3f61c8 Merge pull request #4 from rb-de0/swift-5.2
Cloned https://github.com/rb-de0/Poppo.git
Revision (git rev-parse @):
e3f61c8f020417ca40d5b96470ea9b0b5ca4b505
SUCCESS checkout https://github.com/rb-de0/Poppo.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rb-de0/Poppo.git
https://github.com/rb-de0/Poppo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    }
  ],
  "manifest_display_name" : "Poppo",
  "name" : "Poppo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Poppo",
      "targets" : [
        "Poppo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PoppoTests",
      "module_type" : "SwiftTarget",
      "name" : "PoppoTests",
      "path" : "Tests/PoppoTests",
      "sources" : [
        "PoppoTests.swift"
      ],
      "target_dependencies" : [
        "Poppo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Poppo",
      "module_type" : "SwiftTarget",
      "name" : "Poppo",
      "path" : "Sources",
      "product_dependencies" : [
        "Cryptor"
      ],
      "product_memberships" : [
        "Poppo"
      ],
      "sources" : [
        "API.swift",
        "CurlHTTPClient.swift",
        "HTTPClient.swift",
        "OAuthClient.swift",
        "Poppo.swift",
        "URLEncoder.swift",
        "URLSessionHTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.31s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.95s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.27s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (2.64s)
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/14] Compiling Cryptor Updatable.swift
[5/15] Compiling Cryptor KeyDerivation.swift
[6/15] Compiling Cryptor Random.swift
[7/15] Compiling Cryptor SSLPointerTricks.swift
[8/15] Compiling Cryptor Status.swift
[9/15] Compiling Cryptor StreamCryptor.swift
[10/15] Compiling Cryptor Crypto.swift
[11/15] Compiling Cryptor Cryptor.swift
[12/15] Compiling Cryptor Digest.swift
[13/15] Compiling Cryptor HMAC.swift
[14/15] Emitting module Cryptor
[15/15] Compiling Cryptor Utilities.swift
[17/24] Compiling Poppo Poppo.swift
[18/24] Compiling Poppo URLEncoder.swift
[19/24] Compiling Poppo URLSessionHTTPClient.swift
/host/spi-builder-workspace/Sources/URLSessionHTTPClient.swift:16:13: warning: capture of 'self' with non-sendable type 'URLSessionHTTPClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 6 |
 7 | // URLSession Client
 8 | class URLSessionHTTPClient: HTTPClient {
   |       `- note: class 'URLSessionHTTPClient' does not conform to the 'Sendable' protocol
 9 |
10 |     private let semaphore = DispatchSemaphore(value: 0)
   :
14 |         let session = URLSession(configuration: config)
15 |         let task = session.dataTask(with: request){(data, resp, err) in
16 |             self.semaphore.signal()
   |             `- warning: capture of 'self' with non-sendable type 'URLSessionHTTPClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
17 |
18 |         }
[20/24] Compiling Poppo HTTPClient.swift
[21/24] Compiling Poppo CurlHTTPClient.swift
[22/24] Compiling Poppo OAuthClient.swift
[23/24] Compiling Poppo API.swift
[24/24] Emitting module Poppo
Build complete! (16.37s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    }
  ],
  "manifest_display_name" : "Poppo",
  "name" : "Poppo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Poppo",
      "targets" : [
        "Poppo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PoppoTests",
      "module_type" : "SwiftTarget",
      "name" : "PoppoTests",
      "path" : "Tests/PoppoTests",
      "sources" : [
        "PoppoTests.swift"
      ],
      "target_dependencies" : [
        "Poppo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Poppo",
      "module_type" : "SwiftTarget",
      "name" : "Poppo",
      "path" : "Sources",
      "product_dependencies" : [
        "Cryptor"
      ],
      "product_memberships" : [
        "Poppo"
      ],
      "sources" : [
        "API.swift",
        "CurlHTTPClient.swift",
        "HTTPClient.swift",
        "OAuthClient.swift",
        "Poppo.swift",
        "URLEncoder.swift",
        "URLSessionHTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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
Done.