Build Information
Successful build of SwiftScraper, reference v0.7.0 (f35c7a
), with Swift 5.9 for macOS (SPM) on 16 Dec 2024 20:04:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftScraper.git
Reference: v0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/SwiftScraper
* tag v0.7.0 -> FETCH_HEAD
HEAD is now at f35c7a0 Add timeout to navigation steps (#119)
Cloned https://github.com/Nef10/SwiftScraper.git
Revision (git rev-parse @):
f35c7a03358ad0182c7a2cec12a41055afe44139
SUCCESS checkout https://github.com/Nef10/SwiftScraper.git at v0.7.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/Nef10/SwiftScraper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying SwiftScraper.js
[2/19] Compiling SwiftScraper Step.swift
[3/19] Compiling SwiftScraper StepCompletionCallback.swift
[4/20] Compiling SwiftScraper SwiftScraperError.swift
[5/20] Compiling SwiftScraper WaitForConditionStep.swift
[6/20] Compiling SwiftScraper WaitStep.swift
[7/20] Compiling SwiftScraper ProcessStep.swift
[8/20] Compiling SwiftScraper ScriptStep.swift
[9/20] Compiling SwiftScraper OpenPageStep.swift
[10/20] Compiling SwiftScraper PageChangeStep.swift
[11/20] Compiling SwiftScraper resource_bundle_accessor.swift
[12/20] Compiling SwiftScraper AsyncScriptStep.swift
[13/20] Compiling SwiftScraper NavigableStep.swift
[14/20] Compiling SwiftScraper StepRunner.swift
[15/20] Compiling SwiftScraper AsyncProcessStep.swift
[16/20] Compiling SwiftScraper Browser.swift
[17/20] Compiling SwiftScraper JavaScriptGenerator.swift
[18/20] Emitting module SwiftScraper
[19/20] Compiling SwiftScraper StepFlowResult.swift
[20/20] Compiling SwiftScraper DownloadStep.swift
Build complete! (11.41s)
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/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/Resources/page1.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.