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 swift-bezier, reference 0.6.0 (7061d2), with Swift 5.9 for Linux on 21 Jul 2024 22:49:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.46.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/swift-bezier.git
Reference: 0.6.0
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/LuizZak/swift-bezier
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 7061d2e Adding BezierType.approximate() function
Cloned https://github.com/LuizZak/swift-bezier.git
Revision (git rev-parse @):
7061d2e5396e006e6b80313510c3689917d9569d
SUCCESS checkout https://github.com/LuizZak/swift-bezier.git at 0.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/LuizZak/swift-bezier.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:42089e127179f97bc0ca0c1c313de55254bdfac5dc9c651424c389c16ec35440
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/LuizZak/MiniP5Printer.git
[1/50] Fetching minip5printer
Fetched https://github.com/LuizZak/MiniP5Printer.git (0.16s)
Fetching https://github.com/apple/swift-numerics.git
[1/5561] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git (0.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.36s)
Creating working copy for https://github.com/LuizZak/MiniP5Printer.git
Working copy of https://github.com/LuizZak/MiniP5Printer.git resolved at main
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Building for debugging...
[1/28] Emitting module SwiftBezier
[2/31] Compiling SwiftBezier Comparable+Ext.swift
[3/31] Compiling SwiftBezier LegendreGauss.swift
[4/31] Compiling SwiftBezier Math.swift
[5/31] Compiling SwiftBezier QuadraticSolver.swift
[6/31] Compiling SwiftBezier CubicBezier+Alias.swift
[7/31] Compiling SwiftBezier LinearBezier+Alias.swift
[8/31] Compiling SwiftBezier QuadBezier+Alias.swift
[9/31] Compiling SwiftBezier BezierLookUpTable.swift
[10/31] Compiling SwiftBezier CubicBezier+Cached.swift
[11/31] Compiling SwiftBezier CubicBezier.swift
[12/31] Compiling SwiftBezier CubicBezier2.swift
[13/31] Compiling SwiftBezier BezierType.swift
[14/31] Compiling SwiftBezier BoundedBezier2Type.swift
[15/31] Compiling SwiftBezier DeCasteljauSolvableBezierType.swift
[16/31] Compiling SwiftBezier DerivableBezierType.swift
[17/31] Compiling SwiftBezier LinearBezier+Cached.swift
[18/31] Compiling SwiftBezier LinearBezier.swift
[19/31] Compiling SwiftBezier LinearBezier2.swift
[20/31] Compiling SwiftBezier QuadBezier+Cached.swift
[21/31] Compiling SwiftBezier Bezier2PointType.swift
[22/31] Compiling SwiftBezier BezierPointType.swift
[23/31] Compiling SwiftBezier ConstructibleBezier2PointType.swift
[24/31] Compiling SwiftBezier QuadBezier.swift
[25/31] Compiling SwiftBezier QuadBezier2.swift
[26/31] Compiling SwiftBezier CachedBezier.swift
[27/31] Compiling SwiftBezier BinarySearch.swift
[28/31] Compiling SwiftBezier LookUpTable.swift
[29/31] Compiling SwiftBezier Bezier2DPoint.swift
[30/31] Compiling SwiftBezier Bezier2FPoint.swift
[31/31] Compiling SwiftBezier Bezier2Type.swift
Build complete! (9.13s)
Build complete.
Done.