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

Successful build of RoyalVNCKit, reference main (50ee77), with Swift 6.1 for Android on 4 Dec 2025 19:23:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 2>&1

Build Log

 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[272/300] Compiling RoyalVNCKit UInt16+Extensions.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[273/300] Compiling RoyalVNCKit UInt32+Extensions.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[274/300] Compiling RoyalVNCKit VNCFramebufferAllocator.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[275/300] Compiling RoyalVNCKit VNCFramebufferIOSurfaceAllocator.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[276/300] Compiling RoyalVNCKit VNCFramebufferMallocAllocator.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[277/300] Compiling RoyalVNCKit VNCPoint+CG.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[278/300] Compiling RoyalVNCKit VNCPoint.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[279/300] Compiling RoyalVNCKit VNCRegion+CG.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[280/300] Compiling RoyalVNCKit VNCRegion.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[281/300] Compiling RoyalVNCKit VNCSize+CG.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[282/300] Compiling RoyalVNCKit VNCSize.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[283/300] Compiling RoyalVNCKit VNCFramebuffer.ColorMap.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[284/300] Compiling RoyalVNCKit VNCFramebuffer.PixelUtils.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[285/300] Compiling RoyalVNCKit VNCFramebuffer.Properties.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[286/300] Compiling RoyalVNCKit VNCFramebuffer.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[287/300] Compiling RoyalVNCKit VNCFramebufferDelegate.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[288/300] Compiling RoyalVNCKit MousePointerButton.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[289/300] Compiling RoyalVNCKit MousePosition.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[290/300] Compiling RoyalVNCKit X11KeySymbols.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[291/300] Compiling RoyalVNCKit CredentialsKeychain.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/Task+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt16+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Extensions/UInt32+Extensions.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCPoint.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCRegion.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/Geometry/VNCSize.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.ColorMap.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.PixelUtils.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.Properties.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebuffer.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Framebuffer/VNCFramebufferDelegate.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePointerButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/MousePosition.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Input/X11KeySymbols.swift:4:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   2 |
   3 | #if canImport(FoundationEssentials)
   4 | import FoundationEssentials
     |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
   5 | #else
   6 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Keychain/CredentialsKeychain.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[293/302] Compiling RoyalVNCKitCDemo main.c
[294/302] Wrapping AST for RoyalVNCKit for debugging
[295/302] Write Objects.LinkFileList
[297/306] Linking RoyalVNCKitCDemo
[298/306] Linking libRoyalVNCKit.so
[300/306] Compiling RoyalVNCKitDemo PlatformUtils.swift
[301/306] Compiling RoyalVNCKitDemo main.swift
[302/306] Emitting module RoyalVNCKitDemo
[303/306] Compiling RoyalVNCKitDemo ConnectionDelegate.swift
[304/307] Wrapping AST for RoyalVNCKitDemo for debugging
[305/307] Write Objects.LinkFileList
[306/307] Linking RoyalVNCKitDemo
Build complete! (44.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "branch" : [
          "foundationessentials"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/royalapplications/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "RoyalVNCKit",
  "name" : "RoyalVNCKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "RoyalVNCKit",
      "targets" : [
        "RoyalVNCKit"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "RoyalVNCKitDemo",
      "targets" : [
        "RoyalVNCKitDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RoyalVNCKitCDemo",
      "targets" : [
        "RoyalVNCKitCDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "d3des",
      "module_type" : "ClangTarget",
      "name" : "d3des",
      "path" : "Sources/d3des",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "d3des.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Z",
      "module_type" : "ClangTarget",
      "name" : "Z",
      "path" : "Sources/Z",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "ZDummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RoyalVNCKitDemo",
      "module_type" : "SwiftTarget",
      "name" : "RoyalVNCKitDemo",
      "path" : "Sources/RoyalVNCKitDemo",
      "product_memberships" : [
        "RoyalVNCKitDemo"
      ],
      "sources" : [
        "ConnectionDelegate.swift",
        "PlatformUtils.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "RoyalVNCKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RoyalVNCKitCDemo",
      "module_type" : "ClangTarget",
      "name" : "RoyalVNCKitCDemo",
      "path" : "Sources/RoyalVNCKitCDemo",
      "product_memberships" : [
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "main.c"
      ],
      "target_dependencies" : [
        "RoyalVNCKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RoyalVNCKitC",
      "module_type" : "ClangTarget",
      "name" : "RoyalVNCKitC",
      "path" : "Sources/RoyalVNCKitC",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "RoyalVNCKitC.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RoyalVNCKit",
      "module_type" : "SwiftTarget",
      "name" : "RoyalVNCKit",
      "path" : "Sources/RoyalVNCKit",
      "product_dependencies" : [
        "CryptoSwift"
      ],
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "Clipboard/VNCClipboard.Monitor.swift",
        "Clipboard/VNCClipboard.swift",
        "Clipboard/VNCClipboardMonitorDelegate.swift",
        "Compression/ZlibInflateStream.swift",
        "Compression/ZlibStream.swift",
        "Encryption/AES128ECBEncryption.swift",
        "Encryption/BigNum.swift",
        "Encryption/VNCDESEncryption.swift",
        "Extensions/AnyStream.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/BinaryInteger+Extensions.swift",
        "Extensions/CGRect+Extensions.swift",
        "Extensions/Character+Extensions.swift",
        "Extensions/Data+Extensions.swift",
        "Extensions/DataStream.swift",
        "Extensions/Endianness.swift",
        "Extensions/Error+Extensions.swift",
        "Extensions/GraphicsUtils.swift",
        "Extensions/Int16+Extensions.swift",
        "Extensions/Int32+Extensions.swift",
        "Extensions/Queue.swift",
        "Extensions/Task+Extensions.swift",
        "Extensions/UInt16+Extensions.swift",
        "Extensions/UInt32+Extensions.swift",
        "Framebuffer/Allocator/VNCFramebufferAllocator.swift",
        "Framebuffer/Allocator/VNCFramebufferIOSurfaceAllocator.swift",
        "Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift",
        "Framebuffer/Geometry/VNCPoint+CG.swift",
        "Framebuffer/Geometry/VNCPoint.swift",
        "Framebuffer/Geometry/VNCRegion+CG.swift",
        "Framebuffer/Geometry/VNCRegion.swift",
        "Framebuffer/Geometry/VNCSize+CG.swift",
        "Framebuffer/Geometry/VNCSize.swift",
        "Framebuffer/VNCFramebuffer.ColorMap.swift",
        "Framebuffer/VNCFramebuffer.PixelUtils.swift",
        "Framebuffer/VNCFramebuffer.Properties.swift",
        "Framebuffer/VNCFramebuffer.swift",
        "Framebuffer/VNCFramebufferDelegate.swift",
        "Input/MousePointerButton.swift",
        "Input/MousePosition.swift",
        "Input/X11KeySymbols.swift",
        "Keychain/CredentialsKeychain.swift",
        "Keychain/Keychain.swift",
        "Locks/Spinlock.swift",
        "Logging/VNCCustomLogger.swift",
        "Logging/VNCNSLogLogger.swift",
        "Logging/VNCOSLogLogger.swift",
        "Logging/VNCPrintLogger.swift",
        "Network/AddressInfo.swift",
        "Network/NWConnection+NetworkConnection.swift",
        "Network/NetworkConnection.swift",
        "Network/Socket.swift",
        "Network/SocketNetworkConnection.swift",
        "Network/Winsock.swift",
        "ObjC/NSObjectOrAnyObject.swift",
        "Protocol/ClientInit.swift",
        "Protocol/EncodingTypes.swift",
        "Protocol/Encodings/Encoding.swift",
        "Protocol/Encodings/Encodings.swift",
        "Protocol/Encodings/Frame/CoRREEncoding.swift",
        "Protocol/Encodings/Frame/CopyRectEncoding.swift",
        "Protocol/Encodings/Frame/HextileEncoding.swift",
        "Protocol/Encodings/Frame/RREEncoding.swift",
        "Protocol/Encodings/Frame/RawEncoding.swift",
        "Protocol/Encodings/Frame/ZRLEEncoding.swift",
        "Protocol/Encodings/Frame/ZRLEEncodingWIP.swift",
        "Protocol/Encodings/Frame/ZlibEncoding.swift",
        "Protocol/Encodings/FrameEncoding.swift",
        "Protocol/Encodings/Pseudo/CompressionLevelEncoding.swift",
        "Protocol/Encodings/Pseudo/ContinuousUpdatesEncoding.swift",
        "Protocol/Encodings/Pseudo/CursorEncoding.swift",
        "Protocol/Encodings/Pseudo/DesktopNameEncoding.swift",
        "Protocol/Encodings/Pseudo/DesktopSizeEncoding.swift",
        "Protocol/Encodings/Pseudo/ExtendedDesktopSizeEncoding.swift",
        "Protocol/Encodings/Pseudo/LastRectEncoding.swift",
        "Protocol/Encodings/PseudoEncoding.swift",
        "Protocol/Encodings/ReceivablePseudoEncoding.swift",
        "Protocol/Messages/ClientToServer/ClientCutText.swift",
        "Protocol/Messages/ClientToServer/EnableContinuousUpdates.swift",
        "Protocol/Messages/ClientToServer/FramebufferUpdateRequest.swift",
        "Protocol/Messages/ClientToServer/KeyEvent.swift",
        "Protocol/Messages/ClientToServer/PointerEvent.swift",
        "Protocol/Messages/ClientToServer/SetEncodings.swift",
        "Protocol/Messages/ClientToServer/SetPixelFormat.swift",
        "Protocol/Messages/Message.swift",
        "Protocol/Messages/ServerToClient/Bell.swift",
        "Protocol/Messages/ServerToClient/EndOfContinuousUpdates.swift",
        "Protocol/Messages/ServerToClient/FramebufferUpdate.swift",
        "Protocol/Messages/ServerToClient/ServerCutText.swift",
        "Protocol/Messages/ServerToClient/ServerToClientMessage.swift",
        "Protocol/Messages/ServerToClient/SetColourMapEntries.swift",
        "Protocol/NumberOfSecurityTypes.swift",
        "Protocol/PixelFormat.swift",
        "Protocol/ProtocolVersion.swift",
        "Protocol/Rectangle.swift",
        "Protocol/Screen.swift",
        "Protocol/SecurityResult.swift",
        "Protocol/SecurityTypes.swift",
        "Protocol/SecurityTypes/AppleRemoteDesktop/ARDAuthentication.swift",
        "Protocol/SecurityTypes/AppleRemoteDesktop/ARDAuthenticationImpl.swift",
        "Protocol/SecurityTypes/AppleRemoteDesktop/ARDDiffieHellmanKeyAgreement.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCBigNum.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCMSLogonAuthenticationImpl.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCMSLogonII.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCMSLogonIIDiffieHellmanKeyAgreement.swift",
        "Protocol/SecurityTypes/VNC/VNCAuthentication.swift",
        "Protocol/SecurityTypes/VNCSecurityType.swift",
        "Protocol/ServerInit.swift",
        "Protocol/VNCProtocol.swift",
        "SDK/CSDK/CUtils.swift",
        "SDK/CSDK/RVNC_AuthenticationRequest.swift",
        "SDK/CSDK/RVNC_AuthenticationType.swift",
        "SDK/CSDK/RVNC_Connection.swift",
        "SDK/CSDK/RVNC_ConnectionDelegate.swift",
        "SDK/CSDK/RVNC_ConnectionState.swift",
        "SDK/CSDK/RVNC_Cursor.swift",
        "SDK/CSDK/RVNC_Framebuffer.swift",
        "SDK/CSDK/RVNC_FramebufferAllocator.swift",
        "SDK/CSDK/RVNC_Logger.swift",
        "SDK/CSDK/RVNC_MouseButton.swift",
        "SDK/CSDK/RVNC_MouseWheel.swift",
        "SDK/CSDK/RVNC_Settings.swift",
        "SDK/CSDK/UnsafeMutableRawPointer+Extensions.swift",
        "SDK/Connection/ConnectionState.swift",
        "SDK/Connection/Settings+UserDefaults.swift",
        "SDK/Connection/Settings.swift",
        "SDK/Connection/State.swift",
        "SDK/Connection/VNCConnection+API.swift",
        "SDK/Connection/VNCConnection+ClipboardMonitor.swift",
        "SDK/Connection/VNCConnection+Delegate.swift",
        "SDK/Connection/VNCConnection+Framebuffer.swift",
        "SDK/Connection/VNCConnection+Handshake.swift",
        "SDK/Connection/VNCConnection+Queue.swift",
        "SDK/Connection/VNCConnection+Receive.swift",
        "SDK/Connection/VNCConnection+Send.swift",
        "SDK/Connection/VNCConnection.swift",
        "SDK/Connection/VNCConnectionDelegate.swift",
        "SDK/Cursor/VNCCursor.swift",
        "SDK/Cursor/macOS/VNCCursor+NSCursor.swift",
        "SDK/Error/AuthenticationError.swift",
        "SDK/Error/ConnectionError.swift",
        "SDK/Error/ProtocolError.swift",
        "SDK/Error/VNCError.swift",
        "SDK/Input/NSEvent.ModifierFlags+Right.swift",
        "SDK/Input/VNCKeyCode+ObjC.swift",
        "SDK/Input/VNCKeyCode+String.swift",
        "SDK/Input/VNCKeyCode.swift",
        "SDK/Input/macOS/CGKeyCodes.swift",
        "SDK/Input/macOS/KeyboardModifiers.swift",
        "SDK/Input/macOS/VNCKeyCode+CGKeyCode.swift",
        "SDK/Input/macOS/VNCKeyCodeMaps+Mac.swift",
        "SDK/Logging/VNCLogger.swift",
        "SDK/UI/DisplayLink/macOS/DisplayLink.swift",
        "SDK/UI/FramebufferView/VNCFramebufferView+Extensions.swift",
        "SDK/UI/FramebufferView/VNCFramebufferView.swift",
        "SDK/UI/FramebufferView/macOS/VNCCAFramebufferView.swift",
        "SDK/UI/ScrollView/macOS/VNCCenteringClipView.swift",
        "SDK/UI/ScrollView/macOS/VNCScrollView.swift",
        "SDK/VNCAccessibilityUtils.swift",
        "SDK/VNCAuthenticationType.swift",
        "SDK/VNCCredential.swift",
        "SDK/VNCEncodingType.swift",
        "SDK/VNCFrameEncodingType.swift",
        "SDK/VNCMouseButton.swift",
        "SDK/VNCPseudoEncodingType.swift",
        "SDK/VNCScreen.swift",
        "Sound/VNCSystemSound.swift"
      ],
      "target_dependencies" : [
        "RoyalVNCKitC",
        "d3des",
        "Z"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.