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 CompassCardDownloader, reference main (a74a9e), with Swift 5.10 for macOS (SPM) on 8 Sep 2025 09:29:40 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.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/CompassCardDownloader.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/CompassCardDownloader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a74a9e3 Bump swiftlint to 0.61.0
Cloned https://github.com/Nef10/CompassCardDownloader.git
Revision (git rev-parse @):
a74a9e3aa6738697d2dfe9456c26a1bbf8adb18d
SUCCESS checkout https://github.com/Nef10/CompassCardDownloader.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Nef10/CompassCardDownloader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying SwiftScraper.js
[1/5] Write sources
[3/5] Copying CompassCardDownload.js
[4/5] Write swift-version-33747A42983211AE.txt
[6/23] Compiling SwiftScraper WaitForConditionStep.swift
[7/23] Compiling SwiftScraper WaitStep.swift
[8/24] Compiling SwiftScraper ProcessStep.swift
[9/24] Compiling SwiftScraper ScriptStep.swift
[10/24] Compiling SwiftScraper Step.swift
[11/24] Compiling SwiftScraper StepCompletionCallback.swift
[12/24] Compiling SwiftScraper OpenPageStep.swift
[13/24] Compiling SwiftScraper PageChangeStep.swift
[14/24] Compiling SwiftScraper SwiftScraperError.swift
[15/24] Compiling SwiftScraper resource_bundle_accessor.swift
[16/24] Compiling SwiftScraper AsyncScriptStep.swift
[17/24] Compiling SwiftScraper NavigableStep.swift
[18/24] Compiling SwiftScraper StepFlowResult.swift
[19/24] Compiling SwiftScraper DownloadStep.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/28] Compiling CompassCardDownloader resource_bundle_accessor.swift
[26/28] Emitting module CompassCardDownloader
[27/28] Compiling CompassCardDownloader CompassCardDownloader.swift
[28/28] Compiling CompassCardDownloader CompassCardDownloaderDelegate.swift
Build complete! (12.14s)
Fetching https://github.com/Nef10/SwiftScraper.git
[1/1473] Fetching swiftscraper
Fetched https://github.com/Nef10/SwiftScraper.git from cache (1.33s)
Computing version for https://github.com/Nef10/SwiftScraper.git
Computed https://github.com/Nef10/SwiftScraper.git at 0.7.0 (0.46s)
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" : "CompassCardDownloader",
  "name" : "CompassCardDownloader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CompassCardDownloader",
      "targets" : [
        "CompassCardDownloader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CompassCardDownloaderTests",
      "module_type" : "SwiftTarget",
      "name" : "CompassCardDownloaderTests",
      "path" : "Tests/CompassCardDownloaderTests",
      "sources" : [
        "CompassCardDownloaderTests.swift"
      ],
      "target_dependencies" : [
        "CompassCardDownloader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CompassCardDownloader",
      "module_type" : "SwiftTarget",
      "name" : "CompassCardDownloader",
      "path" : "Sources/CompassCardDownloader",
      "product_dependencies" : [
        "SwiftScraper"
      ],
      "product_memberships" : [
        "CompassCardDownloader"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CompassCardDownloader/Resources/CompassCardDownload.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CompassCardDownloader.swift",
        "CompassCardDownloaderDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.