Build Information
Failed to build SwiftlierUIKit, reference master (393bf7
), with Swift 6.1 for Android on 27 May 2025 21:07:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewag/SwiftlierUIKit.git
Reference: master
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/drewag/SwiftlierUIKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 393bf7f [IC] Improve dark mode support
Cloned https://github.com/drewag/SwiftlierUIKit.git
Revision (git rev-parse @):
393bf7f5fdebe2c07755acbe124952e049e06917
SUCCESS checkout https://github.com/drewag/SwiftlierUIKit.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/drewag/SwiftlierUIKit.git
https://github.com/drewag/SwiftlierUIKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftlier",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/drewag/Swiftlier.git"
}
],
"manifest_display_name" : "SwiftlierUIKit",
"name" : "SwiftlierUIKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwiftlierUIKit",
"targets" : [
"SwiftlierUIKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftlierUIKitTests",
"module_type" : "SwiftTarget",
"name" : "SwiftlierUIKitTests",
"path" : "Tests/SwiftlierUIKitTests",
"sources" : [
"AlertTests.swift",
"CGMathTests.swift",
"ColorTests.swift",
"DataSourceTypeTests.swift",
"ObfuscatedDataTests.swift",
"Path_ImageTests.swift",
"UIView_ConstraintsTests.swift"
],
"target_dependencies" : [
"SwiftlierUIKit"
],
"type" : "test"
},
{
"c99name" : "SwiftlierUIKit",
"module_type" : "SwiftTarget",
"name" : "SwiftlierUIKit",
"path" : "Sources",
"product_dependencies" : [
"Swiftlier"
],
"product_memberships" : [
"SwiftlierUIKit"
],
"sources" : [
"SwiftlierUIKit/Controller/Alert.swift",
"SwiftlierUIKit/Controller/DataSourceType.swift",
"SwiftlierUIKit/Controller/DatePickerViewController.swift",
"SwiftlierUIKit/Controller/FormViewController.swift",
"SwiftlierUIKit/Controller/KeyboardConstraintAdjuster.swift",
"SwiftlierUIKit/Controller/KeyboardTracker.swift",
"SwiftlierUIKit/Controller/LayeredTableViewController.swift",
"SwiftlierUIKit/Controller/LimitedSizeViewController.swift",
"SwiftlierUIKit/Controller/MenuViewController.swift",
"SwiftlierUIKit/Controller/SelectListViewController.swift",
"SwiftlierUIKit/Controller/TaskService.swift",
"SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift",
"SwiftlierUIKit/Controller/UIButton+BlockTarget.swift",
"SwiftlierUIKit/Controller/UICollectionView+EasyRegister.swift",
"SwiftlierUIKit/Controller/UINavigationController+Helpers.swift",
"SwiftlierUIKit/Controller/UITableView+EasyRegister.swift",
"SwiftlierUIKit/Controller/UIViewController+Helpers.swift",
"SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift",
"SwiftlierUIKit/Controller/UIViewController+Transitions.swift",
"SwiftlierUIKit/Controller/WebViewController.swift",
"SwiftlierUIKit/Controller/ZoomThroughTransition.swift",
"SwiftlierUIKit/Model/Date+DispatchTime.swift",
"SwiftlierUIKit/Model/EnergyFormatting.swift",
"SwiftlierUIKit/Model/Float+Factory.swift",
"SwiftlierUIKit/Model/Form.swift",
"SwiftlierUIKit/Model/Menu.swift",
"SwiftlierUIKit/Model/ObfuscatedData.swift",
"SwiftlierUIKit/Model/ObservableArray+UI.swift",
"SwiftlierUIKit/Model/Path+Image.swift",
"SwiftlierUIKit/Model/Transformation.swift",
"SwiftlierUIKit/Model/UIColor+Encodable.swift",
"SwiftlierUIKit/Model/UIColor+Factory.swift",
"SwiftlierUIKit/Model/UIDevice+AppIdioms.swift",
"SwiftlierUIKit/Model/UIImage+Editing.swift",
"SwiftlierUIKit/View/BubbleView.swift",
"SwiftlierUIKit/View/CGContext+ThreadSafe.swift",
"SwiftlierUIKit/View/CGMath.swift",
"SwiftlierUIKit/View/CircleBorderView.swift",
"SwiftlierUIKit/View/CustomGradientView.swift",
"SwiftlierUIKit/View/DiagonalGradientView.swift",
"SwiftlierUIKit/View/MonthAndYearPicker.swift",
"SwiftlierUIKit/View/NSLayoutConstraint+SwifPlusPlus.swift",
"SwiftlierUIKit/View/NSLayoutContraint+Factory.swift",
"SwiftlierUIKit/View/PassThroughTouchView.swift",
"SwiftlierUIKit/View/PlaceholderTextView.swift",
"SwiftlierUIKit/View/RoundedBorderButton.swift",
"SwiftlierUIKit/View/RoundedBorderView.swift",
"SwiftlierUIKit/View/SectionHeaderWithButtonView.swift",
"SwiftlierUIKit/View/ShadowView.swift",
"SwiftlierUIKit/View/ThinLayoutConstraint.swift",
"SwiftlierUIKit/View/UIView+Animations.swift",
"SwiftlierUIKit/View/UIView+Constraints.swift",
"SwiftlierUIKit/View/UIView+Drawing.swift",
"SwiftlierUIKit/View/UIView+Helpers.swift",
"SwiftlierUIKit/View/UIView+ImageCapture.swift",
"SwiftlierUIKit/View/UIView+Layout.swift",
"SwiftlierUIKit/View/VerticalGradientView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/drewag/Swiftlier.git
[1/4568] Fetching swiftlier
Fetched https://github.com/drewag/Swiftlier.git from cache (1.33s)
Computing version for https://github.com/drewag/Swiftlier.git
Computed https://github.com/drewag/Swiftlier.git at 6.1.3 (1.83s)
Creating working copy for https://github.com/drewag/Swiftlier.git
Working copy of https://github.com/drewag/Swiftlier.git resolved at 6.1.3
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/59] Emitting module Swiftlier
[5/66] Compiling Swiftlier Observable.swift
[6/66] Compiling Swiftlier ObservableArray.swift
[7/66] Compiling Swiftlier ObservableDictionary.swift
[8/66] Compiling Swiftlier ObservableReference.swift
[9/66] Compiling Swiftlier JSON.swift
[10/66] Compiling Swiftlier NativeTypesStructured.swift
[11/66] Compiling Swiftlier Structured.swift
[12/66] Compiling Swiftlier XML.swift
[13/66] Compiling Swiftlier Coding+Helpers.swift
[14/66] Compiling Swiftlier CodingKeys.swift
[15/66] Compiling Swiftlier NativeTypesDecoder.swift
[16/66] Compiling Swiftlier NativeTypesEncoder.swift
[17/66] Compiling Swiftlier PercentEncodable.swift
[18/66] Compiling Swiftlier SpecDecoder.swift
[19/66] Compiling Swiftlier Collection+Enhancments.swift
[20/66] Compiling Swiftlier Data+Processing.swift
[21/66] Compiling Swiftlier Price.swift
[22/66] Compiling Swiftlier UniquelyIdentifiable.swift
[23/66] Compiling Swiftlier CSVStreamReader.swift
[24/66] Compiling Swiftlier DelimiterStreamReader.swift
[25/66] Compiling Swiftlier StreamReader.swift
[26/66] Compiling Swiftlier Date+Testable.swift
[27/66] Compiling Swiftlier URLSession+Testing.swift
[28/66] Compiling Swiftlier LimitedQueue.swift
[29/66] Compiling Swiftlier OrderedDictionary.swift
[30/66] Compiling Swiftlier PatchyRange.swift
[31/66] Compiling Swiftlier SelectableValue.swift
[32/66] Compiling Swiftlier Syncable.swift
[33/66] Compiling Swiftlier WeakWrapper.swift
[34/66] Compiling Swiftlier EventCenter.swift
[35/66] Compiling Swiftlier MultiCallback.swift
[36/66] Compiling Swiftlier ValueTypePersistenceService.swift
[37/66] Compiling Swiftlier Bool+Formatting.swift
[38/66] Compiling Swiftlier Data+Base64.swift
[39/66] Compiling Swiftlier Date+Formatting.swift
[40/66] Compiling Swiftlier Double+Formatting.swift
[41/66] Compiling Swiftlier HeartRateFormatter.swift
[42/66] Compiling Swiftlier TimeInterval+Formatting.swift
[43/66] Compiling Swiftlier BinarySearchTree.swift
[44/66] Compiling Swiftlier SwiftlierError.swift
[45/66] Compiling Swiftlier SwiftlierResult.swift
[46/66] Compiling Swiftlier FileSystem+iOSDirectories.swift
[47/66] Compiling Swiftlier FileSystem.swift
[48/66] Compiling Swiftlier Path+Coding.swift
[49/66] Compiling Swiftlier Path.swift
[50/66] Compiling Swiftlier PersistenceService.swift
[51/66] Compiling Swiftlier ReferenceTypePersistenceService.swift
[52/66] Compiling Swiftlier Date+Helpers.swift
[53/66] Compiling Swiftlier DispatchQueue+Enhancements.swift
[54/66] Compiling Swiftlier String+Enhancements.swift
[55/66] Compiling Swiftlier URL+Enhancements.swift
[56/66] Compiling Swiftlier AnySwiftlierError.swift
[57/66] Compiling Swiftlier GenericSwiftlierError.swift
[58/66] Compiling Swiftlier OperationBasedError.swift
[59/66] Compiling Swiftlier OtherSwiftlierError.swift
[60/66] Compiling Swiftlier Age.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[61/66] Compiling Swiftlier AlwaysEqual.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[62/66] Compiling Swiftlier Angle.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[63/66] Compiling Swiftlier Day.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[64/66] Compiling Swiftlier EmailAddress.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[65/66] Compiling Swiftlier HTML.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[66/66] Compiling Swiftlier Mass.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/57] Emitting module Swiftlier
[3/64] Compiling Swiftlier Age.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[4/64] Compiling Swiftlier AlwaysEqual.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[5/64] Compiling Swiftlier Angle.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[6/64] Compiling Swiftlier Day.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[7/64] Compiling Swiftlier EmailAddress.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[8/64] Compiling Swiftlier HTML.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[9/64] Compiling Swiftlier Mass.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no exact matches in call to global function 'sin'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no exact matches in call to global function 'sin'
163 | }
164 |
Foundation.sin:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:162:16: error: no 'sin' candidates produce the expected contextual result type 'Float'
160 | extension Float: AngleValue {
161 | public var sine: Float {
162 | return sin(self)
| `- error: no 'sin' candidates produce the expected contextual result type 'Float'
163 | }
164 |
Foundation.sin:1:13: note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func sin(_ x: CGFloat) -> CGFloat
| `- note: 'sin' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:96:8: note: 'sin' produces 'Double', not the expected contextual result type 'Float'
94 | long double cosl(long double __x);
95 |
96 | double sin(double __x);
| `- note: 'sin' produces 'Double', not the expected contextual result type 'Float'
97 | float sinf(float __x);
98 | long double sinl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no exact matches in call to global function 'cos'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no exact matches in call to global function 'cos'
167 | }
168 | }
Foundation.cos:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
93 | float cosf(float __x);
94 | long double cosl(long double __x);
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Model/Types/Angle.swift:166:16: error: no 'cos' candidates produce the expected contextual result type 'Float'
164 |
165 | public var cosine: Float {
166 | return cos(self)
| `- error: no 'cos' candidates produce the expected contextual result type 'Float'
167 | }
168 | }
Foundation.cos:1:13: note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func cos(_ x: CGFloat) -> CGFloat
| `- note: 'cos' produces 'CGFloat', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:92:8: note: 'cos' produces 'Double', not the expected contextual result type 'Float'
90 | long double atan2l(long double __y, long double __x);
91 |
92 | double cos(double __x);
| `- note: 'cos' produces 'Double', not the expected contextual result type 'Float'
93 | float cosf(float __x);
94 | long double cosl(long double __x);
[10/64] Compiling Swiftlier Date+Helpers.swift
[11/64] Compiling Swiftlier DispatchQueue+Enhancements.swift
[12/64] Compiling Swiftlier String+Enhancements.swift
[13/64] Compiling Swiftlier URL+Enhancements.swift
[14/64] Compiling Swiftlier AnySwiftlierError.swift
[15/64] Compiling Swiftlier GenericSwiftlierError.swift
[16/64] Compiling Swiftlier OperationBasedError.swift
[17/64] Compiling Swiftlier OtherSwiftlierError.swift
[18/64] Compiling Swiftlier Coding+Helpers.swift
[19/64] Compiling Swiftlier CodingKeys.swift
[20/64] Compiling Swiftlier NativeTypesDecoder.swift
[21/64] Compiling Swiftlier NativeTypesEncoder.swift
[22/64] Compiling Swiftlier PercentEncodable.swift
[23/64] Compiling Swiftlier SpecDecoder.swift
[24/64] Compiling Swiftlier Collection+Enhancments.swift
[25/64] Compiling Swiftlier Data+Processing.swift
[26/64] Compiling Swiftlier Price.swift
[27/64] Compiling Swiftlier UniquelyIdentifiable.swift
[28/64] Compiling Swiftlier CSVStreamReader.swift
[29/64] Compiling Swiftlier DelimiterStreamReader.swift
[30/64] Compiling Swiftlier StreamReader.swift
[31/64] Compiling Swiftlier Date+Testable.swift
[32/64] Compiling Swiftlier URLSession+Testing.swift
[33/64] Compiling Swiftlier LimitedQueue.swift
[34/64] Compiling Swiftlier OrderedDictionary.swift
[35/64] Compiling Swiftlier PatchyRange.swift
[36/64] Compiling Swiftlier SelectableValue.swift
[37/64] Compiling Swiftlier Syncable.swift
[38/64] Compiling Swiftlier WeakWrapper.swift
[39/64] Compiling Swiftlier EventCenter.swift
[40/64] Compiling Swiftlier MultiCallback.swift
[41/64] Compiling Swiftlier Observable.swift
[42/64] Compiling Swiftlier ObservableArray.swift
[43/64] Compiling Swiftlier ObservableDictionary.swift
[44/64] Compiling Swiftlier ObservableReference.swift
[45/64] Compiling Swiftlier JSON.swift
[46/64] Compiling Swiftlier NativeTypesStructured.swift
[47/64] Compiling Swiftlier Structured.swift
[48/64] Compiling Swiftlier XML.swift
[49/64] Compiling Swiftlier SwiftlierError.swift
[50/64] Compiling Swiftlier SwiftlierResult.swift
[51/64] Compiling Swiftlier FileSystem+iOSDirectories.swift
[52/64] Compiling Swiftlier FileSystem.swift
[53/64] Compiling Swiftlier Path+Coding.swift
[54/64] Compiling Swiftlier Path.swift
[55/64] Compiling Swiftlier PersistenceService.swift
[56/64] Compiling Swiftlier ReferenceTypePersistenceService.swift
[57/64] Compiling Swiftlier ValueTypePersistenceService.swift
[58/64] Compiling Swiftlier Bool+Formatting.swift
[59/64] Compiling Swiftlier Data+Base64.swift
[60/64] Compiling Swiftlier Date+Formatting.swift
[61/64] Compiling Swiftlier Double+Formatting.swift
[62/64] Compiling Swiftlier HeartRateFormatter.swift
[63/64] Compiling Swiftlier TimeInterval+Formatting.swift
[64/64] Compiling Swiftlier BinarySearchTree.swift
BUILD FAILURE 6.1 android