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 DLCoreGraphics with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/david-livadaru/DLCoreGraphics.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/david-livadaru/DLCoreGraphics
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at d0c75ea develop
Cloned https://github.com/david-livadaru/DLCoreGraphics.git
Revision (git rev-parse @):
d0c75ea6464155b1cc6e08c84050065588edb18d
SUCCESS checkout https://github.com/david-livadaru/DLCoreGraphics.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/david-livadaru/DLCoreGraphics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/16] Compiling DLInterval IntervalOperators.swift
[6/16] Compiling DLInterval IntervalType.swift
[7/16] Compiling DLInterval Interval.swift
[8/16] Compiling DLInterval IntervalBoundary.swift
[9/17] Compiling DLInterval ExpressibleByIntervalTuple.swift
[10/17] Compiling DLInterval ExpressibleByRange.swift
[11/17] Emitting module DLInterval
[12/17] Compiling DLInterval IntervalExtremum.swift
[13/17] Compiling DLInterval ExpressibleByClosedRange.swift
[14/17] Compiling DLInterval ExpressibleByIntervalArray.swift
[15/17] Compiling DLInterval Boundary.swift
[16/17] Compiling DLInterval Double+FrameworkExtension.swift
[17/17] Compiling DLInterval UnionInterval.swift
[18/40] Compiling DLAngle Radian+HyperbolicTrigonometricFunctions.swift
[19/40] Compiling DLAngle Radian+InverseHyperbolicTrigonometricFunctions.swift
[20/40] Compiling DLAngle Radian+InverseTrigonometricFunctions.swift
[21/43] Emitting module DLAngle
[22/43] Compiling DLAngle Radian+Measument.swift
[23/43] Compiling DLAngle Radian+TrigonometricFunctions.swift
[24/43] Compiling DLAngle Radian.swift
[25/43] Compiling DLAngle Trigonometry+HyperbolicTrigonometricFunctions.swift
[26/43] Compiling DLAngle Trigonometry+InverseHyperbolicTrigonometricFunctions.swift
[27/43] Compiling DLAngle Trigonometry+InverseTrigonometricFunctions.swift
[28/43] Compiling DLAngle Angle.swift
[29/43] Compiling DLAngle Degree+Measurement.swift
[30/43] Compiling DLAngle Degree.swift
[31/43] Compiling DLAngle NormalizedType.swift
[32/43] Compiling DLAngle IntervalType.swift
[33/43] Compiling DLAngle Predicate.swift
[34/43] Compiling DLAngle TrigonometricArgumentsChecker.swift
[35/43] Compiling DLAngle TrigonometricError.swift
[36/43] Compiling DLAngle TrigonometricFunction.swift
[37/43] Compiling DLAngle GenericTrigonometry.swift
[38/43] Compiling DLAngle RadianConstants.swift
[39/43] Compiling DLAngle ArgumentsChecker.swift
[40/43] Compiling DLAngle Atan2ArgumentsChecker.swift
[41/43] Compiling DLAngle Trigonometry+TrigonometricFunctions.swift
[42/43] Compiling DLAngle Trigonometry+Validation.swift
[43/43] Compiling DLAngle Trigonometry.swift
[44/75] Compiling DLCoreGraphics Scalable2D+OperatorsExtension.swift
[45/75] Compiling DLCoreGraphics Translatable2D+CGVectorExtension.swift
[46/75] Compiling DLCoreGraphics Translatable2D+OperatorsExtension.swift
[47/75] Compiling DLCoreGraphics UIEdgeInsets+InversibleExtension.swift
[48/79] Compiling DLCoreGraphics CGVectorExtension.swift
[49/79] Compiling DLCoreGraphics AbsoluteValueApplicable+FoundationExtension.swift
[50/79] Compiling DLCoreGraphics Roundable+FoundationExtension.swift
[51/79] Compiling DLCoreGraphics Roundable+UIScreenExtension.swift
[52/79] Compiling DLCoreGraphics CGSize+AbsoluteValueExtension.swift
[53/79] Compiling DLCoreGraphics CGSize+OperatorsExtension.swift
[54/79] Compiling DLCoreGraphics CGSize+RoundExtension.swift
[55/79] Compiling DLCoreGraphics CGSize+ScaleExtension.swift
[56/79] Compiling DLCoreGraphics CGVector+AbsoluteValueExtension.swift
[57/79] Compiling DLCoreGraphics CGRect+AbsoluteValueExtension.swift
[58/79] Compiling DLCoreGraphics CGRect+RoundExtension.swift
[59/79] Compiling DLCoreGraphics CGRect+ScaleExtension.swift
[60/79] Compiling DLCoreGraphics CGRect+TranslateExtension.swift
[61/79] Compiling DLCoreGraphics CGRectExtension.swift
[62/79] Compiling DLCoreGraphics CGVector+CompareExtension.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[63/79] Compiling DLCoreGraphics CGVector+InversibleExtension.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[64/79] Compiling DLCoreGraphics CGVector+RoundExtension.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[65/79] Compiling DLCoreGraphics CGVector+ScaleExtension.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[66/79] Compiling DLCoreGraphics UIEdgeInsetsExtension.swift
[67/79] Compiling DLCoreGraphics AbsoluteValueApplicable.swift
[68/79] Compiling DLCoreGraphics Inversible.swift
[69/79] Compiling DLCoreGraphics Roundable.swift
[70/79] Emitting module DLCoreGraphics
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: warning: cannot use conformance of 'CGVector' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
extension CGVector: Comparable {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:1: note: The missing import of module 'CoreGraphics' will be added implicitly
extension CGVector: Comparable {
^
[71/79] Compiling DLCoreGraphics CGPoint+AbsoluteValueExtension.swift
[72/79] Compiling DLCoreGraphics CGPoint+InversibleExtension.swift
[73/79] Compiling DLCoreGraphics CGPoint+RoundExtension.swift
[74/79] Compiling DLCoreGraphics CGPoint+ScaleExtension.swift
[75/79] Compiling DLCoreGraphics CGPoint+TranslateExtension.swift
[76/79] Compiling DLCoreGraphics Scalable2D.swift
[77/79] Compiling DLCoreGraphics Segment.swift
[78/79] Compiling DLCoreGraphics Transformable2D.swift
[79/79] Compiling DLCoreGraphics Translatable2D.swift
Build complete! (7.18s)
Fetching https://github.com/davidlivadaru/DLInterval.git
Fetching https://github.com/davidlivadaru/DLAngle.git
[1/403] Fetching dlinterval
[195/1193] Fetching dlinterval, dlangle
Fetched https://github.com/davidlivadaru/DLAngle.git from cache (0.29s)
Fetched https://github.com/davidlivadaru/DLInterval.git from cache (0.29s)
Computing version for https://github.com/davidlivadaru/DLAngle.git
Computed https://github.com/davidlivadaru/DLAngle.git at 1.0.0 (0.44s)
Computing version for https://github.com/davidlivadaru/DLInterval.git
Computed https://github.com/davidlivadaru/DLInterval.git at 1.3.0 (0.42s)
Creating working copy for https://github.com/davidlivadaru/DLInterval.git
Working copy of https://github.com/davidlivadaru/DLInterval.git resolved at 1.3.0
Creating working copy for https://github.com/davidlivadaru/DLAngle.git
Working copy of https://github.com/davidlivadaru/DLAngle.git resolved at 1.0.0
Build complete.
Done.