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 macOS (SPM) on 26 Apr 2025 13:31:37 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Balancingrock/Swiftfire.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/Balancingrock/BRBON
Fetching https://github.com/Balancingrock/SwifterLog
Fetching https://github.com/Balancingrock/KeyedCache
Fetching https://github.com/Balancingrock/Http
Fetching https://github.com/Balancingrock/SecureSockets
[1/910] Fetching securesockets
[11/1056] Fetching securesockets, http
[122/1174] Fetching securesockets, http, keyedcache
[285/1875] Fetching securesockets, http, keyedcache, swifterlog
[451/1946] Fetching securesockets, http, keyedcache, swifterlog, brbon
Fetched https://github.com/Balancingrock/Http from cache (1.00s)
Fetched https://github.com/Balancingrock/BRBON from cache (1.00s)
[992/1729] Fetching securesockets, keyedcache, swifterlog
Fetched https://github.com/Balancingrock/SwifterLog from cache (1.32s)
Fetched https://github.com/Balancingrock/KeyedCache from cache (1.32s)
Fetched https://github.com/Balancingrock/SecureSockets from cache (1.32s)
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
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Balancingrock/Swiftfire.git
https://github.com/Balancingrock/Swiftfire.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Updating https://github.com/Balancingrock/Http
Updating https://github.com/Balancingrock/KeyedCache
Updating https://github.com/Balancingrock/BRBON
Updating https://github.com/Balancingrock/SwifterLog
Updating https://github.com/Balancingrock/SecureSockets
Updated https://github.com/Balancingrock/SecureSockets (0.44s)
Updated https://github.com/Balancingrock/KeyedCache (0.44s)
Updated https://github.com/Balancingrock/Http (0.46s)
Updated https://github.com/Balancingrock/SwifterLog (0.46s)
Updated https://github.com/Balancingrock/BRBON (0.46s)
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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/Balancingrock/SecureSockets
Updating https://github.com/Balancingrock/Http
Updating https://github.com/Balancingrock/BRBON
Updating https://github.com/Balancingrock/SwifterLog
Updating https://github.com/Balancingrock/KeyedCache
Updated https://github.com/Balancingrock/SwifterLog (0.44s)
Updated https://github.com/Balancingrock/SecureSockets (0.44s)
Updated https://github.com/Balancingrock/BRBON (0.47s)
Updated https://github.com/Balancingrock/Http (0.47s)
Updated https://github.com/Balancingrock/KeyedCache (0.47s)
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 macosSpm