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

Failed to build Swiftfire, reference 1.3.3 (938b96), with Swift 6.1 for Linux on 26 Apr 2025 13:24:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Balancingrock/Swiftfire.git
Reference: 1.3.3
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/Balancingrock/Swiftfire
 * tag               1.3.3      -> FETCH_HEAD
HEAD is now at 938b96d fixed installation for Xcode
Cloned https://github.com/Balancingrock/Swiftfire.git
Revision (git rev-parse @):
938b96d4012fed9ac53f4d9323d1cdba66fb16ee
SUCCESS checkout https://github.com/Balancingrock/Swiftfire.git at 1.3.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Balancingrock/Swiftfire.git
https://github.com/Balancingrock/Swiftfire.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swifterlog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Balancingrock/SwifterLog"
    },
    {
      "identity" : "securesockets",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Balancingrock/SecureSockets"
    },
    {
      "identity" : "keyedcache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Balancingrock/KeyedCache"
    },
    {
      "identity" : "brbon",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Balancingrock/BRBON"
    },
    {
      "identity" : "http",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Balancingrock/Http"
    }
  ],
  "manifest_display_name" : "Swiftfire",
  "name" : "Swiftfire",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Swiftfire",
      "targets" : [
        "Swiftfire"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Swiftfire",
      "module_type" : "SwiftTarget",
      "name" : "Swiftfire",
      "path" : "Sources/Swiftfire",
      "product_dependencies" : [
        "SwifterLog"
      ],
      "product_memberships" : [
        "Swiftfire"
      ],
      "sources" : [
        "CommandLineArguments.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Admin",
        "Core",
        "Functions",
        "Services",
        "Custom"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Services",
      "module_type" : "SwiftTarget",
      "name" : "Services",
      "path" : "Sources/Services",
      "product_dependencies" : [
        "SwifterLog",
        "Http"
      ],
      "product_memberships" : [
        "Swiftfire"
      ],
      "sources" : [
        "Service.Blacklist.swift",
        "Service.Command.CancelUpdateCommand.swift",
        "Service.Command.CommentReview.swift",
        "Service.Command.EditComment.swift",
        "Service.Command.EmailVerification.swift",
        "Service.Command.ForgotPassword.swift",
        "Service.Command.Login.swift",
        "Service.Command.Logout.swift",
        "Service.Command.PostComment.swift",
        "Service.Command.Register.swift",
        "Service.Command.RemoveComment.swift",
        "Service.Command.RequestNewPassword.swift",
        "Service.Command.SetNewPassword.swift",
        "Service.Command.UpdateComment.swift",
        "Service.Commands.swift",
        "Service.GetFileFromResourcePath.swift",
        "Service.GetResourcePathFromUrl.swift",
        "Service.GetSession.swift",
        "Service.OnlyGetOrPost.swift",
        "Service.OnlyHttp10or11.swift",
        "Service.Registration.swift",
        "Service.RestartSessionTimeout.swift",
        "Service.Setup.CreateAccountDetailPage.swift",
        "Service.Setup.ExecuteAddAdminChangePassword.swift",
        "Service.Setup.ExecuteAddToBlacklist.swift",
        "Service.Setup.ExecuteChangePassword.swift",
        "Service.Setup.ExecuteConfirmDeleteAccount.swift",
        "Service.Setup.ExecuteRemoveAccount.swift",
        "Service.Setup.ExecuteRemoveFromBlacklist.swift",
        "Service.Setup.ExecuteUpdateBlacklist.swift",
        "Service.Setup.ExecuteUpdateParameter.swift",
        "Service.Setup.ExecuteUpdateServices.swift",
        "Service.Setup.LoginPage.swift",
        "Service.Setup.Page.AdminTable.swift",
        "Service.Setup.Page.BlacklistTable.swift",
        "Service.Setup.Page.Logoff.swift",
        "Service.Setup.Page.NewDomainAdmin.swift",
        "Service.Setup.Page.ParameterTable.swift",
        "Service.Setup.Page.ServiceTable.swift",
        "Service.Setup.Page.TelemetryTable.swift",
        "Service.Setup.Page.swift",
        "Service.Setup.UpdateAccount.swift",
        "Service.Setup.swift",
        "Service.StorePreLoginUrl.swift",
        "Service.TransferResponse.swift",
        "Service.WaitUntilBodyComplete.swift"
      ],
      "target_dependencies" : [
        "Custom",
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Functions",
      "module_type" : "SwiftTarget",
      "name" : "Functions",
      "path" : "Sources/Functions",
      "product_dependencies" : [
        "SwifterLog",
        "Http",
        "Copenssl"
      ],
      "product_memberships" : [
        "Swiftfire"
      ],
      "sources" : [
        "Function.Assign.swift",
        "Function.CommentSection.swift",
        "Function.NofPageHits.swift",
        "Function.Registration.swift",
        "Function.Setup.swift",
        "Function.Show.swift",
        "Function.Timestamp.swift"
      ],
      "target_dependencies" : [
        "Custom",
        "Core",
        "Services"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Custom",
      "module_type" : "SwiftTarget",
      "name" : "Custom",
      "path" : "Sources/Custom",
      "product_dependencies" : [
        "BRBON"
      ],
      "product_memberships" : [
        "Swiftfire"
      ],
      "sources" : [
        "Custom.swift",
        "ServiceInfoKeys.swift",
        "SessionInfoKeys.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "SwifterLog",
        "Copenssl",
        "KeyedCache",
        "SecureSockets",
        "BRBON",
        "Http"
      ],
      "product_memberships" : [
        "Swiftfire"
      ],
      "sources" : [
        "Account.swift",
        "AccountManager.swift",
        "Array.String.Extension.swift",
        "Blacklist.swift",
        "CertificateGeneration.swift",
        "Comment.swift",
        "CommentManager.swift",
        "ControlBlockIndexableDataSource.swift",
        "DateFormatters.swift",
        "Domain.swift",
        "DomainManager.swift",
        "DomainTelemetry.swift",
        "FileManager.Extensions.swift",
        "Forwarder.swift",
        "Functions.swift",
        "Globals.swift",
        "HitCounters.swift",
        "KeyArgument.Read.swift",
        "LogServerSetup.swift",
        "Logfile.404Log.swift",
        "Logfile.AccessLog.swift",
        "Logfile.HttpHeaderLogger.swift",
        "Logfile.swift",
        "NamedBoolValue.swift",
        "NamedIntValue.swift",
        "NamedStringValue.swift",
        "NamedValue.swift",
        "NamedValueProtocol.swift",
        "PhpProcess.swift",
        "ReferencedDictionary.swift",
        "RestartHttpAndHttpsServers.swift",
        "SFConnection.Worker.swift",
        "SFConnection.swift",
        "SFDocument.Parse.swift",
        "SFDocument.swift",
        "SendEmail.swift",
        "ServerParameters.swift",
        "ServerTelemetry.swift",
        "Services.swift",
        "Session.swift",
        "SessionInfo.swift",
        "SessionManager.swift",
        "String.Extensions.swift",
        "SwiftfireResult.swift",
        "TimedClosure.swift",
        "Urls.swift",
        "VisitorStatistics.swift",
        "WallclockTime.swift"
      ],
      "target_dependencies" : [
        "Custom"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Admin",
      "module_type" : "SwiftTarget",
      "name" : "Admin",
      "path" : "Sources/Admin",
      "product_dependencies" : [
        "Copenssl"
      ],
      "product_memberships" : [
        "Swiftfire"
      ],
      "sources" : [
        "Function.SF.DomainParameter.swift",
        "Function.SF.Registration.swift",
        "Service.SF.ServerAdmin.swift",
        "Services.SF.Registration.swift"
      ],
      "target_dependencies" : [
        "Core",
        "Functions",
        "Services"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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/Balancingrock/SecureSockets
Fetching https://github.com/Balancingrock/KeyedCache
Fetching https://github.com/Balancingrock/Http
Fetching https://github.com/Balancingrock/SwifterLog
Fetching https://github.com/Balancingrock/BRBON
[1/118] Fetching keyedcache
[119/819] Fetching keyedcache, swifterlog
[820/965] Fetching keyedcache, swifterlog, http
[966/1875] Fetching keyedcache, swifterlog, http, securesockets
[1130/1946] Fetching keyedcache, swifterlog, http, securesockets, brbon
Fetched https://github.com/Balancingrock/BRBON from cache (0.25s)
[1138/1875] Fetching keyedcache, swifterlog, http, securesockets
Fetched https://github.com/Balancingrock/KeyedCache from cache (0.58s)
Fetched https://github.com/Balancingrock/Http from cache (0.58s)
Fetched https://github.com/Balancingrock/SwifterLog from cache (0.58s)
Fetched https://github.com/Balancingrock/SecureSockets from cache (0.60s)
Computing version for https://github.com/Balancingrock/BRBON
error: Dependencies could not be resolved because no versions of 'brbon' match the requirement 1.3.0..<2.0.0 and root depends on 'brbon' 1.3.0..<2.0.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
Updating https://github.com/Balancingrock/KeyedCache
Updating https://github.com/Balancingrock/SecureSockets
Updating https://github.com/Balancingrock/Http
Updating https://github.com/Balancingrock/BRBON
Updating https://github.com/Balancingrock/SwifterLog
Updated https://github.com/Balancingrock/SecureSockets (0.12s)
Updated https://github.com/Balancingrock/SwifterLog (0.14s)
Updated https://github.com/Balancingrock/BRBON (0.14s)
Updated https://github.com/Balancingrock/KeyedCache (0.14s)
Updated https://github.com/Balancingrock/Http (0.14s)
Computing version for https://github.com/Balancingrock/BRBON
error: Dependencies could not be resolved because no versions of 'brbon' match the requirement 1.3.0..<2.0.0 and root depends on 'brbon' 1.3.0..<2.0.0.
BUILD FAILURE 6.1 linux