The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DomainParser, reference 1.1.0 (ac1df3), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 14:39:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/Dashlane/SwiftDomainParser.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Dashlane/SwiftDomainParser
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at ac1df32 Merge pull request #11 from Dashlane/optimisation
Cloned https://github.com/Dashlane/SwiftDomainParser.git
Revision (git rev-parse @):
ac1df3211011ad44c20457412eeb45beb318f847
SUCCESS checkout https://github.com/Dashlane/SwiftDomainParser.git at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftdomainparser",
      "name": "DomainParser",
      "url": "https://github.com/Dashlane/SwiftDomainParser.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftDomainParser",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Dashlane/SwiftDomainParser.git
[1/356] Fetching swiftdomainparser
Fetched https://github.com/Dashlane/SwiftDomainParser.git from cache (0.91s)
Creating working copy for https://github.com/Dashlane/SwiftDomainParser.git
Working copy of https://github.com/Dashlane/SwiftDomainParser.git resolved at 1.1.0 (ac1df32)
warning: '.resolve-product-dependencies': dependency 'swiftdomainparser' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Dashlane/SwiftDomainParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying public_suffix_list.dat
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/12] Compiling DomainParser ParsedHost.swift
[5/12] Compiling DomainParser RulesParser.swift
[6/12] Compiling DomainParser resource_bundle_accessor.swift
[7/12] Compiling DomainParser RuleLabel.swift
[8/12] Compiling DomainParser Rule.swift
[9/12] Compiling DomainParser Constant.swift
[10/12] Compiling DomainParser BasicRulesParser.swift
[11/12] Emitting module DomainParser
[12/12] Compiling DomainParser DomainParser.swift
Build complete! (4.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DomainParser",
  "name" : "DomainParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "DomainParser",
      "targets" : [
        "DomainParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DomainParserTests",
      "module_type" : "SwiftTarget",
      "name" : "DomainParserTests",
      "path" : "DomainParser/DomainParserTests",
      "sources" : [
        "DomainParserTests.swift"
      ],
      "target_dependencies" : [
        "DomainParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DomainParser",
      "module_type" : "SwiftTarget",
      "name" : "DomainParser",
      "path" : "DomainParser/DomainParser",
      "product_memberships" : [
        "DomainParser"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/DomainParser/DomainParser/Resources/public_suffix_list.dat",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BasicRulesParser.swift",
        "Constant.swift",
        "DomainParser.swift",
        "Model/Rule.swift",
        "Model/RuleLabel.swift",
        "ParsedHost.swift",
        "RulesParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.