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 watchOS using Xcode 16.3 on 26 Apr 2025 13:31:31 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         watchOS
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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Balancingrock/SwifterLog
Fetching from https://github.com/Balancingrock/KeyedCache
Fetching from https://github.com/Balancingrock/BRBON
Fetching from https://github.com/Balancingrock/SecureSockets
Fetching from https://github.com/Balancingrock/Http
Resolve Package Graph
Updating from https://github.com/Balancingrock/Http
Updating from https://github.com/Balancingrock/KeyedCache
Updating from https://github.com/Balancingrock/SecureSockets
Updating from https://github.com/Balancingrock/BRBON
Updating from https://github.com/Balancingrock/SwifterLog
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-26 06:31:30.403 xcodebuild[520:2935] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_06-31-0030.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies 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.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/Balancingrock/KeyedCache
Updating from https://github.com/Balancingrock/BRBON
Updating from https://github.com/Balancingrock/Http
Updating from https://github.com/Balancingrock/SecureSockets
Updating from https://github.com/Balancingrock/SwifterLog
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-26 06:31:31.686 xcodebuild[709:3792] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_06-31-0031.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies 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 watchOS