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 (44b504), with Swift 6.2 (beta) for macOS (SPM) on 9 Sep 2025 06:19:16 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.67.1
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 44b504e Bump swiftlint to 0.61.0
Cloned https://github.com/Nef10/TangerineDownloader.git
Revision (git rev-parse @):
44b504e1c08be17fce200c33ec10bbf9da518ddb
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
[0/5] Copying TangerineDownload.js
[0/5] Write sources
[3/5] Copying SwiftScraper.js
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/23] Compiling SwiftScraper SwiftScraperError.swift
[7/23] Compiling SwiftScraper Step.swift
[8/23] Compiling SwiftScraper StepCompletionCallback.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/23] Compiling SwiftScraper ProcessStep.swift
[14/23] Compiling SwiftScraper ScriptStep.swift
[15/24] Compiling SwiftScraper resource_bundle_accessor.swift
[16/24] Compiling SwiftScraper StepFlowResult.swift
[17/24] Compiling SwiftScraper DownloadStep.swift
[18/24] Compiling SwiftScraper AsyncScriptStep.swift
[19/24] Compiling SwiftScraper NavigableStep.swift
[20/24] Compiling SwiftScraper StepRunner.swift
[21/24] Compiling SwiftScraper AsyncProcessStep.swift
[22/24] Emitting module SwiftScraper
[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! (12.17s)
Fetching https://github.com/Nef10/SwiftScraper.git
[1/1473] Fetching swiftscraper
Fetched https://github.com/Nef10/SwiftScraper.git from cache (0.95s)
Computing version for https://github.com/Nef10/SwiftScraper.git
Computed https://github.com/Nef10/SwiftScraper.git at 0.7.0 (1.53s)
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.