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 firebase-swift, reference main (adb004), with Swift 6.0 for Linux on 15 Apr 2025 20:22:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/firebase-swift.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/zunda-pixel/firebase-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at adb0043 Update ci.yml (#42)
Cloned https://github.com/zunda-pixel/firebase-swift.git
Revision (git rev-parse @):
adb0043ce40ca835266c437f11e121361307f074
SUCCESS checkout https://github.com/zunda-pixel/firebase-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/zunda-pixel/firebase-swift.git
https://github.com/zunda-pixel/firebase-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/http-client"
    }
  ],
  "manifest_display_name" : "firebase-swift",
  "name" : "firebase-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "Auth",
      "targets" : [
        "Auth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RemoteConfig",
      "targets" : [
        "RemoteConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Storage",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StorageTests",
      "module_type" : "SwiftTarget",
      "name" : "StorageTests",
      "path" : "Tests/StorageTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/StorageTests/Resources/Swift_logo.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "StorageTests.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Storage",
      "module_type" : "SwiftTarget",
      "name" : "Storage",
      "path" : "Sources/Storage",
      "product_dependencies" : [
        "HTTPClient",
        "HTTPTypes"
      ],
      "product_memberships" : [
        "Storage"
      ],
      "sources" : [
        "ContentUrl.swift",
        "DecodeHandler.swift",
        "Delete.swift",
        "ErrorResponse.swift",
        "EscapePercentEncode.swift",
        "GetItem.swift",
        "Item.swift",
        "List.swift",
        "Storage.swift",
        "Update.swift",
        "Upload.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemoteConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "RemoteConfigTests",
      "path" : "Tests/RemoteConfigTests",
      "sources" : [
        "RemoteConfigTests.swift"
      ],
      "target_dependencies" : [
        "RemoteConfig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RemoteConfig",
      "module_type" : "SwiftTarget",
      "name" : "RemoteConfig",
      "path" : "Sources/RemoteConfig",
      "product_dependencies" : [
        "HTTPClient",
        "HTTPTypes"
      ],
      "product_memberships" : [
        "RemoteConfig"
      ],
      "sources" : [
        "DecodeHandler.swift",
        "ErrorResponse.swift",
        "Fetch.swift",
        "Realtime.swift",
        "RemoteConfig.swift",
        "StreamExecution.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AuthTests",
      "module_type" : "SwiftTarget",
      "name" : "AuthTests",
      "path" : "Tests/AuthTests",
      "sources" : [
        "AuthTests.swift"
      ],
      "target_dependencies" : [
        "Auth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Auth",
      "module_type" : "SwiftTarget",
      "name" : "Auth",
      "path" : "Sources/Auth",
      "product_dependencies" : [
        "HTTPClient",
        "HTTPTypes"
      ],
      "product_memberships" : [
        "Auth"
      ],
      "sources" : [
        "Auth.swift",
        "CreateAnonymousUser.swift",
        "CreateUser.swift",
        "CreateUserOrGetOAuth.swift",
        "DecodeHandler.swift",
        "DeleteAccount.swift",
        "ErrorResponse.swift",
        "GetUser.swift",
        "LinkEmail.swift",
        "LinkProvider.swift",
        "ProviderUserInfo.swift",
        "RefreshToken.swift",
        "SendEmailToResetPassword.swift",
        "SendEmailToUpdateEmail.swift",
        "SendEmailVerification.swift",
        "SendSignUpLink.swift",
        "URL++.swift",
        "UnLinkProvider.swift",
        "UpdatePassword.swift",
        "UpdateProfile.swift",
        "VerifyCodeResetPasswordResponse.swift",
        "VerifyCustomToken.swift",
        "VerifyEmailOodb.swift",
        "VerifyPassword.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/zunda-pixel/http-client
[1/106] Fetching http-client
[107/1010] Fetching http-client, swift-http-types
Fetched https://github.com/zunda-pixel/http-client from cache (0.23s)
Fetched https://github.com/apple/swift-http-types from cache (0.23s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.0 (0.46s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.51s)
Creating working copy for https://github.com/zunda-pixel/http-client
Working copy of https://github.com/zunda-pixel/http-client resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/15] Compiling HTTPTypes HTTPField.swift
[9/16] Compiling HTTPTypes HTTPResponse.swift
[10/16] Compiling HTTPTypes ISOLatin1String.swift
[11/16] Compiling HTTPTypes HTTPParsedFields.swift
[12/16] Compiling HTTPTypes HTTPRequest.swift
[13/16] Compiling HTTPTypes NIOLock.swift
[14/16] Compiling HTTPTypes HTTPFieldName.swift
[15/16] Emitting module HTTPTypes
[16/16] Compiling HTTPTypes HTTPFields.swift
[18/23] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[19/23] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[20/23] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[21/23] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[22/23] Emitting module HTTPTypesFoundation
[23/23] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[25/27] Compiling HTTPClient URLSesssion++.swift
[26/27] Emitting module HTTPClient
[27/27] Compiling HTTPClient HTTPClient.swift
[29/68] Compiling RemoteConfig ErrorResponse.swift
[30/68] Compiling Storage EscapePercentEncode.swift
[31/68] Compiling Storage GetItem.swift
[32/69] Compiling RemoteConfig RemoteConfig.swift
[33/69] Emitting module RemoteConfig
[34/69] Compiling RemoteConfig StreamExecution.swift
[35/69] Emitting module Storage
[36/69] Compiling Storage Upload.swift
[37/69] Compiling RemoteConfig DecodeHandler.swift
[38/69] Compiling RemoteConfig Fetch.swift
[39/69] Compiling RemoteConfig Realtime.swift
[40/70] Compiling Storage ContentUrl.swift
[41/70] Compiling Storage DecodeHandler.swift
[42/70] Compiling Storage Delete.swift
[43/70] Compiling Storage ErrorResponse.swift
[44/70] Compiling Storage Storage.swift
[45/70] Compiling Storage Update.swift
[46/70] Compiling Storage List.swift
[48/70] Compiling Storage Item.swift
[49/71] Compiling Auth LinkProvider.swift
[50/71] Compiling Auth ProviderUserInfo.swift
[51/71] Compiling Auth RefreshToken.swift
[53/74] Emitting module Auth
[54/74] Compiling Auth SendSignUpLink.swift
[55/74] Compiling Auth URL++.swift
[56/74] Compiling Auth UnLinkProvider.swift
[60/74] Compiling Auth SendEmailToResetPassword.swift
[61/74] Compiling Auth SendEmailToUpdateEmail.swift
[62/74] Compiling Auth SendEmailVerification.swift
[66/74] Compiling Auth UpdatePassword.swift
[67/74] Compiling Auth UpdateProfile.swift
[68/74] Compiling Auth VerifyCodeResetPasswordResponse.swift
[69/74] Compiling Auth CreateUserOrGetOAuth.swift
[70/74] Compiling Auth DecodeHandler.swift
[71/74] Compiling Auth DeleteAccount.swift
[72/74] Compiling Auth VerifyCustomToken.swift
[73/74] Compiling Auth VerifyEmailOodb.swift
[74/74] Compiling Auth VerifyPassword.swift
Build complete! (19.22s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/http-client"
    }
  ],
  "manifest_display_name" : "firebase-swift",
  "name" : "firebase-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "Auth",
      "targets" : [
        "Auth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RemoteConfig",
      "targets" : [
        "RemoteConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Storage",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StorageTests",
      "module_type" : "SwiftTarget",
      "name" : "StorageTests",
      "path" : "Tests/StorageTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/StorageTests/Resources/Swift_logo.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "StorageTests.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Storage",
      "module_type" : "SwiftTarget",
      "name" : "Storage",
      "path" : "Sources/Storage",
      "product_dependencies" : [
        "HTTPClient",
        "HTTPTypes"
      ],
      "product_memberships" : [
        "Storage"
      ],
      "sources" : [
        "ContentUrl.swift",
        "DecodeHandler.swift",
        "Delete.swift",
        "ErrorResponse.swift",
        "EscapePercentEncode.swift",
        "GetItem.swift",
        "Item.swift",
        "List.swift",
        "Storage.swift",
        "Update.swift",
        "Upload.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemoteConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "RemoteConfigTests",
      "path" : "Tests/RemoteConfigTests",
      "sources" : [
        "RemoteConfigTests.swift"
      ],
      "target_dependencies" : [
        "RemoteConfig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RemoteConfig",
      "module_type" : "SwiftTarget",
      "name" : "RemoteConfig",
      "path" : "Sources/RemoteConfig",
      "product_dependencies" : [
        "HTTPClient",
        "HTTPTypes"
      ],
      "product_memberships" : [
        "RemoteConfig"
      ],
      "sources" : [
        "DecodeHandler.swift",
        "ErrorResponse.swift",
        "Fetch.swift",
        "Realtime.swift",
        "RemoteConfig.swift",
        "StreamExecution.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AuthTests",
      "module_type" : "SwiftTarget",
      "name" : "AuthTests",
      "path" : "Tests/AuthTests",
      "sources" : [
        "AuthTests.swift"
      ],
      "target_dependencies" : [
        "Auth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Auth",
      "module_type" : "SwiftTarget",
      "name" : "Auth",
      "path" : "Sources/Auth",
      "product_dependencies" : [
        "HTTPClient",
        "HTTPTypes"
      ],
      "product_memberships" : [
        "Auth"
      ],
      "sources" : [
        "Auth.swift",
        "CreateAnonymousUser.swift",
        "CreateUser.swift",
        "CreateUserOrGetOAuth.swift",
        "DecodeHandler.swift",
        "DeleteAccount.swift",
        "ErrorResponse.swift",
        "GetUser.swift",
        "LinkEmail.swift",
        "LinkProvider.swift",
        "ProviderUserInfo.swift",
        "RefreshToken.swift",
        "SendEmailToResetPassword.swift",
        "SendEmailToUpdateEmail.swift",
        "SendEmailVerification.swift",
        "SendSignUpLink.swift",
        "URL++.swift",
        "UnLinkProvider.swift",
        "UpdatePassword.swift",
        "UpdateProfile.swift",
        "VerifyCodeResetPasswordResponse.swift",
        "VerifyCustomToken.swift",
        "VerifyEmailOodb.swift",
        "VerifyPassword.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.