The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RoyalVNCKit, reference 1.1.0 (92d442), with Swift 6.3 for Android on 18 Apr 2026 12:49:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 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/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[420/448] Compiling RoyalVNCKit VNCFramebufferAllocator.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[421/448] Compiling RoyalVNCKit VNCFramebufferIOSurfaceAllocator.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[422/448] Compiling RoyalVNCKit VNCFramebufferMallocAllocator.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[423/448] Compiling RoyalVNCKit VNCPoint+CG.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[424/448] Compiling RoyalVNCKit VNCPoint.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[425/448] Compiling RoyalVNCKit VNCRegion+CG.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[426/448] Compiling RoyalVNCKit VNCRegion.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[427/448] Compiling RoyalVNCKit VNCSize+CG.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[428/448] Compiling RoyalVNCKit VNCSize.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[429/448] Compiling RoyalVNCKit VNCFramebuffer.ColorMap.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[430/448] Compiling RoyalVNCKit VNCFramebuffer.PixelUtils.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[431/448] Compiling RoyalVNCKit VNCFramebuffer.Properties.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[432/448] Compiling RoyalVNCKit VNCFramebuffer.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[433/448] Compiling RoyalVNCKit VNCFramebufferDelegate.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[434/448] Compiling RoyalVNCKit MousePointerButton.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[435/448] Compiling RoyalVNCKit MousePosition.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[436/448] Compiling RoyalVNCKit X11KeySymbols.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[437/448] Compiling RoyalVNCKit CredentialsKeychain.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[438/448] Compiling RoyalVNCKit Keychain.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[439/448] Compiling RoyalVNCKit Spinlock.swift
/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
/host/spi-builder-workspace/Sources/RoyalVNCKit/Locks/Spinlock.swift:3:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(Glibc) || canImport(Android)
 2 | #if canImport(FoundationEssentials)
 3 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 4 | #else
 5 | import Foundation
[441/450] Wrapping AST for RoyalVNCKit for debugging
[442/450] Compiling RoyalVNCKitCDemo main.c
[443/454] Write Objects.LinkFileList
[445/454] Linking RoyalVNCKitCDemo
[446/454] Linking libRoyalVNCKit.so
[448/454] Compiling RoyalVNCKitDemo main.swift
[449/454] Compiling RoyalVNCKitDemo PlatformUtils.swift
[450/454] Emitting module RoyalVNCKitDemo
[451/454] Compiling RoyalVNCKitDemo ConnectionDelegate.swift
[452/455] Wrapping AST for RoyalVNCKitDemo for debugging
[453/455] Write Objects.LinkFileList
[454/455] Linking RoyalVNCKitDemo
Build complete! (83.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "branch" : [
          "foundationessentials"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/royalapplications/CryptoSwift.git"
    },
    {
      "identity" : "swift-jpeg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-jpeg"
    },
    {
      "identity" : "swift-png",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-png"
    }
  ],
  "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",
        "JPEG",
        "PNG"
      ],
      "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/TightEncoding.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/JPEGQualityLevelEncoding.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_FrameEncodings.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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.