The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of TangerineDownloader, reference main (cb5e29), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:44:18 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/TangerineDownloader.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/TangerineDownloader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cb5e290 Bump SwiftLint to 0.59.1
Cloned https://github.com/Nef10/TangerineDownloader.git
Revision (git rev-parse @):
cb5e290fc80f591aa0e8d21a16b2c9ed9df36adf
SUCCESS checkout https://github.com/Nef10/TangerineDownloader.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nef10/TangerineDownloader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Copying SwiftScraper.js
[3/5] Copying TangerineDownload.js
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/23] Compiling SwiftScraper ProcessStep.swift
[7/23] Compiling SwiftScraper ScriptStep.swift
[8/23] Compiling SwiftScraper SwiftScraperError.swift
[9/23] Compiling SwiftScraper WaitForConditionStep.swift
[10/23] Compiling SwiftScraper WaitStep.swift
[11/23] Compiling SwiftScraper OpenPageStep.swift
[12/23] Compiling SwiftScraper PageChangeStep.swift
[13/24] Compiling SwiftScraper resource_bundle_accessor.swift
[14/24] Compiling SwiftScraper StepFlowResult.swift
[15/24] Compiling SwiftScraper DownloadStep.swift
[16/24] Compiling SwiftScraper Step.swift
[17/24] Compiling SwiftScraper StepCompletionCallback.swift
[18/24] Compiling SwiftScraper StepRunner.swift
[19/24] Compiling SwiftScraper AsyncProcessStep.swift
[20/24] Emitting module SwiftScraper
[21/24] Compiling SwiftScraper AsyncScriptStep.swift
[22/24] Compiling SwiftScraper NavigableStep.swift
[23/24] Compiling SwiftScraper Browser.swift
[24/24] Compiling SwiftScraper JavaScriptGenerator.swift
[25/29] Compiling TangerineDownloader resource_bundle_accessor.swift
[26/29] Compiling TangerineDownloader TangerineDownloaderDelegate.swift
[27/29] Compiling TangerineDownloader TangerineDownloaderError.swift
[28/29] Emitting module TangerineDownloader
[29/29] Compiling TangerineDownloader TangerineDownloader.swift
Build complete! (10.98s)
Fetching https://github.com/Nef10/SwiftScraper.git
[1/1419] Fetching swiftscraper
Fetched https://github.com/Nef10/SwiftScraper.git from cache (0.92s)
Computing version for https://github.com/Nef10/SwiftScraper.git
Computed https://github.com/Nef10/SwiftScraper.git at 0.7.0 (1.45s)
Creating working copy for https://github.com/Nef10/SwiftScraper.git
Working copy of https://github.com/Nef10/SwiftScraper.git resolved at 0.7.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftscraper",
      "requirement" : {
        "exact" : [
          "0.7.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Nef10/SwiftScraper.git"
    }
  ],
  "manifest_display_name" : "TangerineDownloader",
  "name" : "TangerineDownloader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "TangerineDownloader",
      "targets" : [
        "TangerineDownloader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TangerineDownloaderTests",
      "module_type" : "SwiftTarget",
      "name" : "TangerineDownloaderTests",
      "path" : "Tests/TangerineDownloaderTests",
      "sources" : [
        "TangerineDownloaderErrorTests.swift"
      ],
      "target_dependencies" : [
        "TangerineDownloader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TangerineDownloader",
      "module_type" : "SwiftTarget",
      "name" : "TangerineDownloader",
      "path" : "Sources/TangerineDownloader",
      "product_dependencies" : [
        "SwiftScraper"
      ],
      "product_memberships" : [
        "TangerineDownloader"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TangerineDownloader/Resources/TangerineDownload.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "TangerineDownloader.swift",
        "TangerineDownloaderDelegate.swift",
        "TangerineDownloaderError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.