The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build OSCKit, reference main (7b5ede), with Swift 6.1 for Android on 10 Sep 2025 08:13:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/OSCKit.git
Reference: main
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/orchetect/OSCKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7b5ede4 Merge pull request #50 from lhoward/lhoward/linux
Cloned https://github.com/orchetect/OSCKit.git
Revision (git rev-parse @):
7b5ede4820b3c76fe7365186af4d67de51ec5b94
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/OSCKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orchetect/OSCKit.git
https://github.com/orchetect/OSCKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftascii",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/SwiftASCII"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "OSCKit",
  "name" : "OSCKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "OSCKitCore",
      "targets" : [
        "OSCKitCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSCKitCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OSCKitCoreTests",
      "path" : "Tests/OSCKitCoreTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "OSCAddressPattern/Component/Component Evaluate Tests.swift",
        "OSCAddressPattern/Component/Component Parse Tests.swift",
        "OSCAddressPattern/Component/Component Token Tests.swift",
        "OSCAddressPattern/OSCAddressPattern Tests.swift",
        "OSCAddressSpace/OSCAddressSpace Tests.swift",
        "OSCAddressSpace/OSCAddressSpace Utilities Tests.swift",
        "OSCBundle/OSCBundle Integrity Tests.swift",
        "OSCBundle/OSCBundle Tests.swift",
        "OSCBundle/OSCBundle rawData Tests.swift",
        "OSCMessage/OSCMessage Codable Tests.swift",
        "OSCMessage/OSCMessage Integrity Tests.swift",
        "OSCMessage/OSCMessage Tests.swift",
        "OSCMessage/OSCMessage rawData Tests.swift",
        "OSCObject/OSCObject Static Constructors Tests.swift",
        "OSCObject/OSCObject Tests.swift",
        "OSCObject/OSCObject rawData Tests.swift",
        "OSCTimeTag/OSCTimeTag Static Constructors Tests.swift",
        "OSCTimeTag/OSCTimeTag Tests.swift",
        "OSCValue/Extended Types/OSCArrayValue Tests.swift",
        "OSCValue/Extended Types/OSCImpulseValue Tests.swift",
        "OSCValue/Extended Types/OSCMIDIValue Tests.swift",
        "OSCValue/Extended Types/OSCNullValue Tests.swift",
        "OSCValue/Extended Types/OSCStringAltValue Tests.swift",
        "OSCValue/OSCValue CustomStringConvertible Tests.swift",
        "OSCValue/Opaque Types/AnyOSCNumberValue Tests.swift",
        "OSCValueCodable/OSCValueDecoder Read Tests.swift",
        "OSCValueToken/OSCValueToken Methods Tests.swift",
        "OSCValueToken/OSCValueToken Properties Tests.swift",
        "OSCValueToken/OSCValueToken Tests.swift",
        "OSCValues/Type Mask/OSCValues Type Mask Tests.swift",
        "Test Utilities.swift"
      ],
      "target_dependencies" : [
        "OSCKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSCKitCore",
      "module_type" : "SwiftTarget",
      "name" : "OSCKitCore",
      "path" : "Sources/OSCKitCore",
      "product_dependencies" : [
        "SwiftASCII"
      ],
      "product_memberships" : [
        "OSCKitCore"
      ],
      "sources" : [
        "API Evolution/OSCKitCore-API-1.2.0.swift",
        "OSCAddressPattern/Component/Component Token.swift",
        "OSCAddressPattern/Component/Component evaluate.swift",
        "OSCAddressPattern/Component/Component parse.swift",
        "OSCAddressPattern/Component/Component.swift",
        "OSCAddressPattern/OSCAddressPattern Strings.swift",
        "OSCAddressPattern/OSCAddressPattern init.swift",
        "OSCAddressPattern/OSCAddressPattern.swift",
        "OSCAddressSpace/OSCAddressSpace MethodID.swift",
        "OSCAddressSpace/OSCAddressSpace Node.swift",
        "OSCAddressSpace/OSCAddressSpace Utilities.swift",
        "OSCAddressSpace/OSCAddressSpace.swift",
        "OSCBundle/OSCBundle Data Extensions.swift",
        "OSCBundle/OSCBundle init.swift",
        "OSCBundle/OSCBundle rawData.swift",
        "OSCBundle/OSCBundle.swift",
        "OSCKitCore.swift",
        "OSCMessage/OSCMessage Data Extensions.swift",
        "OSCMessage/OSCMessage init.swift",
        "OSCMessage/OSCMessage rawData.swift",
        "OSCMessage/OSCMessage.swift",
        "OSCObject/OSCObject Data Extensions.swift",
        "OSCObject/OSCObject Static Constructors.swift",
        "OSCObject/OSCObject.swift",
        "OSCObject/OSCObjectType.swift",
        "OSCSerialization/OSCSerialization.swift",
        "OSCSerialization/OSCSerializationError.swift",
        "OSCSerialization/OSCValueTagIdentity.swift",
        "OSCTimeTag/OSCTimeTag Codable.swift",
        "OSCTimeTag/OSCTimeTag Properties.swift",
        "OSCTimeTag/OSCTimeTag Static Constructors.swift",
        "OSCTimeTag/OSCTimeTag Utilities.swift",
        "OSCTimeTag/OSCTimeTag init.swift",
        "OSCTimeTag/OSCTimeTag.swift",
        "OSCValue/Core Types/Data (Blob).swift",
        "OSCValue/Core Types/Float32.swift",
        "OSCValue/Core Types/Int32.swift",
        "OSCValue/Core Types/String.swift",
        "OSCValue/Extended Types/Bool.swift",
        "OSCValue/Extended Types/Character.swift",
        "OSCValue/Extended Types/Double.swift",
        "OSCValue/Extended Types/Int64.swift",
        "OSCValue/Extended Types/OSCArrayValue.swift",
        "OSCValue/Extended Types/OSCImpulseValue.swift",
        "OSCValue/Extended Types/OSCMIDIValue.swift",
        "OSCValue/Extended Types/OSCNullValue.swift",
        "OSCValue/Extended Types/OSCStringAltValue.swift",
        "OSCValue/Extended Types/OSCTimeTag OSCValue.swift",
        "OSCValue/Interpolated Types/BinaryFloatingPoint.swift",
        "OSCValue/Interpolated Types/BinaryInteger.swift",
        "OSCValue/OSCInterpolatedValue.swift",
        "OSCValue/OSCValue.swift",
        "OSCValue/Opaque Types/AnyOSCNumberValue.swift",
        "OSCValue/Opaque Types/OSCNumberValueBase.swift",
        "OSCValueCodable/OSCDecodeError.swift",
        "OSCValueCodable/OSCEncodeError.swift",
        "OSCValueCodable/OSCMessageDecoder.swift",
        "OSCValueCodable/OSCMessageEncoder.swift",
        "OSCValueCodable/OSCValueCodable.swift",
        "OSCValueCodable/OSCValueDecodable.swift",
        "OSCValueCodable/OSCValueDecoder.swift",
        "OSCValueCodable/OSCValueDecoderBlock.swift",
        "OSCValueCodable/OSCValueEncodable.swift",
        "OSCValueCodable/OSCValueEncoderBlock.swift",
        "OSCValueMaskable/OSCValueMaskError.swift",
        "OSCValueMaskable/OSCValueMaskable.swift",
        "OSCValueMaskable/OSCValues Mask Methods.swift",
        "OSCValueToken/OSCValueToken Methods.swift",
        "OSCValueToken/OSCValueToken.swift",
        "OSCValues/OSCValues.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 1 Value.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 10 Values.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 2 Values.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 3 Values.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 4 Values.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 5 Values.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 6 Values.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 7 Values.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 8 Values.swift",
        "OSCValues/Type Mask/OSCValues Type Mask 9 Values.swift",
        "OSCValues/Type Mask/OSCValues Type Mask Helpers.swift",
        "Utilities/Concurrency Extensions.swift",
        "Utilities/Date Extensions.swift",
        "Utilities/Hex and Binary String.swift",
        "Utilities/Optional.swift",
        "Utilities/Outsourced/CharacterSet.swift",
        "Utilities/Outsourced/Collections.swift",
        "Utilities/Outsourced/Data.swift",
        "Utilities/Outsourced/FloatingPoint and Darwin.swift",
        "Utilities/Outsourced/Integers.swift",
        "Utilities/Outsourced/Protocols.swift",
        "Utilities/Outsourced/String and CharacterSet.swift",
        "Utilities/Outsourced/String and Foundation.swift",
        "Utilities/String Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/orchetect/SwiftASCII
Fetching https://github.com/apple/swift-numerics
[1/389] Fetching swiftascii
[390/6737] Fetching swiftascii, swift-numerics
Fetched https://github.com/orchetect/SwiftASCII from cache (0.27s)
[1778/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.42s)
Computing version for https://github.com/orchetect/SwiftASCII
Computed https://github.com/orchetect/SwiftASCII at 1.2.0 (2.67s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (0.55s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
Creating working copy for https://github.com/orchetect/SwiftASCII
Working copy of https://github.com/orchetect/SwiftASCII resolved at 1.2.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling SwiftASCII String.swift
[5/8] Compiling SwiftASCII CharacterSet.swift
[6/8] Compiling SwiftASCII ASCIICharacter.swift
[7/8] Compiling SwiftASCII ASCIIString.swift
[8/8] Emitting module SwiftASCII
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/93] Emitting module OSCKitCore
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[11/104] Compiling OSCKitCore OSCObjectType.swift
[12/104] Compiling OSCKitCore OSCSerialization.swift
[13/104] Compiling OSCKitCore OSCSerializationError.swift
[14/104] Compiling OSCKitCore OSCValueTagIdentity.swift
[15/104] Compiling OSCKitCore OSCTimeTag Codable.swift
[16/104] Compiling OSCKitCore OSCTimeTag Properties.swift
[17/104] Compiling OSCKitCore OSCTimeTag Static Constructors.swift
[18/104] Compiling OSCKitCore OSCTimeTag Utilities.swift
[19/104] Compiling OSCKitCore OSCTimeTag init.swift
[20/104] Compiling OSCKitCore OSCTimeTag.swift
[21/104] Compiling OSCKitCore Data (Blob).swift
[22/104] Compiling OSCKitCore Float32.swift
[23/104] Compiling OSCKitCore OSCValueDecoder.swift
[24/104] Compiling OSCKitCore OSCValueDecoderBlock.swift
[25/104] Compiling OSCKitCore OSCValueEncodable.swift
[26/104] Compiling OSCKitCore OSCValueEncoderBlock.swift
[27/104] Compiling OSCKitCore OSCValueMaskError.swift
[28/104] Compiling OSCKitCore OSCValueMaskable.swift
[29/104] Compiling OSCKitCore OSCValues Mask Methods.swift
[30/104] Compiling OSCKitCore OSCValueToken Methods.swift
[31/104] Compiling OSCKitCore OSCValueToken.swift
[32/104] Compiling OSCKitCore OSCValues.swift
[33/104] Compiling OSCKitCore OSCValues Type Mask 1 Value.swift
[34/104] Compiling OSCKitCore OSCValues Type Mask 10 Values.swift
[35/104] Compiling OSCKitCore OSCKitCore-API-1.2.0.swift
[36/104] Compiling OSCKitCore Component Token.swift
[37/104] Compiling OSCKitCore Component evaluate.swift
[38/104] Compiling OSCKitCore Component parse.swift
[39/104] Compiling OSCKitCore Component.swift
[40/104] Compiling OSCKitCore OSCAddressPattern Strings.swift
[41/104] Compiling OSCKitCore OSCAddressPattern init.swift
[42/104] Compiling OSCKitCore OSCAddressPattern.swift
[43/104] Compiling OSCKitCore OSCAddressSpace MethodID.swift
[44/104] Compiling OSCKitCore OSCAddressSpace Node.swift
[45/104] Compiling OSCKitCore OSCAddressSpace Utilities.swift
[46/104] Compiling OSCKitCore OSCAddressSpace.swift
[47/104] Compiling OSCKitCore OSCBundle Data Extensions.swift
[48/104] Compiling OSCKitCore OSCBundle init.swift
[49/104] Compiling OSCKitCore OSCBundle rawData.swift
[50/104] Compiling OSCKitCore OSCBundle.swift
[51/104] Compiling OSCKitCore OSCKitCore.swift
[52/104] Compiling OSCKitCore OSCMessage Data Extensions.swift
[53/104] Compiling OSCKitCore OSCMessage init.swift
[54/104] Compiling OSCKitCore OSCMessage rawData.swift
[55/104] Compiling OSCKitCore OSCMessage.swift
[56/104] Compiling OSCKitCore OSCObject Data Extensions.swift
[57/104] Compiling OSCKitCore OSCObject Static Constructors.swift
[58/104] Compiling OSCKitCore OSCObject.swift
[59/104] Compiling OSCKitCore Int32.swift
[60/104] Compiling OSCKitCore String.swift
[61/104] Compiling OSCKitCore Bool.swift
[62/104] Compiling OSCKitCore Character.swift
[63/104] Compiling OSCKitCore Double.swift
[64/104] Compiling OSCKitCore Int64.swift
[65/104] Compiling OSCKitCore OSCArrayValue.swift
[66/104] Compiling OSCKitCore OSCImpulseValue.swift
[67/104] Compiling OSCKitCore OSCMIDIValue.swift
[68/104] Compiling OSCKitCore OSCNullValue.swift
[69/104] Compiling OSCKitCore OSCStringAltValue.swift
[70/104] Compiling OSCKitCore OSCTimeTag OSCValue.swift
[71/104] Compiling OSCKitCore OSCValues Type Mask 2 Values.swift
[72/104] Compiling OSCKitCore OSCValues Type Mask 3 Values.swift
[73/104] Compiling OSCKitCore OSCValues Type Mask 4 Values.swift
[74/104] Compiling OSCKitCore OSCValues Type Mask 5 Values.swift
[75/104] Compiling OSCKitCore OSCValues Type Mask 6 Values.swift
[76/104] Compiling OSCKitCore OSCValues Type Mask 7 Values.swift
[77/104] Compiling OSCKitCore OSCValues Type Mask 8 Values.swift
[78/104] Compiling OSCKitCore OSCValues Type Mask 9 Values.swift
[79/104] Compiling OSCKitCore OSCValues Type Mask Helpers.swift
[80/104] Compiling OSCKitCore Concurrency Extensions.swift
[81/104] Compiling OSCKitCore Date Extensions.swift
[82/104] Compiling OSCKitCore BinaryFloatingPoint.swift
[83/104] Compiling OSCKitCore BinaryInteger.swift
[84/104] Compiling OSCKitCore OSCInterpolatedValue.swift
[85/104] Compiling OSCKitCore OSCValue.swift
[86/104] Compiling OSCKitCore AnyOSCNumberValue.swift
[87/104] Compiling OSCKitCore OSCNumberValueBase.swift
[88/104] Compiling OSCKitCore OSCDecodeError.swift
[89/104] Compiling OSCKitCore OSCEncodeError.swift
[90/104] Compiling OSCKitCore OSCMessageDecoder.swift
[91/104] Compiling OSCKitCore OSCMessageEncoder.swift
[92/104] Compiling OSCKitCore OSCValueCodable.swift
[93/104] Compiling OSCKitCore OSCValueDecodable.swift
[94/104] Compiling OSCKitCore Hex and Binary String.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[95/104] Compiling OSCKitCore Optional.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[96/104] Compiling OSCKitCore CharacterSet.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[97/104] Compiling OSCKitCore Collections.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[98/104] Compiling OSCKitCore Data.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[99/104] Compiling OSCKitCore FloatingPoint and Darwin.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[100/104] Compiling OSCKitCore Integers.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[101/104] Compiling OSCKitCore Protocols.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[102/104] Compiling OSCKitCore String and CharacterSet.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[103/104] Compiling OSCKitCore String and Foundation.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[104/104] Compiling OSCKitCore String Extensions.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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/6] Compiling SwiftASCII String.swift
[3/6] Compiling SwiftASCII CharacterSet.swift
[4/6] Emitting module SwiftASCII
[5/6] Compiling SwiftASCII ASCIICharacter.swift
[6/6] Compiling SwiftASCII ASCIIString.swift
[8/91] Compiling OSCKitCore OSCBundle Data Extensions.swift
[9/91] Compiling OSCKitCore OSCBundle init.swift
[10/91] Compiling OSCKitCore OSCBundle rawData.swift
[11/91] Compiling OSCKitCore OSCBundle.swift
[12/91] Compiling OSCKitCore OSCKitCore.swift
[13/91] Compiling OSCKitCore OSCMessage Data Extensions.swift
[14/91] Compiling OSCKitCore OSCMessage init.swift
[15/91] Compiling OSCKitCore OSCMessage rawData.swift
[16/91] Compiling OSCKitCore OSCMessage.swift
[17/91] Compiling OSCKitCore OSCObject Data Extensions.swift
[18/91] Compiling OSCKitCore OSCObject Static Constructors.swift
[19/91] Compiling OSCKitCore OSCObject.swift
[20/102] Compiling OSCKitCore OSCObjectType.swift
[21/102] Compiling OSCKitCore OSCSerialization.swift
[22/102] Compiling OSCKitCore OSCSerializationError.swift
[23/102] Compiling OSCKitCore OSCValueTagIdentity.swift
[24/102] Compiling OSCKitCore OSCTimeTag Codable.swift
[25/102] Compiling OSCKitCore OSCTimeTag Properties.swift
[26/102] Compiling OSCKitCore OSCTimeTag Static Constructors.swift
[27/102] Compiling OSCKitCore OSCTimeTag Utilities.swift
[28/102] Compiling OSCKitCore OSCTimeTag init.swift
[29/102] Compiling OSCKitCore OSCTimeTag.swift
[30/102] Compiling OSCKitCore Data (Blob).swift
[31/102] Compiling OSCKitCore Float32.swift
[32/102] Compiling OSCKitCore Int32.swift
[33/102] Compiling OSCKitCore String.swift
[34/102] Compiling OSCKitCore Bool.swift
[35/102] Compiling OSCKitCore Character.swift
[36/102] Compiling OSCKitCore Double.swift
[37/102] Compiling OSCKitCore Int64.swift
[38/102] Compiling OSCKitCore OSCArrayValue.swift
[39/102] Compiling OSCKitCore OSCImpulseValue.swift
[40/102] Compiling OSCKitCore OSCMIDIValue.swift
[41/102] Compiling OSCKitCore OSCNullValue.swift
[42/102] Compiling OSCKitCore OSCStringAltValue.swift
[43/102] Compiling OSCKitCore OSCTimeTag OSCValue.swift
[44/102] Compiling OSCKitCore OSCValues Type Mask 2 Values.swift
[45/102] Compiling OSCKitCore OSCValues Type Mask 3 Values.swift
[46/102] Compiling OSCKitCore OSCValues Type Mask 4 Values.swift
[47/102] Compiling OSCKitCore OSCValues Type Mask 5 Values.swift
[48/102] Compiling OSCKitCore OSCValues Type Mask 6 Values.swift
[49/102] Compiling OSCKitCore OSCValues Type Mask 7 Values.swift
[50/102] Compiling OSCKitCore OSCValues Type Mask 8 Values.swift
[51/102] Compiling OSCKitCore OSCValues Type Mask 9 Values.swift
[52/102] Compiling OSCKitCore OSCValues Type Mask Helpers.swift
[53/102] Compiling OSCKitCore Concurrency Extensions.swift
[54/102] Compiling OSCKitCore Date Extensions.swift
[55/102] Compiling OSCKitCore BinaryFloatingPoint.swift
[56/102] Compiling OSCKitCore BinaryInteger.swift
[57/102] Compiling OSCKitCore OSCInterpolatedValue.swift
[58/102] Compiling OSCKitCore OSCValue.swift
[59/102] Compiling OSCKitCore AnyOSCNumberValue.swift
[60/102] Compiling OSCKitCore OSCNumberValueBase.swift
[61/102] Compiling OSCKitCore OSCDecodeError.swift
[62/102] Compiling OSCKitCore OSCEncodeError.swift
[63/102] Compiling OSCKitCore OSCMessageDecoder.swift
[64/102] Compiling OSCKitCore OSCMessageEncoder.swift
[65/102] Compiling OSCKitCore OSCValueCodable.swift
[66/102] Compiling OSCKitCore OSCValueDecodable.swift
[67/102] Compiling OSCKitCore OSCValueDecoder.swift
[68/102] Compiling OSCKitCore OSCValueDecoderBlock.swift
[69/102] Compiling OSCKitCore OSCValueEncodable.swift
[70/102] Compiling OSCKitCore OSCValueEncoderBlock.swift
[71/102] Compiling OSCKitCore OSCValueMaskError.swift
[72/102] Compiling OSCKitCore OSCValueMaskable.swift
[73/102] Compiling OSCKitCore OSCValues Mask Methods.swift
[74/102] Compiling OSCKitCore OSCValueToken Methods.swift
[75/102] Compiling OSCKitCore OSCValueToken.swift
[76/102] Compiling OSCKitCore OSCValues.swift
[77/102] Compiling OSCKitCore OSCValues Type Mask 1 Value.swift
[78/102] Compiling OSCKitCore OSCValues Type Mask 10 Values.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/102] Compiling OSCKitCore OSCKitCore-API-1.2.0.swift
[80/102] Compiling OSCKitCore Component Token.swift
[81/102] Compiling OSCKitCore Component evaluate.swift
[82/102] Compiling OSCKitCore Component parse.swift
[83/102] Compiling OSCKitCore Component.swift
[84/102] Compiling OSCKitCore OSCAddressPattern Strings.swift
[85/102] Compiling OSCKitCore OSCAddressPattern init.swift
[86/102] Compiling OSCKitCore OSCAddressPattern.swift
[87/102] Compiling OSCKitCore OSCAddressSpace MethodID.swift
[88/102] Compiling OSCKitCore OSCAddressSpace Node.swift
[89/102] Compiling OSCKitCore OSCAddressSpace Utilities.swift
[90/102] Compiling OSCKitCore OSCAddressSpace.swift
[91/102] Emitting module OSCKitCore
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[92/102] Compiling OSCKitCore Hex and Binary String.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[93/102] Compiling OSCKitCore Optional.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[94/102] Compiling OSCKitCore CharacterSet.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[95/102] Compiling OSCKitCore Collections.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[96/102] Compiling OSCKitCore Data.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[97/102] Compiling OSCKitCore FloatingPoint and Darwin.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[98/102] Compiling OSCKitCore Integers.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[99/102] Compiling OSCKitCore Protocols.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[100/102] Compiling OSCKitCore String and CharacterSet.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[101/102] Compiling OSCKitCore String and Foundation.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
[102/102] Compiling OSCKitCore String Extensions.swift
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:22:24: error: cannot find 'trunc' in scope
20 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
21 |         let calculation = self / rhs
22 |         let integral = trunc(calculation)
   |                        `- error: cannot find 'trunc' in scope
23 |         let fraction = self - (integral * rhs)
24 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/Sources/OSCKitCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:35:24: error: cannot find 'trunc' in scope
33 |     @inlinable
34 |     package var integralAndFraction: (integral: Self, fraction: Self) {
35 |         let integral = trunc(self)
   |                        `- error: cannot find 'trunc' in scope
36 |         let fraction = self - integral
37 |         return (integral: integral, fraction: fraction)
BUILD FAILURE 6.1 android