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 firebase-swift, reference main (5aa061), with Swift 6.1 for macOS (SPM) on 2 Dec 2025 09:50:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/firebase-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zunda-pixel/firebase-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5aa0610 Bump actions/checkout from 5 to 6 (#52)
Cloned https://github.com/zunda-pixel/firebase-swift.git
Revision (git rev-parse @):
5aa0610da95f1de11485940a067e7067bf39cb92
SUCCESS checkout https://github.com/zunda-pixel/firebase-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/zunda-pixel/firebase-swift.git
https://github.com/zunda-pixel/firebase-swift.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/17] Compiling HTTPTypes HTTPResponse.swift
[9/17] Compiling HTTPTypes ISOLatin1String.swift
[10/17] Compiling HTTPTypes HTTPRequest.swift
[11/17] Compiling HTTPTypes NIOLock.swift
[12/17] Compiling HTTPTypes HTTPFields.swift
[13/17] Compiling HTTPTypes HTTPFieldName.swift
[14/17] Compiling HTTPTypes HTTPField.swift
[15/17] Compiling HTTPTypes HTTPParsedFields.swift
[16/17] Emitting module HTTPTypes
[17/17] Compiling HTTPTypes HTTPRequest+URL.swift
[18/23] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[19/23] Emitting module HTTPTypesFoundation
[20/23] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[21/23] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[22/23] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[23/23] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[24/26] Compiling HTTPClient HTTPClient.swift
[25/26] Emitting module HTTPClient
[26/26] Compiling HTTPClient URLSesssion++.swift
[27/67] Compiling RemoteConfig StreamExecution.swift
[28/67] Compiling RemoteConfig Fetch.swift
[29/67] Compiling Auth Auth.swift
[30/67] Compiling Auth CreateAnonymousUser.swift
[31/67] Emitting module Storage
[32/68] Compiling Auth SendEmailVerification.swift
[33/68] Compiling Auth SendSignUpLink.swift
[34/68] Compiling Auth SendEmailToResetPassword.swift
[35/68] Compiling Auth SendEmailToUpdateEmail.swift
[36/70] Compiling RemoteConfig Realtime.swift
[37/70] Compiling RemoteConfig ErrorResponse.swift
[38/70] Compiling RemoteConfig DecodeHandler.swift
[39/70] Compiling RemoteConfig RemoteConfig.swift
[40/70] Compiling Auth ErrorResponse.swift
[41/70] Compiling Auth GetUser.swift
[42/70] Compiling Auth LinkEmail.swift
[43/70] Emitting module RemoteConfig
[44/70] Compiling Storage Upload.swift
[45/70] Compiling Auth VerifyCodeResetPasswordResponse.swift
[46/70] Compiling Auth VerifyCustomToken.swift
[47/70] Compiling Storage Storage.swift
[48/70] Compiling Storage List.swift
[49/70] Compiling Storage EscapePercentEncode.swift
[50/70] Compiling Storage Item.swift
[51/70] Compiling Storage ErrorResponse.swift
[52/70] Compiling Storage Delete.swift
[53/70] Compiling Storage GetItem.swift
[54/70] Compiling Storage Update.swift
[55/70] Emitting module Auth
[58/70] Compiling Auth CreateUser.swift
[59/70] Compiling Auth LinkProvider.swift
[60/70] Compiling Auth ProviderUserInfo.swift
[61/70] Compiling Auth RefreshToken.swift
[62/70] Compiling Auth URL++.swift
[63/70] Compiling Auth UnLinkProvider.swift
[64/70] Compiling Auth UpdatePassword.swift
[65/70] Compiling Auth UpdateProfile.swift
[66/70] Compiling Auth VerifyEmailOodb.swift
[67/70] Compiling Auth VerifyPassword.swift
[68/70] Compiling Auth CreateUserOrGetOAuth.swift
[69/70] Compiling Auth DecodeHandler.swift
[70/70] Compiling Auth DeleteAccount.swift
Build complete! (14.38s)
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/apple/swift-http-types from cache
[1/156] Fetching http-client
Fetched https://github.com/zunda-pixel/http-client from cache (0.73s)
Fetched https://github.com/apple/swift-http-types from cache (0.76s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.1 (1.30s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.55s)
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.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.