The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-ip, reference 0.3.10 (37538e), with Swift 6.1 for macOS (SPM) on 22 Apr 2026 08:09:22 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rarestype/swift-ip.git
Reference: 0.3.10
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rarestype/swift-ip
 * tag               0.3.10     -> FETCH_HEAD
HEAD is now at 37538ef Merge pull request #20 from rarestype/r2-as-storage-backend
Cloned https://github.com/rarestype/swift-ip.git
Revision (git rev-parse @):
37538ef70b45f23d7e6ec2b3aea36c432419c90d
SUCCESS checkout https://github.com/rarestype/swift-ip.git at 0.3.10
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rarestype/swift-ip.git
https://github.com/rarestype/swift-ip.git
{
  "dependencies" : [
    {
      "identity" : "swift-bson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rarestype/swift-bson"
    },
    {
      "identity" : "swift-json",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rarestype/swift-json"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.98.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "dollup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/dollup"
    }
  ],
  "manifest_display_name" : "swift-ip",
  "name" : "swift-ip",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-ip-prefabricator",
      "targets" : [
        "FirewallPrefabricator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Firewalls",
      "targets" : [
        "Firewalls"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IP",
      "targets" : [
        "IP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IP_BSON",
      "targets" : [
        "IP_BSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IP_NIOCore",
      "targets" : [
        "IP_NIOCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IPinfo",
      "targets" : [
        "IPinfo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirewallUsage",
      "targets" : [
        "FirewallUsage"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Whitelists",
      "module_type" : "SwiftTarget",
      "name" : "Whitelists",
      "path" : "Sources/Whitelists",
      "product_dependencies" : [
        "JSON"
      ],
      "product_memberships" : [
        "swift-ip-prefabricator"
      ],
      "sources" : [
        "GitHubWhitelist.swift",
        "IP.AnyCIDR.swift",
        "IP.Block (ext).swift",
        "IP.Claims.swift",
        "SearchbotWhitelist.swift"
      ],
      "target_dependencies" : [
        "Firewalls"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IPinfo",
      "module_type" : "SwiftTarget",
      "name" : "IPinfo",
      "path" : "Sources/IPinfo",
      "product_dependencies" : [
        "JSON"
      ],
      "product_memberships" : [
        "swift-ip-prefabricator",
        "IPinfo",
        "FirewallUsage"
      ],
      "sources" : [
        "IPinfo.ASN.swift",
        "IPinfo.ASNRange.swift",
        "IPinfo.Address.swift",
        "IPinfo.CountryRange.swift",
        "IPinfo.swift",
        "ISO.Country (ext).swift"
      ],
      "target_dependencies" : [
        "Firewalls"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IP_NIOCore",
      "module_type" : "SwiftTarget",
      "name" : "IP_NIOCore",
      "path" : "Sources/IP_NIOCore",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "IP_NIOCore",
        "FirewallUsage"
      ],
      "sources" : [
        "IP.V4 (ext).swift",
        "IP.V6 (ext).swift"
      ],
      "target_dependencies" : [
        "IP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IP_BSON",
      "module_type" : "SwiftTarget",
      "name" : "IP_BSON",
      "path" : "Sources/IP_BSON",
      "product_dependencies" : [
        "BSON"
      ],
      "product_memberships" : [
        "swift-ip-prefabricator",
        "Firewalls",
        "IP_BSON",
        "IPinfo",
        "FirewallUsage"
      ],
      "sources" : [
        "IP.Address (ext).swift",
        "IP.V4 (ext).swift",
        "IP.V6 (ext).swift"
      ],
      "target_dependencies" : [
        "IP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IPTests",
      "module_type" : "SwiftTarget",
      "name" : "IPTests",
      "path" : "Sources/IPTests",
      "sources" : [
        "Mapping.swift",
        "Masking.swift",
        "Parsing.swift"
      ],
      "target_dependencies" : [
        "IP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IP",
      "module_type" : "SwiftTarget",
      "name" : "IP",
      "path" : "Sources/IP",
      "product_memberships" : [
        "swift-ip-prefabricator",
        "Firewalls",
        "IP",
        "IP_BSON",
        "IP_NIOCore",
        "IPinfo",
        "FirewallUsage"
      ],
      "sources" : [
        "IP.Address.swift",
        "IP.Block.swift",
        "IP.V4.swift",
        "IP.V6.swift",
        "IP.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Firewalls",
      "module_type" : "SwiftTarget",
      "name" : "Firewalls",
      "path" : "Sources/Firewalls",
      "product_dependencies" : [
        "BSON_ISO"
      ],
      "product_memberships" : [
        "swift-ip-prefabricator",
        "Firewalls",
        "IPinfo",
        "FirewallUsage"
      ],
      "sources" : [
        "IP.AS.Metadata.swift",
        "IP.AS.swift",
        "IP.ASN.swift",
        "IP.Claimant.swift",
        "IP.Firewall.Image.swift",
        "IP.Firewall.swift",
        "IP.Table.SortedArray.IntervalError.swift",
        "IP.Table.SortedArray.swift",
        "IP.Table.swift"
      ],
      "target_dependencies" : [
        "IP",
        "IP_BSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirewallTests",
      "module_type" : "SwiftTarget",
      "name" : "FirewallTests",
      "path" : "Sources/FirewallTests",
      "sources" : [
        "Bisection.swift",
        "Roundtripping.swift"
      ],
      "target_dependencies" : [
        "Firewalls"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirewallPrefabricator",
      "module_type" : "SwiftTarget",
      "name" : "FirewallPrefabricator",
      "path" : "Sources/FirewallPrefabricator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-ip-prefabricator"
      ],
      "sources" : [
        "Array (ext).swift",
        "IP.Firewall.Image (ext).swift",
        "JSONDecodable (ext).swift",
        "Main.swift"
      ],
      "target_dependencies" : [
        "IPinfo",
        "Whitelists"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FirewallUsage",
      "module_type" : "SwiftTarget",
      "name" : "FirewallUsage",
      "path" : "Snippets",
      "product_memberships" : [
        "FirewallUsage"
      ],
      "sources" : [
        "FirewallUsage.swift"
      ],
      "target_dependencies" : [
        "IPinfo",
        "IP_NIOCore",
        "IP_BSON",
        "IP",
        "Firewalls"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.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
Fetching https://github.com/rarestype/swift-json
Fetching https://github.com/ordo-one/dollup
Fetching https://github.com/apple/swift-nio from cache
Fetching https://github.com/rarestype/swift-bson
Fetching https://github.com/apple/swift-argument-parser from cache
[1/26] Fetching dollup
[13/2705] Fetching dollup, swift-json
[147/4577] Fetching dollup, swift-json, swift-bson
Fetched https://github.com/apple/swift-argument-parser from cache (1.34s)
Fetched https://github.com/rarestype/swift-bson from cache (2.71s)
Fetched https://github.com/ordo-one/dollup from cache (2.71s)
Fetched https://github.com/rarestype/swift-json from cache (2.71s)
Fetched https://github.com/apple/swift-nio from cache (2.81s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.98.0 (3.55s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.54s)
Fetched https://github.com/apple/swift-system.git from cache (1.58s)
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/rarestype/swift-json
error: Dependencies could not be resolved because 'swift-json' >= 2.0.0 contains incompatible tools version (6.2.0) and root depends on 'swift-json' 3.3.0..<4.0.0.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/apple/swift-nio
Updating https://github.com/rarestype/swift-bson
Updating https://github.com/ordo-one/dollup
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/rarestype/swift-json
Updated https://github.com/ordo-one/dollup (0.42s)
Updated https://github.com/rarestype/swift-bson (0.86s)
Updated https://github.com/apple/swift-argument-parser (0.86s)
Updated https://github.com/rarestype/swift-json (0.86s)
Updated https://github.com/apple/swift-nio (0.86s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.98.0 (0.95s)
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/apple/swift-system.git
Updating https://github.com/apple/swift-atomics.git
Updated https://github.com/apple/swift-system.git (0.59s)
Updated https://github.com/apple/swift-atomics.git (0.59s)
Updated https://github.com/apple/swift-collections.git (0.59s)
Computing version for https://github.com/rarestype/swift-json
error: Dependencies could not be resolved because 'swift-json' >= 2.0.0 contains incompatible tools version (6.2.0) and root depends on 'swift-json' 3.3.0..<4.0.0.
BUILD FAILURE 6.1 macosSpm