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 Wasm on 28 May 2025 00:46:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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:         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-4606859-1":/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/SecureSockets
Fetching https://github.com/Balancingrock/BRBON
Fetching https://github.com/Balancingrock/SwifterLog
[1/701] Fetching swifterlog
[695/1611] Fetching swifterlog, securesockets
[866/1682] Fetching swifterlog, securesockets, brbon
Fetched https://github.com/Balancingrock/SwifterLog from cache (0.50s)
[217/981] Fetching securesockets, brbon
Fetched https://github.com/Balancingrock/BRBON from cache (0.60s)
[173/910] Fetching securesockets
Fetching https://github.com/Balancingrock/KeyedCache
Fetching https://github.com/Balancingrock/Http
Fetched https://github.com/Balancingrock/SecureSockets from cache (1.39s)
[1/118] Fetching keyedcache
[97/264] Fetching keyedcache, http
Fetched https://github.com/Balancingrock/KeyedCache from cache (0.40s)
Fetched https://github.com/Balancingrock/Http from cache (0.40s)
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-4606859-1":/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/BRBON
Updating https://github.com/Balancingrock/SecureSockets
Updating https://github.com/Balancingrock/SwifterLog
Updating https://github.com/Balancingrock/KeyedCache
Updated https://github.com/Balancingrock/KeyedCache (0.36s)
Updated https://github.com/Balancingrock/SwifterLog (0.36s)
Updated https://github.com/Balancingrock/SecureSockets (0.38s)
Updating https://github.com/Balancingrock/Http
Updated https://github.com/Balancingrock/BRBON (0.39s)
Updated https://github.com/Balancingrock/Http (0.26s)
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