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.10 for Linux on 21 Jul 2024 22:49:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $workDir
https://github.com/LuizZak/swift-bezier.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:59f36943510aea3c3167e15c3bb784abd9f60c7d7937078af576dff6d447a61b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/LuizZak/MiniP5Printer.git
[1/50] Fetching minip5printer
Fetched https://github.com/LuizZak/MiniP5Printer.git from cache (0.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5561] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.41s)
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
Creating working copy for https://github.com/LuizZak/MiniP5Printer.git
Working copy of https://github.com/LuizZak/MiniP5Printer.git resolved at main (5be1800)
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Emitting module SwiftBezier
[4/33] Compiling SwiftBezier Bezier2PointType.swift
[5/33] Compiling SwiftBezier BezierPointType.swift
[6/33] Compiling SwiftBezier ConstructibleBezier2PointType.swift
[7/33] Compiling SwiftBezier Comparable+Ext.swift
[8/33] Compiling SwiftBezier LegendreGauss.swift
[9/33] Compiling SwiftBezier Math.swift
[10/33] Compiling SwiftBezier QuadraticSolver.swift
[11/33] Compiling SwiftBezier BezierType.swift
[12/33] Compiling SwiftBezier BoundedBezier2Type.swift
[13/33] Compiling SwiftBezier DeCasteljauSolvableBezierType.swift
[14/33] Compiling SwiftBezier DerivableBezierType.swift
[15/33] Compiling SwiftBezier QuadBezier.swift
[16/33] Compiling SwiftBezier QuadBezier2.swift
[17/33] Compiling SwiftBezier CachedBezier.swift
[18/33] Compiling SwiftBezier BinarySearch.swift
[19/33] Compiling SwiftBezier CubicBezier+Alias.swift
[20/33] Compiling SwiftBezier LinearBezier+Alias.swift
[21/33] Compiling SwiftBezier QuadBezier+Alias.swift
[22/33] Compiling SwiftBezier BezierLookUpTable.swift
[23/33] Compiling SwiftBezier CubicBezier+Cached.swift
[24/33] Compiling SwiftBezier CubicBezier.swift
[25/33] Compiling SwiftBezier CubicBezier2.swift
[26/33] Compiling SwiftBezier LinearBezier+Cached.swift
[27/33] Compiling SwiftBezier LinearBezier.swift
[28/33] Compiling SwiftBezier LinearBezier2.swift
[29/33] Compiling SwiftBezier QuadBezier+Cached.swift
[30/33] Compiling SwiftBezier LookUpTable.swift
[31/33] Compiling SwiftBezier Bezier2DPoint.swift
[32/33] Compiling SwiftBezier Bezier2FPoint.swift
[33/33] Compiling SwiftBezier Bezier2Type.swift
Build complete! (10.31s)
Build complete.
Done.