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 (6a8ac1), with Swift 6.0 for macOS (SPM) on 13 Dec 2025 12:14:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 6a8ac17 Bump actions/upload-artifact to v6
Cloned https://github.com/Nef10/TangerineDownloader.git
Revision (git rev-parse @):
6a8ac17191e158941c57e2346ebadedf4ac41c4d
SUCCESS checkout https://github.com/Nef10/TangerineDownloader.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Nef10/TangerineDownloader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying SwiftScraper.js
[0/5] Copying TangerineDownload.js
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/23] Compiling SwiftScraper SwiftScraperError.swift
[7/23] Compiling SwiftScraper OpenPageStep.swift
[8/23] Compiling SwiftScraper PageChangeStep.swift
[9/23] Compiling SwiftScraper ProcessStep.swift
[10/23] Compiling SwiftScraper ScriptStep.swift
[11/23] Compiling SwiftScraper WaitForConditionStep.swift
[12/23] Compiling SwiftScraper WaitStep.swift
[13/24] Compiling SwiftScraper resource_bundle_accessor.swift
[14/24] Compiling SwiftScraper Step.swift
[15/24] Compiling SwiftScraper StepCompletionCallback.swift
[16/24] Compiling SwiftScraper AsyncScriptStep.swift
[17/24] Compiling SwiftScraper NavigableStep.swift
[18/24] Compiling SwiftScraper Browser.swift
[19/24] Compiling SwiftScraper JavaScriptGenerator.swift
[20/24] Emitting module SwiftScraper
[21/24] Compiling SwiftScraper StepFlowResult.swift
[22/24] Compiling SwiftScraper DownloadStep.swift
[23/24] Compiling SwiftScraper StepRunner.swift
[24/24] Compiling SwiftScraper AsyncProcessStep.swift
[25/29] Compiling TangerineDownloader TangerineDownloaderDelegate.swift
[26/29] Compiling TangerineDownloader resource_bundle_accessor.swift
[27/29] Compiling TangerineDownloader TangerineDownloaderError.swift
[28/29] Emitting module TangerineDownloader
[29/29] Compiling TangerineDownloader TangerineDownloader.swift
Build complete! (11.20s)
Fetching https://github.com/Nef10/SwiftScraper.git
[1/1529] Fetching swiftscraper
Fetched https://github.com/Nef10/SwiftScraper.git from cache (0.99s)
Computing version for https://github.com/Nef10/SwiftScraper.git
Computed https://github.com/Nef10/SwiftScraper.git at 0.7.0 (0.66s)
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.