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 master (1ec739), with Swift 6.1 for Wasm on 28 May 2025 00:46:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Balancingrock/Swiftfire.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1ec739f Merge pull request #18 from Balancingrock/dependabot/bundler/demo/addressable-2.8.0
Cloned https://github.com/Balancingrock/Swiftfire.git
Revision (git rev-parse @):
1ec739f083f6e06025625db245dd1ff29b4501aa
SUCCESS checkout https://github.com/Balancingrock/Swiftfire.git at master
========================================
Build
========================================
Selected platform:         wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Balancingrock/KeyedCache
Fetching https://github.com/Balancingrock/SecureSockets
Fetching https://github.com/Balancingrock/BRBON
[1/910] Fetching securesockets
[165/1028] Fetching securesockets, keyedcache
[283/1099] Fetching securesockets, keyedcache, brbon
Fetched https://github.com/Balancingrock/BRBON from cache (0.44s)
[373/1028] Fetching securesockets, keyedcache
Fetching https://github.com/Balancingrock/SwifterLog
Fetched https://github.com/Balancingrock/KeyedCache from cache (0.71s)
Fetching https://github.com/Balancingrock/Http
Fetched https://github.com/Balancingrock/SecureSockets from cache (0.73s)
[1/146] Fetching http
[147/847] Fetching http, swifterlog
Fetched https://github.com/Balancingrock/Http from cache (0.21s)
Fetched https://github.com/Balancingrock/SwifterLog from cache (0.24s)
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/Balancingrock/Http
Updating https://github.com/Balancingrock/BRBON
Updating https://github.com/Balancingrock/SwifterLog
Updating https://github.com/Balancingrock/KeyedCache
Updating https://github.com/Balancingrock/SecureSockets
Updated https://github.com/Balancingrock/KeyedCache (0.17s)
Updated https://github.com/Balancingrock/BRBON (0.18s)
Updated https://github.com/Balancingrock/SwifterLog (0.18s)
Updated https://github.com/Balancingrock/Http (0.19s)
Updated https://github.com/Balancingrock/SecureSockets (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 wasm