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 SwiftYFinance, reference master (08de10), with Swift 5.10 for macOS (SPM) on 10 Mar 2025 00:42:29 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexdremov/SwiftYFinance.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexdremov/SwiftYFinance
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 08de109 Merge pull request #9 from mattrudin/feature/remove-alamofire
Cloned https://github.com/alexdremov/SwiftYFinance.git
Revision (git rev-parse @):
08de10916d40302d03c5220a03e8c083a221e613
SUCCESS checkout https://github.com/alexdremov/SwiftYFinance.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/alexdremov/SwiftYFinance.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/5] Emitting module SwiftyJSON
[5/5] Compiling SwiftyJSON SwiftyJSON.swift
[6/24] Compiling SwiftYFinance YFinanceResponseError.swift
[7/24] Compiling SwiftYFinance StringSearch.swift
[8/25] Compiling SwiftYFinance QuoteType.swift
[9/25] Compiling SwiftYFinance RecentStockData.swift
[10/25] Compiling SwiftYFinance RecommendationTrend.swift
[11/25] Compiling SwiftYFinance StockChartData.swift
[12/25] Compiling SwiftYFinance SummaryDetail.swift
[13/25] Compiling SwiftYFinance SummaryProfile.swift
[14/25] Compiling SwiftYFinance YFNewsSearchResult.swift
[15/25] Compiling SwiftYFinance YFQuoteSearchResult.swift
[16/25] Compiling SwiftYFinance RequestError.swift
[17/25] Compiling SwiftYFinance URLGenerationError.swift
[18/25] Compiling SwiftYFinance Price.swift
[19/25] Compiling SwiftYFinance QuoteSummarySelection.swift
[20/25] Compiling SwiftYFinance CalendarEvents.swift
[21/25] Compiling SwiftYFinance ChartTimeInterval.swift
[22/25] Emitting module SwiftYFinance
[23/25] Compiling SwiftYFinance IdentifierSummary.swift
[24/25] Compiling SwiftYFinance IndexTrend.swift
[25/25] Compiling SwiftYFinance SwiftYFinance.swift
Build complete! (9.92s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6127] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.73s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 4.3.0 (0.42s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 4.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    }
  ],
  "manifest_display_name" : "SwiftYFinance",
  "name" : "SwiftYFinance",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftYFinance",
      "targets" : [
        "SwiftYFinance"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftYFinanceTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftYFinanceTests",
      "path" : "Tests/SwiftYFinanceTests",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "sources" : [
        "StockInfoTests.swift"
      ],
      "target_dependencies" : [
        "SwiftYFinance"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftYFinance",
      "module_type" : "SwiftTarget",
      "name" : "SwiftYFinance",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "SwiftYFinance"
      ],
      "sources" : [
        "DataTypes/CalendarEvents.swift",
        "DataTypes/ChartTimeInterval.swift",
        "DataTypes/IdentifierSummary.swift",
        "DataTypes/IndexTrend.swift",
        "DataTypes/Price.swift",
        "DataTypes/QuoteSummarySelection.swift",
        "DataTypes/QuoteType.swift",
        "DataTypes/RecentStockData.swift",
        "DataTypes/RecommendationTrend.swift",
        "DataTypes/StockChartData.swift",
        "DataTypes/SummaryDetail.swift",
        "DataTypes/SummaryProfile.swift",
        "DataTypes/YFNewsSearchResult.swift",
        "DataTypes/YFQuoteSearchResult.swift",
        "Exceptions/RequestError.swift",
        "Exceptions/URLGenerationError.swift",
        "Exceptions/YFinanceResponseError.swift",
        "Processing/StringSearch.swift",
        "Processing/SwiftYFinance.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.