Build Information
Successful build of firebase-swift, reference 1.0.6 (680e41
), with Swift 6.1 for Linux on 1 May 2025 04:50:40 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.1-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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/firebase-swift.git
Reference: 1.0.6
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
* tag 1.0.6 -> FETCH_HEAD
HEAD is now at 680e41f support Realtime RemoteConfig for Linux (#40)
Cloned https://github.com/zunda-pixel/firebase-swift.git
Revision (git rev-parse @):
680e41f806939a4e54226a6ffe84bb82b6b102c4
SUCCESS checkout https://github.com/zunda-pixel/firebase-swift.git at 1.0.6
========================================
Build
========================================
Selected platform: linux
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
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-4606859-1":/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 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/zunda-pixel/http-client
Fetching https://github.com/apple/swift-http-types
[2/106] Fetching http-client
[107/1010] Fetching http-client, swift-http-types
Fetched https://github.com/zunda-pixel/http-client from cache (0.22s)
Fetched https://github.com/apple/swift-http-types from cache (0.22s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.0 (0.73s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.59s)
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 ISOLatin1String.swift
[9/16] Compiling HTTPTypes HTTPParsedFields.swift
[10/16] Compiling HTTPTypes HTTPRequest.swift
[11/16] Compiling HTTPTypes HTTPResponse.swift
[12/16] Compiling HTTPTypes NIOLock.swift
[13/16] Compiling HTTPTypes HTTPFields.swift
[14/16] Compiling HTTPTypes HTTPFieldName.swift
[15/16] Compiling HTTPTypes HTTPField.swift
[16/16] Emitting module HTTPTypes
[18/23] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[19/23] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[20/23] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[21/23] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[22/23] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[23/23] Emitting module HTTPTypesFoundation
[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 RemoteConfig RemoteConfig.swift
[31/68] Emitting module RemoteConfig
[32/68] Compiling RemoteConfig DecodeHandler.swift
[33/68] Compiling Auth Auth.swift
[34/68] Compiling Auth CreateAnonymousUser.swift
[35/68] Compiling Auth CreateUser.swift
[36/68] Compiling Auth CreateUserOrGetOAuth.swift
[37/68] Emitting module Storage
[38/69] Compiling RemoteConfig StreamExecution.swift
[39/69] Compiling RemoteConfig Fetch.swift
[40/69] Compiling RemoteConfig Realtime.swift
[42/70] Emitting module Auth
[43/70] Compiling Storage Storage.swift
[44/71] Compiling Storage Item.swift
[45/72] Compiling Auth DecodeHandler.swift
[46/72] Compiling Auth DeleteAccount.swift
[47/73] Compiling Storage Update.swift
[48/73] Compiling Storage List.swift
[49/73] Compiling Storage Upload.swift
[51/74] Compiling Auth ErrorResponse.swift
[52/74] Compiling Auth GetUser.swift
[53/74] Compiling Auth LinkEmail.swift
[60/74] Compiling Auth LinkProvider.swift
[61/74] Compiling Auth ProviderUserInfo.swift
[62/74] Compiling Auth RefreshToken.swift
[63/74] Compiling Auth SendEmailToResetPassword.swift
[64/74] Compiling Auth SendEmailToUpdateEmail.swift
[65/74] Compiling Auth SendEmailVerification.swift
[66/74] Compiling Auth SendSignUpLink.swift
[67/74] Compiling Auth URL++.swift
[68/74] Compiling Auth UnLinkProvider.swift
[69/74] Compiling Auth UpdatePassword.swift
[70/74] Compiling Auth UpdateProfile.swift
[71/74] Compiling Auth VerifyCodeResetPasswordResponse.swift
[72/74] Compiling Auth VerifyCustomToken.swift
[73/74] Compiling Auth VerifyEmailOodb.swift
[74/74] Compiling Auth VerifyPassword.swift
Build complete! (17.70s)
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.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.