The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of RoyalVNCKit, reference main (511022), with Swift 6.0 for Linux on 10 Sep 2025 16:26:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 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/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
[809/844] 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
[810/844] 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
[811/844] 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
[812/844] 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
[813/844] 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
[814/844] 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
[815/844] 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
[816/844] Compiling RoyalVNCKit CGKeyCodes.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[817/844] Compiling RoyalVNCKit KeyboardModifiers.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[818/844] Compiling RoyalVNCKit VNCKeyCode+CGKeyCode.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[819/844] Compiling RoyalVNCKit VNCKeyCodeMaps+Mac.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[820/844] Compiling RoyalVNCKit VNCLogger.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[821/844] Compiling RoyalVNCKit DisplayLink.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[822/844] Compiling RoyalVNCKit VNCFramebufferView+Extensions.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[823/844] Compiling RoyalVNCKit VNCFramebufferView.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[824/844] Compiling RoyalVNCKit VNCCAFramebufferView.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[825/844] Compiling RoyalVNCKit VNCCenteringClipView.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[826/844] Compiling RoyalVNCKit VNCScrollView.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[827/844] Compiling RoyalVNCKit VNCAccessibilityUtils.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[828/844] Compiling RoyalVNCKit VNCAuthenticationType.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[829/844] Compiling RoyalVNCKit VNCCredential.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[830/844] Compiling RoyalVNCKit VNCEncodingType.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[831/844] Compiling RoyalVNCKit VNCFrameEncodingType.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[832/844] Compiling RoyalVNCKit VNCMouseButton.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[833/844] Compiling RoyalVNCKit VNCPseudoEncodingType.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[834/844] Compiling RoyalVNCKit VNCScreen.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[835/844] Compiling RoyalVNCKit VNCSystemSound.swift
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/Logging/VNCLogger.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCAuthenticationType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCCredential.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCFrameEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  1 | #if canImport(FoundationEssentials)
  2 | import FoundationEssentials
    |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
  3 | #else
  4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCMouseButton.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCPseudoEncodingType.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/SDK/VNCScreen.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
/host/spi-builder-workspace/Sources/RoyalVNCKit/Sound/VNCSystemSound.swift:2:8: warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 1 | #if canImport(FoundationEssentials)
 2 | import FoundationEssentials
   |        `- warning: module 'FoundationEssentials' was not compiled with library evolution support; using it means binary compatibility for 'RoyalVNCKit' can't be guaranteed
 3 | #else
 4 | import Foundation
[837/846] Compiling RoyalVNCKitCDemo main.c
[838/846] Wrapping AST for RoyalVNCKit for debugging
[839/846] Write Objects.LinkFileList
[841/850] Linking libRoyalVNCKit.so
[842/850] Linking RoyalVNCKitCDemo
[844/850] Compiling RoyalVNCKitDemo PlatformUtils.swift
[845/850] Compiling RoyalVNCKitDemo main.swift
[846/850] Compiling RoyalVNCKitDemo ConnectionDelegate.swift
[847/850] Emitting module RoyalVNCKitDemo
[848/851] Wrapping AST for RoyalVNCKitDemo for debugging
[849/851] Write Objects.LinkFileList
[850/851] Linking RoyalVNCKitDemo
Build complete! (25.71s)
Build complete.
{
  "dependencies" : [
  ],
  "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" : "libtommath",
      "module_type" : "ClangTarget",
      "name" : "libtommath",
      "path" : "Sources/libtommath",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "bignumshim.c",
        "bn_cutoffs.c",
        "bn_deprecated.c",
        "bn_mp_2expt.c",
        "bn_mp_abs.c",
        "bn_mp_add.c",
        "bn_mp_add_d.c",
        "bn_mp_addmod.c",
        "bn_mp_and.c",
        "bn_mp_clamp.c",
        "bn_mp_clear.c",
        "bn_mp_clear_multi.c",
        "bn_mp_cmp.c",
        "bn_mp_cmp_d.c",
        "bn_mp_cmp_mag.c",
        "bn_mp_cnt_lsb.c",
        "bn_mp_complement.c",
        "bn_mp_copy.c",
        "bn_mp_count_bits.c",
        "bn_mp_decr.c",
        "bn_mp_div.c",
        "bn_mp_div_2.c",
        "bn_mp_div_2d.c",
        "bn_mp_div_3.c",
        "bn_mp_div_d.c",
        "bn_mp_dr_is_modulus.c",
        "bn_mp_dr_reduce.c",
        "bn_mp_dr_setup.c",
        "bn_mp_error_to_string.c",
        "bn_mp_exch.c",
        "bn_mp_expt_u32.c",
        "bn_mp_exptmod.c",
        "bn_mp_exteuclid.c",
        "bn_mp_fread.c",
        "bn_mp_from_sbin.c",
        "bn_mp_from_ubin.c",
        "bn_mp_fwrite.c",
        "bn_mp_gcd.c",
        "bn_mp_get_double.c",
        "bn_mp_get_i32.c",
        "bn_mp_get_i64.c",
        "bn_mp_get_l.c",
        "bn_mp_get_ll.c",
        "bn_mp_get_mag_u32.c",
        "bn_mp_get_mag_u64.c",
        "bn_mp_get_mag_ul.c",
        "bn_mp_get_mag_ull.c",
        "bn_mp_grow.c",
        "bn_mp_incr.c",
        "bn_mp_init.c",
        "bn_mp_init_copy.c",
        "bn_mp_init_i32.c",
        "bn_mp_init_i64.c",
        "bn_mp_init_l.c",
        "bn_mp_init_ll.c",
        "bn_mp_init_multi.c",
        "bn_mp_init_set.c",
        "bn_mp_init_size.c",
        "bn_mp_init_u32.c",
        "bn_mp_init_u64.c",
        "bn_mp_init_ul.c",
        "bn_mp_init_ull.c",
        "bn_mp_invmod.c",
        "bn_mp_is_square.c",
        "bn_mp_iseven.c",
        "bn_mp_isodd.c",
        "bn_mp_kronecker.c",
        "bn_mp_lcm.c",
        "bn_mp_log_u32.c",
        "bn_mp_lshd.c",
        "bn_mp_mod.c",
        "bn_mp_mod_2d.c",
        "bn_mp_mod_d.c",
        "bn_mp_montgomery_calc_normalization.c",
        "bn_mp_montgomery_reduce.c",
        "bn_mp_montgomery_setup.c",
        "bn_mp_mul.c",
        "bn_mp_mul_2.c",
        "bn_mp_mul_2d.c",
        "bn_mp_mul_d.c",
        "bn_mp_mulmod.c",
        "bn_mp_neg.c",
        "bn_mp_or.c",
        "bn_mp_pack.c",
        "bn_mp_pack_count.c",
        "bn_mp_prime_fermat.c",
        "bn_mp_prime_frobenius_underwood.c",
        "bn_mp_prime_is_prime.c",
        "bn_mp_prime_miller_rabin.c",
        "bn_mp_prime_next_prime.c",
        "bn_mp_prime_rabin_miller_trials.c",
        "bn_mp_prime_rand.c",
        "bn_mp_prime_strong_lucas_selfridge.c",
        "bn_mp_radix_size.c",
        "bn_mp_radix_smap.c",
        "bn_mp_rand.c",
        "bn_mp_read_radix.c",
        "bn_mp_reduce.c",
        "bn_mp_reduce_2k.c",
        "bn_mp_reduce_2k_l.c",
        "bn_mp_reduce_2k_setup.c",
        "bn_mp_reduce_2k_setup_l.c",
        "bn_mp_reduce_is_2k.c",
        "bn_mp_reduce_is_2k_l.c",
        "bn_mp_reduce_setup.c",
        "bn_mp_root_u32.c",
        "bn_mp_rshd.c",
        "bn_mp_sbin_size.c",
        "bn_mp_set.c",
        "bn_mp_set_double.c",
        "bn_mp_set_i32.c",
        "bn_mp_set_i64.c",
        "bn_mp_set_l.c",
        "bn_mp_set_ll.c",
        "bn_mp_set_u32.c",
        "bn_mp_set_u64.c",
        "bn_mp_set_ul.c",
        "bn_mp_set_ull.c",
        "bn_mp_shrink.c",
        "bn_mp_signed_rsh.c",
        "bn_mp_sqr.c",
        "bn_mp_sqrmod.c",
        "bn_mp_sqrt.c",
        "bn_mp_sqrtmod_prime.c",
        "bn_mp_sub.c",
        "bn_mp_sub_d.c",
        "bn_mp_submod.c",
        "bn_mp_to_radix.c",
        "bn_mp_to_sbin.c",
        "bn_mp_to_ubin.c",
        "bn_mp_ubin_size.c",
        "bn_mp_unpack.c",
        "bn_mp_xor.c",
        "bn_mp_zero.c",
        "bn_prime_tab.c",
        "bn_s_mp_add.c",
        "bn_s_mp_balance_mul.c",
        "bn_s_mp_exptmod.c",
        "bn_s_mp_exptmod_fast.c",
        "bn_s_mp_get_bit.c",
        "bn_s_mp_invmod_fast.c",
        "bn_s_mp_invmod_slow.c",
        "bn_s_mp_karatsuba_mul.c",
        "bn_s_mp_karatsuba_sqr.c",
        "bn_s_mp_montgomery_reduce_fast.c",
        "bn_s_mp_mul_digs.c",
        "bn_s_mp_mul_digs_fast.c",
        "bn_s_mp_mul_high_digs.c",
        "bn_s_mp_mul_high_digs_fast.c",
        "bn_s_mp_prime_is_divisible.c",
        "bn_s_mp_rand_jenkins.c",
        "bn_s_mp_rand_platform.c",
        "bn_s_mp_reverse.c",
        "bn_s_mp_sqr.c",
        "bn_s_mp_sqr_fast.c",
        "bn_s_mp_sub.c",
        "bn_s_mp_toom_mul.c",
        "bn_s_mp_toom_sqr.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "libtomcrypt",
      "module_type" : "ClangTarget",
      "name" : "libtomcrypt",
      "path" : "Sources/libtomcrypt",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "ciphers/aes/aes.c",
        "ciphers/aes/aes_desc.c",
        "ciphers/aes/aes_tab.c",
        "ciphers/aes/aesni.c",
        "ciphers/anubis.c",
        "ciphers/blowfish.c",
        "ciphers/camellia.c",
        "ciphers/cast5.c",
        "ciphers/des.c",
        "ciphers/idea.c",
        "ciphers/kasumi.c",
        "ciphers/khazad.c",
        "ciphers/kseed.c",
        "ciphers/multi2.c",
        "ciphers/noekeon.c",
        "ciphers/rc2.c",
        "ciphers/rc5.c",
        "ciphers/rc6.c",
        "ciphers/safer/safer.c",
        "ciphers/safer/safer_tab.c",
        "ciphers/safer/saferp.c",
        "ciphers/serpent.c",
        "ciphers/skipjack.c",
        "ciphers/sm4.c",
        "ciphers/tea.c",
        "ciphers/twofish/twofish.c",
        "ciphers/twofish/twofish_tab.c",
        "ciphers/xtea.c",
        "encauth/ccm/ccm_add_aad.c",
        "encauth/ccm/ccm_add_nonce.c",
        "encauth/ccm/ccm_done.c",
        "encauth/ccm/ccm_init.c",
        "encauth/ccm/ccm_memory.c",
        "encauth/ccm/ccm_process.c",
        "encauth/ccm/ccm_reset.c",
        "encauth/ccm/ccm_test.c",
        "encauth/chachapoly/chacha20poly1305_add_aad.c",
        "encauth/chachapoly/chacha20poly1305_decrypt.c",
        "encauth/chachapoly/chacha20poly1305_done.c",
        "encauth/chachapoly/chacha20poly1305_encrypt.c",
        "encauth/chachapoly/chacha20poly1305_init.c",
        "encauth/chachapoly/chacha20poly1305_memory.c",
        "encauth/chachapoly/chacha20poly1305_setiv.c",
        "encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c",
        "encauth/chachapoly/chacha20poly1305_test.c",
        "encauth/eax/eax_addheader.c",
        "encauth/eax/eax_decrypt.c",
        "encauth/eax/eax_decrypt_verify_memory.c",
        "encauth/eax/eax_done.c",
        "encauth/eax/eax_encrypt.c",
        "encauth/eax/eax_encrypt_authenticate_memory.c",
        "encauth/eax/eax_init.c",
        "encauth/eax/eax_test.c",
        "encauth/gcm/gcm_add_aad.c",
        "encauth/gcm/gcm_add_iv.c",
        "encauth/gcm/gcm_done.c",
        "encauth/gcm/gcm_gf_mult.c",
        "encauth/gcm/gcm_init.c",
        "encauth/gcm/gcm_memory.c",
        "encauth/gcm/gcm_mult_h.c",
        "encauth/gcm/gcm_process.c",
        "encauth/gcm/gcm_reset.c",
        "encauth/gcm/gcm_test.c",
        "encauth/ocb/ocb_decrypt.c",
        "encauth/ocb/ocb_decrypt_verify_memory.c",
        "encauth/ocb/ocb_done_decrypt.c",
        "encauth/ocb/ocb_done_encrypt.c",
        "encauth/ocb/ocb_encrypt.c",
        "encauth/ocb/ocb_encrypt_authenticate_memory.c",
        "encauth/ocb/ocb_init.c",
        "encauth/ocb/ocb_ntz.c",
        "encauth/ocb/ocb_shift_xor.c",
        "encauth/ocb/ocb_test.c",
        "encauth/ocb/s_ocb_done.c",
        "encauth/ocb3/ocb3_add_aad.c",
        "encauth/ocb3/ocb3_decrypt.c",
        "encauth/ocb3/ocb3_decrypt_last.c",
        "encauth/ocb3/ocb3_decrypt_verify_memory.c",
        "encauth/ocb3/ocb3_done.c",
        "encauth/ocb3/ocb3_encrypt.c",
        "encauth/ocb3/ocb3_encrypt_authenticate_memory.c",
        "encauth/ocb3/ocb3_encrypt_last.c",
        "encauth/ocb3/ocb3_init.c",
        "encauth/ocb3/ocb3_int_ntz.c",
        "encauth/ocb3/ocb3_int_xor_blocks.c",
        "encauth/ocb3/ocb3_test.c",
        "hashes/blake2b.c",
        "hashes/blake2s.c",
        "hashes/chc/chc.c",
        "hashes/helper/hash_file.c",
        "hashes/helper/hash_filehandle.c",
        "hashes/helper/hash_memory.c",
        "hashes/helper/hash_memory_multi.c",
        "hashes/md2.c",
        "hashes/md4.c",
        "hashes/md5.c",
        "hashes/rmd128.c",
        "hashes/rmd160.c",
        "hashes/rmd256.c",
        "hashes/rmd320.c",
        "hashes/sha1.c",
        "hashes/sha2/sha224.c",
        "hashes/sha2/sha256.c",
        "hashes/sha2/sha384.c",
        "hashes/sha2/sha512.c",
        "hashes/sha2/sha512_224.c",
        "hashes/sha2/sha512_256.c",
        "hashes/sha3.c",
        "hashes/sha3_test.c",
        "hashes/tiger.c",
        "hashes/whirl/whirl.c",
        "hashes/whirl/whirltab.c",
        "mac/blake2/blake2bmac.c",
        "mac/blake2/blake2bmac_file.c",
        "mac/blake2/blake2bmac_memory.c",
        "mac/blake2/blake2bmac_memory_multi.c",
        "mac/blake2/blake2bmac_test.c",
        "mac/blake2/blake2smac.c",
        "mac/blake2/blake2smac_file.c",
        "mac/blake2/blake2smac_memory.c",
        "mac/blake2/blake2smac_memory_multi.c",
        "mac/blake2/blake2smac_test.c",
        "mac/f9/f9_done.c",
        "mac/f9/f9_file.c",
        "mac/f9/f9_init.c",
        "mac/f9/f9_memory.c",
        "mac/f9/f9_memory_multi.c",
        "mac/f9/f9_process.c",
        "mac/f9/f9_test.c",
        "mac/hmac/hmac_done.c",
        "mac/hmac/hmac_file.c",
        "mac/hmac/hmac_init.c",
        "mac/hmac/hmac_memory.c",
        "mac/hmac/hmac_memory_multi.c",
        "mac/hmac/hmac_process.c",
        "mac/hmac/hmac_test.c",
        "mac/omac/omac_done.c",
        "mac/omac/omac_file.c",
        "mac/omac/omac_init.c",
        "mac/omac/omac_memory.c",
        "mac/omac/omac_memory_multi.c",
        "mac/omac/omac_process.c",
        "mac/omac/omac_test.c",
        "mac/pelican/pelican.c",
        "mac/pelican/pelican_memory.c",
        "mac/pelican/pelican_test.c",
        "mac/pmac/pmac_done.c",
        "mac/pmac/pmac_file.c",
        "mac/pmac/pmac_init.c",
        "mac/pmac/pmac_memory.c",
        "mac/pmac/pmac_memory_multi.c",
        "mac/pmac/pmac_ntz.c",
        "mac/pmac/pmac_process.c",
        "mac/pmac/pmac_shift_xor.c",
        "mac/pmac/pmac_test.c",
        "mac/poly1305/poly1305.c",
        "mac/poly1305/poly1305_file.c",
        "mac/poly1305/poly1305_memory.c",
        "mac/poly1305/poly1305_memory_multi.c",
        "mac/poly1305/poly1305_test.c",
        "mac/xcbc/xcbc_done.c",
        "mac/xcbc/xcbc_file.c",
        "mac/xcbc/xcbc_init.c",
        "mac/xcbc/xcbc_memory.c",
        "mac/xcbc/xcbc_memory_multi.c",
        "mac/xcbc/xcbc_process.c",
        "mac/xcbc/xcbc_test.c",
        "math/fp/ltc_ecc_fp_mulmod.c",
        "math/gmp_desc.c",
        "math/ltm_desc.c",
        "math/multi.c",
        "math/radix_to_bin.c",
        "math/rand_bn.c",
        "math/rand_prime.c",
        "math/tfm_desc.c",
        "misc/adler32.c",
        "misc/base16/base16_decode.c",
        "misc/base16/base16_encode.c",
        "misc/base32/base32_decode.c",
        "misc/base32/base32_encode.c",
        "misc/base64/base64_decode.c",
        "misc/base64/base64_encode.c",
        "misc/bcrypt/bcrypt.c",
        "misc/burn_stack.c",
        "misc/compare_testvector.c",
        "misc/copy_or_zeromem.c",
        "misc/crc32.c",
        "misc/crypt/crypt.c",
        "misc/crypt/crypt_argchk.c",
        "misc/crypt/crypt_cipher_descriptor.c",
        "misc/crypt/crypt_cipher_is_valid.c",
        "misc/crypt/crypt_constants.c",
        "misc/crypt/crypt_find_cipher.c",
        "misc/crypt/crypt_find_cipher_any.c",
        "misc/crypt/crypt_find_cipher_id.c",
        "misc/crypt/crypt_find_hash.c",
        "misc/crypt/crypt_find_hash_any.c",
        "misc/crypt/crypt_find_hash_id.c",
        "misc/crypt/crypt_find_hash_oid.c",
        "misc/crypt/crypt_find_prng.c",
        "misc/crypt/crypt_fsa.c",
        "misc/crypt/crypt_hash_descriptor.c",
        "misc/crypt/crypt_hash_is_valid.c",
        "misc/crypt/crypt_inits.c",
        "misc/crypt/crypt_ltc_mp_descriptor.c",
        "misc/crypt/crypt_prng_descriptor.c",
        "misc/crypt/crypt_prng_is_valid.c",
        "misc/crypt/crypt_prng_rng_descriptor.c",
        "misc/crypt/crypt_register_all_ciphers.c",
        "misc/crypt/crypt_register_all_hashes.c",
        "misc/crypt/crypt_register_all_prngs.c",
        "misc/crypt/crypt_register_cipher.c",
        "misc/crypt/crypt_register_hash.c",
        "misc/crypt/crypt_register_prng.c",
        "misc/crypt/crypt_sizes.c",
        "misc/crypt/crypt_unregister_cipher.c",
        "misc/crypt/crypt_unregister_hash.c",
        "misc/crypt/crypt_unregister_prng.c",
        "misc/error_to_string.c",
        "misc/hkdf/hkdf.c",
        "misc/hkdf/hkdf_test.c",
        "misc/mem_neq.c",
        "misc/padding/padding_depad.c",
        "misc/padding/padding_pad.c",
        "misc/password_free.c",
        "misc/pbes/pbes.c",
        "misc/pbes/pbes1.c",
        "misc/pbes/pbes2.c",
        "misc/pem/pem.c",
        "misc/pem/pem_pkcs.c",
        "misc/pem/pem_read.c",
        "misc/pem/pem_ssh.c",
        "misc/pkcs12/pkcs12_kdf.c",
        "misc/pkcs12/pkcs12_utf8_to_utf16.c",
        "misc/pkcs5/pkcs_5_1.c",
        "misc/pkcs5/pkcs_5_2.c",
        "misc/pkcs5/pkcs_5_test.c",
        "misc/ssh/ssh_decode_sequence_multi.c",
        "misc/ssh/ssh_encode_sequence_multi.c",
        "misc/zeromem.c",
        "modes/cbc/cbc_decrypt.c",
        "modes/cbc/cbc_done.c",
        "modes/cbc/cbc_encrypt.c",
        "modes/cbc/cbc_getiv.c",
        "modes/cbc/cbc_setiv.c",
        "modes/cbc/cbc_start.c",
        "modes/cfb/cfb_decrypt.c",
        "modes/cfb/cfb_done.c",
        "modes/cfb/cfb_encrypt.c",
        "modes/cfb/cfb_getiv.c",
        "modes/cfb/cfb_setiv.c",
        "modes/cfb/cfb_start.c",
        "modes/ctr/ctr_decrypt.c",
        "modes/ctr/ctr_done.c",
        "modes/ctr/ctr_encrypt.c",
        "modes/ctr/ctr_getiv.c",
        "modes/ctr/ctr_setiv.c",
        "modes/ctr/ctr_start.c",
        "modes/ctr/ctr_test.c",
        "modes/ecb/ecb_decrypt.c",
        "modes/ecb/ecb_done.c",
        "modes/ecb/ecb_encrypt.c",
        "modes/ecb/ecb_start.c",
        "modes/f8/f8_decrypt.c",
        "modes/f8/f8_done.c",
        "modes/f8/f8_encrypt.c",
        "modes/f8/f8_getiv.c",
        "modes/f8/f8_setiv.c",
        "modes/f8/f8_start.c",
        "modes/f8/f8_test_mode.c",
        "modes/lrw/lrw_decrypt.c",
        "modes/lrw/lrw_done.c",
        "modes/lrw/lrw_encrypt.c",
        "modes/lrw/lrw_getiv.c",
        "modes/lrw/lrw_process.c",
        "modes/lrw/lrw_setiv.c",
        "modes/lrw/lrw_start.c",
        "modes/lrw/lrw_test.c",
        "modes/ofb/ofb_decrypt.c",
        "modes/ofb/ofb_done.c",
        "modes/ofb/ofb_encrypt.c",
        "modes/ofb/ofb_getiv.c",
        "modes/ofb/ofb_setiv.c",
        "modes/ofb/ofb_start.c",
        "modes/xts/xts_decrypt.c",
        "modes/xts/xts_done.c",
        "modes/xts/xts_encrypt.c",
        "modes/xts/xts_init.c",
        "modes/xts/xts_mult_x.c",
        "modes/xts/xts_test.c",
        "pk/asn1/der/bit/der_decode_bit_string.c",
        "pk/asn1/der/bit/der_decode_raw_bit_string.c",
        "pk/asn1/der/bit/der_encode_bit_string.c",
        "pk/asn1/der/bit/der_encode_raw_bit_string.c",
        "pk/asn1/der/bit/der_length_bit_string.c",
        "pk/asn1/der/boolean/der_decode_boolean.c",
        "pk/asn1/der/boolean/der_encode_boolean.c",
        "pk/asn1/der/boolean/der_length_boolean.c",
        "pk/asn1/der/choice/der_decode_choice.c",
        "pk/asn1/der/custom_type/der_decode_custom_type.c",
        "pk/asn1/der/custom_type/der_encode_custom_type.c",
        "pk/asn1/der/custom_type/der_length_custom_type.c",
        "pk/asn1/der/general/der_asn1_maps.c",
        "pk/asn1/der/general/der_decode_asn1_identifier.c",
        "pk/asn1/der/general/der_decode_asn1_length.c",
        "pk/asn1/der/general/der_encode_asn1_identifier.c",
        "pk/asn1/der/general/der_encode_asn1_length.c",
        "pk/asn1/der/general/der_length_asn1_identifier.c",
        "pk/asn1/der/general/der_length_asn1_length.c",
        "pk/asn1/der/generalizedtime/der_decode_generalizedtime.c",
        "pk/asn1/der/generalizedtime/der_encode_generalizedtime.c",
        "pk/asn1/der/generalizedtime/der_length_generalizedtime.c",
        "pk/asn1/der/ia5/der_decode_ia5_string.c",
        "pk/asn1/der/ia5/der_encode_ia5_string.c",
        "pk/asn1/der/ia5/der_length_ia5_string.c",
        "pk/asn1/der/integer/der_decode_integer.c",
        "pk/asn1/der/integer/der_encode_integer.c",
        "pk/asn1/der/integer/der_length_integer.c",
        "pk/asn1/der/object_identifier/der_decode_object_identifier.c",
        "pk/asn1/der/object_identifier/der_encode_object_identifier.c",
        "pk/asn1/der/object_identifier/der_length_object_identifier.c",
        "pk/asn1/der/octet/der_decode_octet_string.c",
        "pk/asn1/der/octet/der_encode_octet_string.c",
        "pk/asn1/der/octet/der_length_octet_string.c",
        "pk/asn1/der/printable_string/der_decode_printable_string.c",
        "pk/asn1/der/printable_string/der_encode_printable_string.c",
        "pk/asn1/der/printable_string/der_length_printable_string.c",
        "pk/asn1/der/sequence/der_decode_sequence_ex.c",
        "pk/asn1/der/sequence/der_decode_sequence_flexi.c",
        "pk/asn1/der/sequence/der_decode_sequence_multi.c",
        "pk/asn1/der/sequence/der_encode_sequence_ex.c",
        "pk/asn1/der/sequence/der_encode_sequence_multi.c",
        "pk/asn1/der/sequence/der_flexi_sequence_cmp.c",
        "pk/asn1/der/sequence/der_length_sequence.c",
        "pk/asn1/der/sequence/der_sequence_free.c",
        "pk/asn1/der/sequence/der_sequence_shrink.c",
        "pk/asn1/der/set/der_encode_set.c",
        "pk/asn1/der/set/der_encode_setof.c",
        "pk/asn1/der/short_integer/der_decode_short_integer.c",
        "pk/asn1/der/short_integer/der_encode_short_integer.c",
        "pk/asn1/der/short_integer/der_length_short_integer.c",
        "pk/asn1/der/teletex_string/der_decode_teletex_string.c",
        "pk/asn1/der/teletex_string/der_length_teletex_string.c",
        "pk/asn1/der/utctime/der_decode_utctime.c",
        "pk/asn1/der/utctime/der_encode_utctime.c",
        "pk/asn1/der/utctime/der_length_utctime.c",
        "pk/asn1/der/utf8/der_decode_utf8_string.c",
        "pk/asn1/der/utf8/der_encode_utf8_string.c",
        "pk/asn1/der/utf8/der_length_utf8_string.c",
        "pk/asn1/oid/pk_get.c",
        "pk/asn1/oid/pk_oid_cmp.c",
        "pk/asn1/oid/pk_oid_str.c",
        "pk/asn1/pkcs8/pkcs8_decode_flexi.c",
        "pk/asn1/pkcs8/pkcs8_get.c",
        "pk/asn1/x509/x509_decode_public_key_from_certificate.c",
        "pk/asn1/x509/x509_decode_spki.c",
        "pk/asn1/x509/x509_decode_subject_public_key_info.c",
        "pk/asn1/x509/x509_encode_subject_public_key_info.c",
        "pk/dh/dh.c",
        "pk/dh/dh_check_pubkey.c",
        "pk/dh/dh_export.c",
        "pk/dh/dh_export_key.c",
        "pk/dh/dh_free.c",
        "pk/dh/dh_generate_key.c",
        "pk/dh/dh_import.c",
        "pk/dh/dh_import_pkcs8.c",
        "pk/dh/dh_set.c",
        "pk/dh/dh_set_pg_dhparam.c",
        "pk/dh/dh_shared_secret.c",
        "pk/dsa/dsa_decrypt_key.c",
        "pk/dsa/dsa_encrypt_key.c",
        "pk/dsa/dsa_export.c",
        "pk/dsa/dsa_free.c",
        "pk/dsa/dsa_generate_key.c",
        "pk/dsa/dsa_generate_pqg.c",
        "pk/dsa/dsa_import.c",
        "pk/dsa/dsa_import_pkcs8.c",
        "pk/dsa/dsa_init.c",
        "pk/dsa/dsa_make_key.c",
        "pk/dsa/dsa_set.c",
        "pk/dsa/dsa_set_pqg_dsaparam.c",
        "pk/dsa/dsa_shared_secret.c",
        "pk/dsa/dsa_sign_hash.c",
        "pk/dsa/dsa_verify_hash.c",
        "pk/dsa/dsa_verify_key.c",
        "pk/ec25519/ec25519_crypto_ctx.c",
        "pk/ec25519/ec25519_export.c",
        "pk/ec25519/ec25519_import_pkcs8.c",
        "pk/ec25519/tweetnacl.c",
        "pk/ecc/ecc.c",
        "pk/ecc/ecc_ansi_x963_export.c",
        "pk/ecc/ecc_ansi_x963_import.c",
        "pk/ecc/ecc_decrypt_key.c",
        "pk/ecc/ecc_encrypt_key.c",
        "pk/ecc/ecc_export.c",
        "pk/ecc/ecc_export_openssl.c",
        "pk/ecc/ecc_find_curve.c",
        "pk/ecc/ecc_free.c",
        "pk/ecc/ecc_get_key.c",
        "pk/ecc/ecc_get_oid_str.c",
        "pk/ecc/ecc_get_size.c",
        "pk/ecc/ecc_import.c",
        "pk/ecc/ecc_import_openssl.c",
        "pk/ecc/ecc_import_pkcs8.c",
        "pk/ecc/ecc_import_x509.c",
        "pk/ecc/ecc_make_key.c",
        "pk/ecc/ecc_recover_key.c",
        "pk/ecc/ecc_set_curve.c",
        "pk/ecc/ecc_set_curve_internal.c",
        "pk/ecc/ecc_set_key.c",
        "pk/ecc/ecc_shared_secret.c",
        "pk/ecc/ecc_sign_hash.c",
        "pk/ecc/ecc_sizes.c",
        "pk/ecc/ecc_ssh_ecdsa_encode_name.c",
        "pk/ecc/ecc_verify_hash.c",
        "pk/ecc/ltc_ecc_export_point.c",
        "pk/ecc/ltc_ecc_import_point.c",
        "pk/ecc/ltc_ecc_is_point.c",
        "pk/ecc/ltc_ecc_is_point_at_infinity.c",
        "pk/ecc/ltc_ecc_map.c",
        "pk/ecc/ltc_ecc_mul2add.c",
        "pk/ecc/ltc_ecc_mulmod.c",
        "pk/ecc/ltc_ecc_mulmod_timing.c",
        "pk/ecc/ltc_ecc_points.c",
        "pk/ecc/ltc_ecc_projective_add_point.c",
        "pk/ecc/ltc_ecc_projective_dbl_point.c",
        "pk/ecc/ltc_ecc_verify_key.c",
        "pk/ed25519/ed25519_export.c",
        "pk/ed25519/ed25519_import.c",
        "pk/ed25519/ed25519_import_pkcs8.c",
        "pk/ed25519/ed25519_import_raw.c",
        "pk/ed25519/ed25519_import_x509.c",
        "pk/ed25519/ed25519_make_key.c",
        "pk/ed25519/ed25519_sign.c",
        "pk/ed25519/ed25519_verify.c",
        "pk/pka_key.c",
        "pk/pkcs1/pkcs_1_i2osp.c",
        "pk/pkcs1/pkcs_1_mgf1.c",
        "pk/pkcs1/pkcs_1_oaep_decode.c",
        "pk/pkcs1/pkcs_1_oaep_encode.c",
        "pk/pkcs1/pkcs_1_os2ip.c",
        "pk/pkcs1/pkcs_1_pss_decode.c",
        "pk/pkcs1/pkcs_1_pss_encode.c",
        "pk/pkcs1/pkcs_1_v1_5_decode.c",
        "pk/pkcs1/pkcs_1_v1_5_encode.c",
        "pk/rsa/rsa_decrypt_key.c",
        "pk/rsa/rsa_encrypt_key.c",
        "pk/rsa/rsa_export.c",
        "pk/rsa/rsa_exptmod.c",
        "pk/rsa/rsa_get_size.c",
        "pk/rsa/rsa_import.c",
        "pk/rsa/rsa_import_pkcs8.c",
        "pk/rsa/rsa_import_x509.c",
        "pk/rsa/rsa_key.c",
        "pk/rsa/rsa_make_key.c",
        "pk/rsa/rsa_set.c",
        "pk/rsa/rsa_sign_hash.c",
        "pk/rsa/rsa_sign_saltlen_get.c",
        "pk/rsa/rsa_verify_hash.c",
        "pk/x25519/x25519_export.c",
        "pk/x25519/x25519_import.c",
        "pk/x25519/x25519_import_pkcs8.c",
        "pk/x25519/x25519_import_raw.c",
        "pk/x25519/x25519_import_x509.c",
        "pk/x25519/x25519_make_key.c",
        "pk/x25519/x25519_shared_secret.c",
        "prngs/chacha20.c",
        "prngs/fortuna.c",
        "prngs/rc4.c",
        "prngs/rng_get_bytes.c",
        "prngs/rng_make_prng.c",
        "prngs/sober128.c",
        "prngs/sprng.c",
        "prngs/yarrow.c",
        "stream/chacha/chacha_crypt.c",
        "stream/chacha/chacha_done.c",
        "stream/chacha/chacha_ivctr32.c",
        "stream/chacha/chacha_ivctr64.c",
        "stream/chacha/chacha_keystream.c",
        "stream/chacha/chacha_memory.c",
        "stream/chacha/chacha_setup.c",
        "stream/chacha/chacha_test.c",
        "stream/rabbit/rabbit.c",
        "stream/rabbit/rabbit_memory.c",
        "stream/rc4/rc4_stream.c",
        "stream/rc4/rc4_stream_memory.c",
        "stream/rc4/rc4_test.c",
        "stream/salsa20/salsa20_crypt.c",
        "stream/salsa20/salsa20_done.c",
        "stream/salsa20/salsa20_ivctr64.c",
        "stream/salsa20/salsa20_keystream.c",
        "stream/salsa20/salsa20_memory.c",
        "stream/salsa20/salsa20_setup.c",
        "stream/salsa20/salsa20_test.c",
        "stream/salsa20/xsalsa20_memory.c",
        "stream/salsa20/xsalsa20_setup.c",
        "stream/salsa20/xsalsa20_test.c",
        "stream/sober128/sober128_stream.c",
        "stream/sober128/sober128_stream_memory.c",
        "stream/sober128/sober128_test.c",
        "stream/sober128/sober128tab.c",
        "stream/sosemanuk/sosemanuk.c",
        "stream/sosemanuk/sosemanuk_memory.c",
        "stream/sosemanuk/sosemanuk_test.c"
      ],
      "type" : "library"
    },
    {
      "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_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/Int16+Extensions.swift",
        "Extensions/Int32+Extensions.swift",
        "Extensions/Queue.swift",
        "Extensions/Task+Extensions.swift",
        "Extensions/UInt16+Extensions.swift",
        "Extensions/UInt32+Extensions.swift",
        "Framebuffer/Allocator/VNCFramebufferAllocator.swift",
        "Framebuffer/Allocator/VNCFramebufferIOSurfaceAllocator.swift",
        "Framebuffer/Allocator/VNCFramebufferMallocAllocator.swift",
        "Framebuffer/Geometry/VNCPoint+CG.swift",
        "Framebuffer/Geometry/VNCPoint.swift",
        "Framebuffer/Geometry/VNCRegion+CG.swift",
        "Framebuffer/Geometry/VNCRegion.swift",
        "Framebuffer/Geometry/VNCSize+CG.swift",
        "Framebuffer/Geometry/VNCSize.swift",
        "Framebuffer/VNCFramebuffer.ColorMap.swift",
        "Framebuffer/VNCFramebuffer.PixelUtils.swift",
        "Framebuffer/VNCFramebuffer.Properties.swift",
        "Framebuffer/VNCFramebuffer.swift",
        "Framebuffer/VNCFramebufferDelegate.swift",
        "Input/MousePointerButton.swift",
        "Input/MousePosition.swift",
        "Input/X11KeySymbols.swift",
        "Keychain/CredentialsKeychain.swift",
        "Keychain/Keychain.swift",
        "Locks/Spinlock.swift",
        "Logging/VNCCustomLogger.swift",
        "Logging/VNCNSLogLogger.swift",
        "Logging/VNCOSLogLogger.swift",
        "Logging/VNCPrintLogger.swift",
        "Network/AddressInfo.swift",
        "Network/NWConnection+NetworkConnection.swift",
        "Network/NetworkConnection.swift",
        "Network/Socket.swift",
        "Network/SocketNetworkConnection.swift",
        "Network/Winsock.swift",
        "ObjC/NSObjectOrAnyObject.swift",
        "Protocol/ClientInit.swift",
        "Protocol/EncodingTypes.swift",
        "Protocol/Encodings/Encoding.swift",
        "Protocol/Encodings/Encodings.swift",
        "Protocol/Encodings/Frame/CoRREEncoding.swift",
        "Protocol/Encodings/Frame/CopyRectEncoding.swift",
        "Protocol/Encodings/Frame/HextileEncoding.swift",
        "Protocol/Encodings/Frame/RREEncoding.swift",
        "Protocol/Encodings/Frame/RawEncoding.swift",
        "Protocol/Encodings/Frame/ZRLEEncoding.swift",
        "Protocol/Encodings/Frame/ZRLEEncodingWIP.swift",
        "Protocol/Encodings/Frame/ZlibEncoding.swift",
        "Protocol/Encodings/FrameEncoding.swift",
        "Protocol/Encodings/Pseudo/CompressionLevelEncoding.swift",
        "Protocol/Encodings/Pseudo/ContinuousUpdatesEncoding.swift",
        "Protocol/Encodings/Pseudo/CursorEncoding.swift",
        "Protocol/Encodings/Pseudo/DesktopNameEncoding.swift",
        "Protocol/Encodings/Pseudo/DesktopSizeEncoding.swift",
        "Protocol/Encodings/Pseudo/ExtendedDesktopSizeEncoding.swift",
        "Protocol/Encodings/Pseudo/LastRectEncoding.swift",
        "Protocol/Encodings/PseudoEncoding.swift",
        "Protocol/Encodings/ReceivablePseudoEncoding.swift",
        "Protocol/Messages/ClientToServer/ClientCutText.swift",
        "Protocol/Messages/ClientToServer/EnableContinuousUpdates.swift",
        "Protocol/Messages/ClientToServer/FramebufferUpdateRequest.swift",
        "Protocol/Messages/ClientToServer/KeyEvent.swift",
        "Protocol/Messages/ClientToServer/PointerEvent.swift",
        "Protocol/Messages/ClientToServer/SetEncodings.swift",
        "Protocol/Messages/ClientToServer/SetPixelFormat.swift",
        "Protocol/Messages/Message.swift",
        "Protocol/Messages/ServerToClient/Bell.swift",
        "Protocol/Messages/ServerToClient/EndOfContinuousUpdates.swift",
        "Protocol/Messages/ServerToClient/FramebufferUpdate.swift",
        "Protocol/Messages/ServerToClient/ServerCutText.swift",
        "Protocol/Messages/ServerToClient/ServerToClientMessage.swift",
        "Protocol/Messages/ServerToClient/SetColourMapEntries.swift",
        "Protocol/NumberOfSecurityTypes.swift",
        "Protocol/PixelFormat.swift",
        "Protocol/ProtocolVersion.swift",
        "Protocol/Rectangle.swift",
        "Protocol/Screen.swift",
        "Protocol/SecurityResult.swift",
        "Protocol/SecurityTypes.swift",
        "Protocol/SecurityTypes/AppleRemoteDesktop/ARDAuthentication.swift",
        "Protocol/SecurityTypes/AppleRemoteDesktop/ARDAuthenticationImpl.swift",
        "Protocol/SecurityTypes/AppleRemoteDesktop/ARDDiffieHellmanKeyAgreement.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCBigNum.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCMSLogonAuthenticationImpl.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCMSLogonII.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCMSLogonIIDiffieHellmanKeyAgreement.swift",
        "Protocol/SecurityTypes/VNC/VNCAuthentication.swift",
        "Protocol/SecurityTypes/VNCSecurityType.swift",
        "Protocol/ServerInit.swift",
        "Protocol/VNCProtocol.swift",
        "SDK/CSDK/CUtils.swift",
        "SDK/CSDK/RVNC_AuthenticationRequest.swift",
        "SDK/CSDK/RVNC_AuthenticationType.swift",
        "SDK/CSDK/RVNC_Connection.swift",
        "SDK/CSDK/RVNC_ConnectionDelegate.swift",
        "SDK/CSDK/RVNC_ConnectionState.swift",
        "SDK/CSDK/RVNC_Cursor.swift",
        "SDK/CSDK/RVNC_Framebuffer.swift",
        "SDK/CSDK/RVNC_FramebufferAllocator.swift",
        "SDK/CSDK/RVNC_Logger.swift",
        "SDK/CSDK/RVNC_MouseButton.swift",
        "SDK/CSDK/RVNC_MouseWheel.swift",
        "SDK/CSDK/RVNC_Settings.swift",
        "SDK/CSDK/UnsafeMutableRawPointer+Extensions.swift",
        "SDK/Connection/ConnectionState.swift",
        "SDK/Connection/Settings+UserDefaults.swift",
        "SDK/Connection/Settings.swift",
        "SDK/Connection/State.swift",
        "SDK/Connection/VNCConnection+API.swift",
        "SDK/Connection/VNCConnection+ClipboardMonitor.swift",
        "SDK/Connection/VNCConnection+Delegate.swift",
        "SDK/Connection/VNCConnection+Framebuffer.swift",
        "SDK/Connection/VNCConnection+Handshake.swift",
        "SDK/Connection/VNCConnection+Queue.swift",
        "SDK/Connection/VNCConnection+Receive.swift",
        "SDK/Connection/VNCConnection+Send.swift",
        "SDK/Connection/VNCConnection.swift",
        "SDK/Connection/VNCConnectionDelegate.swift",
        "SDK/Cursor/VNCCursor.swift",
        "SDK/Cursor/macOS/VNCCursor+NSCursor.swift",
        "SDK/Error/AuthenticationError.swift",
        "SDK/Error/ConnectionError.swift",
        "SDK/Error/ProtocolError.swift",
        "SDK/Error/VNCError.swift",
        "SDK/Input/NSEvent.ModifierFlags+Right.swift",
        "SDK/Input/VNCKeyCode+ObjC.swift",
        "SDK/Input/VNCKeyCode+String.swift",
        "SDK/Input/VNCKeyCode.swift",
        "SDK/Input/macOS/CGKeyCodes.swift",
        "SDK/Input/macOS/KeyboardModifiers.swift",
        "SDK/Input/macOS/VNCKeyCode+CGKeyCode.swift",
        "SDK/Input/macOS/VNCKeyCodeMaps+Mac.swift",
        "SDK/Logging/VNCLogger.swift",
        "SDK/UI/DisplayLink/macOS/DisplayLink.swift",
        "SDK/UI/FramebufferView/VNCFramebufferView+Extensions.swift",
        "SDK/UI/FramebufferView/VNCFramebufferView.swift",
        "SDK/UI/FramebufferView/macOS/VNCCAFramebufferView.swift",
        "SDK/UI/ScrollView/macOS/VNCCenteringClipView.swift",
        "SDK/UI/ScrollView/macOS/VNCScrollView.swift",
        "SDK/VNCAccessibilityUtils.swift",
        "SDK/VNCAuthenticationType.swift",
        "SDK/VNCCredential.swift",
        "SDK/VNCEncodingType.swift",
        "SDK/VNCFrameEncodingType.swift",
        "SDK/VNCMouseButton.swift",
        "SDK/VNCPseudoEncodingType.swift",
        "SDK/VNCScreen.swift",
        "Sound/VNCSystemSound.swift"
      ],
      "target_dependencies" : [
        "RoyalVNCKitC",
        "d3des",
        "libtommath",
        "libtomcrypt",
        "Z"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.