The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftYFinance, reference master (08de10), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 20:53:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
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
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6267] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.34s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 4.3.0 (2.02s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 4.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftyfinance",
      "name": "SwiftYFinance",
      "url": "https://github.com/alexdremov/SwiftYFinance.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftYFinance",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftyjson",
          "name": "SwiftyJSON",
          "url": "https://github.com/SwiftyJSON/SwiftyJSON.git",
          "version": "4.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyJSON",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/alexdremov/SwiftYFinance.git
[1/1203] Fetching swiftyfinance
Fetched https://github.com/alexdremov/SwiftYFinance.git from cache (1.40s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git from cache
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.63s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 4.3.0 (0.69s)
Creating working copy for https://github.com/alexdremov/SwiftYFinance.git
Working copy of https://github.com/alexdremov/SwiftYFinance.git resolved at master (08de109)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 4.3.0
warning: '.resolve-product-dependencies': dependency 'swiftyfinance' is not used by any target
Found 1 product dependencies
  - SwiftyJSON
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/alexdremov/SwiftYFinance.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling SwiftyJSON SwiftyJSON.swift
[5/5] Emitting module SwiftyJSON
[6/24] Compiling SwiftYFinance RequestError.swift
[7/24] Compiling SwiftYFinance URLGenerationError.swift
[8/24] Compiling SwiftYFinance SummaryDetail.swift
[9/24] Compiling SwiftYFinance SummaryProfile.swift
[10/24] Compiling SwiftYFinance YFNewsSearchResult.swift
[11/24] Compiling SwiftYFinance YFQuoteSearchResult.swift
[12/24] Compiling SwiftYFinance YFinanceResponseError.swift
[13/24] Compiling SwiftYFinance StringSearch.swift
[14/24] Compiling SwiftYFinance RecommendationTrend.swift
[15/24] Compiling SwiftYFinance StockChartData.swift
[16/25] Compiling SwiftYFinance QuoteType.swift
[17/25] Compiling SwiftYFinance RecentStockData.swift
[18/25] Compiling SwiftYFinance CalendarEvents.swift
[19/25] Compiling SwiftYFinance ChartTimeInterval.swift
[20/25] Compiling SwiftYFinance Price.swift
[21/25] Compiling SwiftYFinance QuoteSummarySelection.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! (5.22s)
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.