The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftScraper, reference main (ee1eed), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 19:10:01 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/Nef10/SwiftScraper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/SwiftScraper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ee1eedc Bump release-drafter from 7.1.1 to 7.2.0 (#184)
Cloned https://github.com/Nef10/SwiftScraper.git
Revision (git rev-parse @):
ee1eedc083089f30ffca011fb7740be47d3aa36a
SUCCESS checkout https://github.com/Nef10/SwiftScraper.git at main
========================================
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": "swiftscraper",
      "name": "SwiftScraper",
      "url": "https://github.com/Nef10/SwiftScraper.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftScraper",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Nef10/SwiftScraper.git
[1/1653] Fetching swiftscraper
Fetched https://github.com/Nef10/SwiftScraper.git from cache (0.98s)
Creating working copy for https://github.com/Nef10/SwiftScraper.git
Working copy of https://github.com/Nef10/SwiftScraper.git resolved at main (ee1eedc)
warning: '.resolve-product-dependencies': dependency 'swiftscraper' 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/Nef10/SwiftScraper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying SwiftScraper.js
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/21] Compiling SwiftScraper SwiftScraperError.swift
[5/22] Compiling SwiftScraper resource_bundle_accessor.swift
[6/22] Compiling SwiftScraper ProcessStep.swift
[7/22] Compiling SwiftScraper ScriptStep.swift
[8/22] Compiling SwiftScraper WaitForConditionStep.swift
[9/22] Compiling SwiftScraper WaitStep.swift
[10/22] Compiling SwiftScraper Step.swift
[11/22] Compiling SwiftScraper StepCompletionCallback.swift
[12/22] Compiling SwiftScraper OpenPageStep.swift
[13/22] Compiling SwiftScraper PageChangeStep.swift
[14/22] Compiling SwiftScraper StepFlowResult.swift
[15/22] Compiling SwiftScraper DownloadStep.swift
[16/22] Compiling SwiftScraper AsyncScriptStep.swift
[17/22] Compiling SwiftScraper NavigableStep.swift
[18/22] Compiling SwiftScraper StepRunner.swift
[19/22] Compiling SwiftScraper AsyncProcessStep.swift
[20/22] Compiling SwiftScraper Browser.swift
[21/22] Compiling SwiftScraper JavaScriptGenerator.swift
[22/22] Emitting module SwiftScraper
Build complete! (9.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftScraper",
  "name" : "SwiftScraper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftScraper",
      "targets" : [
        "SwiftScraper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftScraperTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftScraperTests",
      "path" : "Tests/SwiftScraperTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftScraperTests/Resources/page1.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftScraperTests/Resources/page2.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftScraperTests/Resources/waitTest.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftScraperTests/StepRunnerTests.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "JavaScriptGeneratorTests.swift",
        "StepRunnerTests.swift",
        "Steps/AsyncProcessStepTests.swift",
        "Steps/AsyncScriptStepTests.swift",
        "Steps/DownloadStepTests.swift",
        "Steps/OpenPageStepTests.swift",
        "Steps/PageChangeStepTests.swift",
        "Steps/ProcessStepTests.swift",
        "Steps/ScriptStepTests.swift",
        "Steps/WaitForConditionStepTests.swift",
        "Steps/WaitStepTests.swift",
        "SwiftScraperErrorTests.swift"
      ],
      "target_dependencies" : [
        "SwiftScraper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftScraper",
      "module_type" : "SwiftTarget",
      "name" : "SwiftScraper",
      "path" : "Sources/SwiftScraper",
      "product_memberships" : [
        "SwiftScraper"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftScraper/Resources/SwiftScraper.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Browser.swift",
        "JavaScriptGenerator.swift",
        "StepRunner.swift",
        "Steps/AsyncProcessStep.swift",
        "Steps/AsyncScriptStep.swift",
        "Steps/Common/NavigableStep.swift",
        "Steps/Common/Step.swift",
        "Steps/Common/StepCompletionCallback.swift",
        "Steps/Common/StepFlowResult.swift",
        "Steps/DownloadStep.swift",
        "Steps/OpenPageStep.swift",
        "Steps/PageChangeStep.swift",
        "Steps/ProcessStep.swift",
        "Steps/ScriptStep.swift",
        "Steps/WaitForConditionStep.swift",
        "Steps/WaitStep.swift",
        "SwiftScraperError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.