The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FinanceKit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/christiankm/FinanceKit.git
Reference: 0.7.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/christiankm/FinanceKit
 * tag               0.7.1      -> FETCH_HEAD
HEAD is now at b776f2e Fix bug where only holdings with splits in the portfolio was returned
Cloned https://github.com/christiankm/FinanceKit.git
Revision (git rev-parse @):
b776f2e0d040c578c0b60aae5b778ffaac60834e
SUCCESS checkout https://github.com/christiankm/FinanceKit.git at 0.7.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/christiankm/FinanceKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/36] Compiling FinanceKit Numerics+Total+Average.swift
[4/36] Compiling FinanceKit Percentage.swift
[5/36] Compiling FinanceKit PercentageFormatter.swift
[6/36] Compiling FinanceKit PerformanceCalculator.swift
[7/36] Compiling FinanceKit Portfolio.swift
[8/36] Compiling FinanceKit Price.swift
[9/36] Compiling FinanceKit PriceTarget.swift
[10/36] Compiling FinanceKit Quantity.swift
[11/40] Compiling FinanceKit Decimal+DoubleValue.swift
[12/40] Compiling FinanceKit Decimal+Rounded.swift
[13/40] Compiling FinanceKit Dividend.swift
[14/40] Compiling FinanceKit Exchange.swift
[15/40] Compiling FinanceKit ExchangeRate.swift
[16/40] Compiling FinanceKit CurrencyConverter.swift
[17/40] Compiling FinanceKit CurrencyFormatter.swift
[18/40] Compiling FinanceKit CurrencyPair.swift
[19/40] Compiling FinanceKit Date+Comparison.swift
[20/40] Compiling FinanceKit Date+Ranges.swift
[21/40] Compiling FinanceKit HistoricalPrice.swift
[22/40] Compiling FinanceKit Holding.swift
[23/40] Compiling FinanceKit Money.swift
[24/40] Compiling FinanceKit Number+LegacyType.swift
[25/40] Compiling FinanceKit NumberFormatter+Currency.swift
[26/40] Compiling FinanceKit Amount.swift
[27/40] Compiling FinanceKit Array+Holding.swift
[28/40] Compiling FinanceKit Asset.swift
[29/40] Compiling FinanceKit AssetAllocation.swift
[30/40] Compiling FinanceKit Change.swift
[31/40] Emitting module FinanceKit
[32/40] Compiling FinanceKit ChangePeriod.swift
[33/40] Compiling FinanceKit Company.swift
[34/40] Compiling FinanceKit ComparableToZero.swift
[35/40] Compiling FinanceKit Currency.swift
[36/40] Compiling FinanceKit CurrencyCode.swift
[37/40] Compiling FinanceKit Split.swift
[38/40] Compiling FinanceKit Stock.swift
[39/40] Compiling FinanceKit Symbol.swift
[40/40] Compiling FinanceKit Transaction.swift
Build complete! (12.55s)
Build complete.
Done.