The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftIP2ASN, reference main (a506a8), with Swift 6.1 for macOS (SPM) on 16 Mar 2026 23:48:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Network-Weather/Swift-IP2ASN.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Network-Weather/Swift-IP2ASN
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a506a8d Update GitHub Actions to Node.js 24-compatible versions
Cloned https://github.com/Network-Weather/Swift-IP2ASN.git
Revision (git rev-parse @):
a506a8dbeb6abd52f625b9c0a5d01360d5699d61
SUCCESS checkout https://github.com/Network-Weather/Swift-IP2ASN.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Network-Weather/Swift-IP2ASN.git
https://github.com/Network-Weather/Swift-IP2ASN.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftIP2ASN",
  "name" : "SwiftIP2ASN",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftIP2ASN",
      "targets" : [
        "SwiftIP2ASN"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ip2asn-tools",
      "targets" : [
        "ip2asn-tools"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ip2asn_tools",
      "module_type" : "SwiftTarget",
      "name" : "ip2asn-tools",
      "path" : "Sources/ip2asn-tools",
      "product_memberships" : [
        "ip2asn-tools"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftIP2ASN",
        "IP2ASNDataPrep"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftIP2ASNTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIP2ASNTests",
      "path" : "Tests/SwiftIP2ASNTests",
      "sources" : [
        "BGPIntegrationTest.swift",
        "CIDRConversionTest.swift",
        "ComprehensiveTest.swift",
        "CompressedDatabaseReaderTests.swift",
        "CompressedTrieTests.swift",
        "DatabaseFormatTest.swift",
        "DetailedVerificationTest.swift",
        "EmbeddedDatabaseTests.swift",
        "ExtendedIPTest.swift",
        "FinalVerificationTest.swift",
        "FullBGPTest.swift",
        "GitHubASNBugTest.swift",
        "IPAddressDebugTests.swift",
        "IPAddressTests.swift",
        "IntegrationTests.swift",
        "MemoryProfilingTest.swift",
        "OverlapValidationTest.swift",
        "PowerOfTwoValidationTest.swift",
        "QuickBGPTest.swift",
        "QuickLookupTest.swift",
        "RIRDataParserTests.swift",
        "RandomIPVerificationTest.swift",
        "RealASNTest.swift",
        "RealBGPDataTest.swift",
        "SortedRangeDatabaseTest.swift",
        "SwiftIP2ASNTests.swift",
        "TargetedIPTest.swift",
        "TestLog.swift",
        "UltraCompactReaderTests.swift",
        "UltraCompactValidationTest.swift",
        "ValidationTest.swift"
      ],
      "target_dependencies" : [
        "SwiftIP2ASN",
        "IP2ASNDataPrep"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftIP2ASN",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIP2ASN",
      "path" : "Sources/SwiftIP2ASN",
      "product_memberships" : [
        "SwiftIP2ASN",
        "ip2asn-tools"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftIP2ASN/Resources/ip2asn.ultra",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ASNDatabase.swift",
        "ASNInfo.swift",
        "BundleAccessor.swift",
        "CompressedDatabaseFormat.swift",
        "CompressedTrie.swift",
        "EmbeddedDatabase.swift",
        "IPAddress.swift",
        "OptimizedDatabaseFormat.swift",
        "SortedRangeDatabase.swift",
        "SwiftIP2ASN.swift",
        "UltraCompactFormat.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IP2ASNDataPrep",
      "module_type" : "SwiftTarget",
      "name" : "IP2ASNDataPrep",
      "path" : "Sources/IP2ASNDataPrep",
      "product_memberships" : [
        "ip2asn-tools"
      ],
      "sources" : [
        "ASNDatabaseV2.swift",
        "BGPDataFetcher.swift",
        "BinaryDatabaseFormat.swift",
        "CompressedDatabaseBuilder.swift",
        "RIRDataFetcher.swift",
        "SimpleBGPFetcher.swift",
        "UltraCompactBuilder.swift"
      ],
      "target_dependencies" : [
        "SwiftIP2ASN"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/11] Write sources
[3/11] Write ip2asn-tools-entitlement.plist
[3/11] Write sources
[3/11] Copying ip2asn.ultra
[6/11] Write sources
[7/11] Write swift-version-2F0A5646E1D333AE.txt
[9/23] Compiling SwiftIP2ASN UltraCompactFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/24] Compiling SwiftIP2ASN SwiftIP2ASN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/24] Compiling SwiftIP2ASN SortedRangeDatabase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/24] Compiling SwiftIP2ASN BundleAccessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/24] Compiling SwiftIP2ASN CompressedDatabaseFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/24] Compiling SwiftIP2ASN OptimizedDatabaseFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/24] Compiling SwiftIP2ASN ASNDatabase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/24] Compiling SwiftIP2ASN ASNInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/24] Compiling SwiftIP2ASN CompressedTrie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/24] Emitting module SwiftIP2ASN
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/24] Compiling SwiftIP2ASN IPAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/24] Compiling SwiftIP2ASN EmbeddedDatabase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/24] Compiling SwiftIP2ASN resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/32] Compiling IP2ASNDataPrep SimpleBGPFetcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/32] Compiling IP2ASNDataPrep UltraCompactBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/32] Compiling IP2ASNDataPrep RIRDataFetcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/32] Compiling IP2ASNDataPrep CompressedDatabaseBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/32] Compiling IP2ASNDataPrep BinaryDatabaseFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/32] Compiling IP2ASNDataPrep ASNDatabaseV2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/32] Compiling IP2ASNDataPrep BGPDataFetcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/32] Emitting module IP2ASNDataPrep
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/34] Compiling ip2asn_tools main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/34] Emitting module ip2asn_tools
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/34] Write Objects.LinkFileList
[32/34] Linking ip2asn-tools
[33/34] Applying ip2asn-tools
Build complete! (22.10s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.68s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.79s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.56s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftIP2ASN",
  "name" : "SwiftIP2ASN",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftIP2ASN",
      "targets" : [
        "SwiftIP2ASN"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ip2asn-tools",
      "targets" : [
        "ip2asn-tools"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ip2asn_tools",
      "module_type" : "SwiftTarget",
      "name" : "ip2asn-tools",
      "path" : "Sources/ip2asn-tools",
      "product_memberships" : [
        "ip2asn-tools"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftIP2ASN",
        "IP2ASNDataPrep"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftIP2ASNTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIP2ASNTests",
      "path" : "Tests/SwiftIP2ASNTests",
      "sources" : [
        "BGPIntegrationTest.swift",
        "CIDRConversionTest.swift",
        "ComprehensiveTest.swift",
        "CompressedDatabaseReaderTests.swift",
        "CompressedTrieTests.swift",
        "DatabaseFormatTest.swift",
        "DetailedVerificationTest.swift",
        "EmbeddedDatabaseTests.swift",
        "ExtendedIPTest.swift",
        "FinalVerificationTest.swift",
        "FullBGPTest.swift",
        "GitHubASNBugTest.swift",
        "IPAddressDebugTests.swift",
        "IPAddressTests.swift",
        "IntegrationTests.swift",
        "MemoryProfilingTest.swift",
        "OverlapValidationTest.swift",
        "PowerOfTwoValidationTest.swift",
        "QuickBGPTest.swift",
        "QuickLookupTest.swift",
        "RIRDataParserTests.swift",
        "RandomIPVerificationTest.swift",
        "RealASNTest.swift",
        "RealBGPDataTest.swift",
        "SortedRangeDatabaseTest.swift",
        "SwiftIP2ASNTests.swift",
        "TargetedIPTest.swift",
        "TestLog.swift",
        "UltraCompactReaderTests.swift",
        "UltraCompactValidationTest.swift",
        "ValidationTest.swift"
      ],
      "target_dependencies" : [
        "SwiftIP2ASN",
        "IP2ASNDataPrep"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftIP2ASN",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIP2ASN",
      "path" : "Sources/SwiftIP2ASN",
      "product_memberships" : [
        "SwiftIP2ASN",
        "ip2asn-tools"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftIP2ASN/Resources/ip2asn.ultra",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ASNDatabase.swift",
        "ASNInfo.swift",
        "BundleAccessor.swift",
        "CompressedDatabaseFormat.swift",
        "CompressedTrie.swift",
        "EmbeddedDatabase.swift",
        "IPAddress.swift",
        "OptimizedDatabaseFormat.swift",
        "SortedRangeDatabase.swift",
        "SwiftIP2ASN.swift",
        "UltraCompactFormat.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IP2ASNDataPrep",
      "module_type" : "SwiftTarget",
      "name" : "IP2ASNDataPrep",
      "path" : "Sources/IP2ASNDataPrep",
      "product_memberships" : [
        "ip2asn-tools"
      ],
      "sources" : [
        "ASNDatabaseV2.swift",
        "BGPDataFetcher.swift",
        "BinaryDatabaseFormat.swift",
        "CompressedDatabaseBuilder.swift",
        "RIRDataFetcher.swift",
        "SimpleBGPFetcher.swift",
        "UltraCompactBuilder.swift"
      ],
      "target_dependencies" : [
        "SwiftIP2ASN"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.