Build Information
Failed to build SwiftlierCLI, reference master (94d731
), with Swift 6.1 for Android on 27 May 2025 09:49:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/SwiftlierCLI.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/SwiftlierCLI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 94d7313 [BF] Use drewag version of SwiftDate to fix build in swift 5.1
Cloned https://github.com/drewag/SwiftlierCLI.git
Revision (git rev-parse @):
94d7313ecc4cbcd9143365daf228dd0dad4fdce1
SUCCESS checkout https://github.com/drewag/SwiftlierCLI.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/drewag/SwiftlierCLI.git
https://github.com/drewag/SwiftlierCLI.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"
},
{
"identity" : "swiftdate",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/drewag/SwiftDate.git"
}
],
"manifest_display_name" : "SwiftlierCLI",
"name" : "SwiftlierCLI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
}
],
"products" : [
{
"name" : "SwiftlierCLI",
"targets" : [
"SwiftlierCLI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftlierCLITests",
"module_type" : "SwiftTarget",
"name" : "SwiftlierCLITests",
"path" : "Tests/SwiftlierCLITests",
"sources" : [
"EmptyTests.swift"
],
"target_dependencies" : [
"SwiftlierCLI"
],
"type" : "test"
},
{
"c99name" : "SwiftlierCLI",
"module_type" : "SwiftTarget",
"name" : "SwiftlierCLI",
"path" : "Sources/SwiftlierCLI",
"product_dependencies" : [
"Swiftlier",
"SwiftDate"
],
"product_memberships" : [
"SwiftlierCLI"
],
"sources" : [
"CommandLineDecoder.swift",
"ShellCommand.swift",
"ZipFilePath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/drewag/SwiftDate.git
Fetching https://github.com/drewag/Swiftlier.git
[1/4568] Fetching swiftlier
[3473/13004] Fetching swiftlier, swiftdate
Fetched https://github.com/drewag/Swiftlier.git from cache (2.24s)
Fetched https://github.com/drewag/SwiftDate.git from cache (2.26s)
Computing version for https://github.com/drewag/Swiftlier.git
Computed https://github.com/drewag/Swiftlier.git at 6.1.3 (3.04s)
Computing version for https://github.com/drewag/SwiftDate.git
Computed https://github.com/drewag/SwiftDate.git at 6.1.1 (1.98s)
Creating working copy for https://github.com/drewag/SwiftDate.git
Working copy of https://github.com/drewag/SwiftDate.git resolved at 6.1.1
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/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/93] Emitting module SwiftDate
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[6/97] Compiling SwiftDate TimePeriodGroup.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[7/97] Compiling SwiftDate TimePeriod+Support.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[8/97] Compiling SwiftDate TimePeriod.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[9/97] Compiling SwiftDate TimePeriodProtocol.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[10/97] Compiling Swiftlier SpecDecoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[11/97] Compiling Swiftlier Collection+Enhancments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[12/97] Compiling Swiftlier Data+Processing.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[13/97] Compiling Swiftlier Date+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[14/97] Compiling Swiftlier Coding+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[15/97] Compiling Swiftlier CodingKeys.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[16/97] Compiling Swiftlier NativeTypesDecoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[17/97] Compiling Swiftlier NativeTypesEncoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[18/97] Compiling Swiftlier PercentEncodable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[19/97] 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);
[20/97] 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);
[21/97] 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);
[22/97] 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);
[23/97] 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);
[24/97] 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);
[25/97] 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);
[26/104] Compiling Swiftlier ValueTypePersistenceService.swift
[27/104] Compiling Swiftlier Bool+Formatting.swift
[28/104] Compiling Swiftlier Data+Base64.swift
[29/104] Compiling Swiftlier Date+Formatting.swift
[30/104] Compiling Swiftlier Double+Formatting.swift
[31/104] Compiling Swiftlier HeartRateFormatter.swift
[32/104] Compiling Swiftlier TimeInterval+Formatting.swift
[33/104] Compiling Swiftlier BinarySearchTree.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[36/104] Compiling Swiftlier SwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[37/104] Compiling Swiftlier SwiftlierResult.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[38/104] Compiling Swiftlier FileSystem+iOSDirectories.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[39/104] Compiling Swiftlier OperationBasedError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[40/104] Compiling Swiftlier OtherSwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[43/104] Compiling Swiftlier DispatchQueue+Enhancements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[44/104] Compiling Swiftlier String+Enhancements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[45/104] Compiling Swiftlier URL+Enhancements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[46/104] Compiling Swiftlier AnySwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[47/104] Compiling Swiftlier GenericSwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[48/104] Compiling Swiftlier FileSystem.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[49/104] Compiling Swiftlier Path+Coding.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[50/104] Compiling Swiftlier Path.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[51/104] Compiling Swiftlier PersistenceService.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[52/104] Compiling Swiftlier ReferenceTypePersistenceService.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[61/104] Compiling Swiftlier Syncable.swift
[62/104] Compiling Swiftlier WeakWrapper.swift
[63/104] Compiling Swiftlier EventCenter.swift
[64/104] Compiling Swiftlier MultiCallback.swift
[65/104] Compiling Swiftlier Observable.swift
[66/104] Compiling Swiftlier ObservableArray.swift
[67/104] Compiling Swiftlier ObservableDictionary.swift
[68/104] Compiling Swiftlier ObservableReference.swift
[69/104] Compiling Swiftlier JSON.swift
[70/104] Compiling Swiftlier NativeTypesStructured.swift
[71/104] Compiling Swiftlier Structured.swift
[72/104] Compiling Swiftlier XML.swift
[89/104] Emitting module Swiftlier
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/90] Compiling Swiftlier SwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[3/90] Compiling Swiftlier SwiftlierResult.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[4/90] Compiling Swiftlier FileSystem+iOSDirectories.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[5/90] Compiling Swiftlier FileSystem.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[6/90] Compiling Swiftlier Path+Coding.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[7/94] Compiling Swiftlier PercentEncodable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[8/94] Compiling Swiftlier SpecDecoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[9/94] Compiling Swiftlier Collection+Enhancments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[10/94] Compiling Swiftlier Data+Processing.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[11/94] Compiling Swiftlier OtherSwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[12/94] Compiling Swiftlier ValueTypePersistenceService.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[13/94] Compiling Swiftlier Bool+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[14/94] Compiling Swiftlier Data+Base64.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[15/94] Compiling Swiftlier Date+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[16/94] Compiling Swiftlier Double+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[17/94] Compiling Swiftlier HeartRateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[18/94] Compiling Swiftlier TimeInterval+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[19/94] Emitting module Swiftlier
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/101] Emitting module SwiftDate
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[21/101] Compiling Swiftlier String+Enhancements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[22/101] Compiling Swiftlier URL+Enhancements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[23/101] Compiling Swiftlier AnySwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[24/101] Compiling Swiftlier GenericSwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[25/101] Compiling Swiftlier OperationBasedError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[26/101] Compiling Swiftlier BinarySearchTree.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[27/101] Compiling Swiftlier Coding+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[28/101] Compiling Swiftlier CodingKeys.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[29/101] Compiling Swiftlier NativeTypesDecoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[30/101] Compiling Swiftlier NativeTypesEncoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[31/101] Compiling Swiftlier Path.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[32/101] Compiling Swiftlier PersistenceService.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[33/101] Compiling Swiftlier ReferenceTypePersistenceService.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[34/101] Compiling Swiftlier Date+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[35/101] Compiling Swiftlier DispatchQueue+Enhancements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[36/101] Compiling SwiftDate TimePeriodGroup.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[37/101] Compiling SwiftDate TimePeriod+Support.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[38/101] Compiling SwiftDate TimePeriod.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[39/101] Compiling SwiftDate TimePeriodProtocol.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/RelativeFormatter+Style.swift:18:8: error: no such module 'Darwin'
16 | import Glibc
17 | #else
18 | import Darwin
| `- error: no such module 'Darwin'
19 | #endif
20 |
[40/101] 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);
[41/101] 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);
[42/101] 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);
[43/101] 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);
[44/101] 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);
[45/101] 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);
[46/101] 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);
BUILD FAILURE 6.1 android