The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build IORingSwift, reference main (81aaa2), with Swift 6.0 for watchOS using Xcode 16.2 on 20 Apr 2025 15:01:14 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IORingSwift-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/IORingSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PADL/IORingSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 81aaa20 simplify byteToHex()
Cloned https://github.com/PADL/IORingSwift.git
Revision (git rev-parse @):
81aaa20f35189889f7df2b0b437d14c5f6f59c48
SUCCESS checkout https://github.com/PADL/IORingSwift.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/PADL/IORingSwift.git
https://github.com/PADL/IORingSwift.git
{
  "c_language_standard" : "c18",
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "asyncextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lhoward/AsyncExtensions"
    },
    {
      "identity" : "swift-async-queue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dfed/swift-async-queue"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "socketaddress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/SocketAddress"
    }
  ],
  "manifest_display_name" : "IORingSwift",
  "name" : "IORingSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "IORing",
      "targets" : [
        "IORing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IORingUtils",
      "targets" : [
        "IORingUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IORingFoundation",
      "targets" : [
        "IORingFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IORingUDPServer",
      "targets" : [
        "IORingUDPServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingUDPClient",
      "targets" : [
        "IORingUDPClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingTCPEcho",
      "targets" : [
        "IORingTCPEcho"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingDeviceSpy",
      "targets" : [
        "IORingDeviceSpy"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingCopy",
      "targets" : [
        "IORingCopy"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingCat",
      "targets" : [
        "IORingCat"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IORingUtils",
      "module_type" : "SwiftTarget",
      "name" : "IORingUtils",
      "path" : "Sources/IORingUtils",
      "product_dependencies" : [
        "AsyncExtensions",
        "SocketAddress",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
        "Extensions.swift",
        "Socket.swift",
        "Tty.swift"
      ],
      "target_dependencies" : [
        "IORing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IORingUDPServer",
      "module_type" : "SwiftTarget",
      "name" : "IORingUDPServer",
      "path" : "Examples/IORingUDPServer",
      "product_memberships" : [
        "IORingUDPServer"
      ],
      "sources" : [
        "IORingUDPServer.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingUDPClient",
      "module_type" : "SwiftTarget",
      "name" : "IORingUDPClient",
      "path" : "Examples/IORingUDPClient",
      "product_memberships" : [
        "IORingUDPClient"
      ],
      "sources" : [
        "IORingUDPClient.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingTests",
      "module_type" : "SwiftTarget",
      "name" : "IORingTests",
      "path" : "Tests/IORingTests",
      "sources" : [
        "IORingTests.swift"
      ],
      "target_dependencies" : [
        "IORing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IORingTCPEcho",
      "module_type" : "SwiftTarget",
      "name" : "IORingTCPEcho",
      "path" : "Examples/IORingTCPEcho",
      "product_memberships" : [
        "IORingTCPEcho"
      ],
      "sources" : [
        "IORingTCPEcho.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingFoundation",
      "module_type" : "SwiftTarget",
      "name" : "IORingFoundation",
      "path" : "Sources/IORingFoundation",
      "product_memberships" : [
        "IORingFoundation"
      ],
      "sources" : [
        "FoundationExtras.swift"
      ],
      "target_dependencies" : [
        "IORingUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IORingDeviceSpy",
      "module_type" : "SwiftTarget",
      "name" : "IORingDeviceSpy",
      "path" : "Examples/IORingDeviceSpy",
      "product_memberships" : [
        "IORingDeviceSpy"
      ],
      "sources" : [
        "IORingDeviceSpy.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingCopy",
      "module_type" : "SwiftTarget",
      "name" : "IORingCopy",
      "path" : "Examples/IORingCopy",
      "product_memberships" : [
        "IORingCopy"
      ],
      "sources" : [
        "IORingCopy.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingCat",
      "module_type" : "SwiftTarget",
      "name" : "IORingCat",
      "path" : "Examples/IORingCat",
      "product_memberships" : [
        "IORingCat"
      ],
      "sources" : [
        "IORingCat.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORing",
      "module_type" : "SwiftTarget",
      "name" : "IORing",
      "path" : "Sources/IORing",
      "product_dependencies" : [
        "AsyncExtensions",
        "SystemPackage",
        "AsyncQueue",
        "Logging",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "IORing",
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
        "FileHandle.swift",
        "IORing.swift",
        "Message.swift",
        "Submission.swift",
        "SubmissionGroup.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CIORingShims"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CIOURing",
      "module_type" : "SystemLibraryTarget",
      "name" : "CIOURing",
      "path" : "Sources/CIOURing",
      "product_memberships" : [
        "IORing",
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CIORingShims",
      "module_type" : "ClangTarget",
      "name" : "CIORingShims",
      "path" : "Sources/CIORingShims",
      "product_memberships" : [
        "IORing",
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
        "BackDeploy.cpp",
        "CQHandler.cpp",
        "DispatchCQHandler.cpp",
        "Message.cpp",
        "PthreadCQHandler.cpp"
      ],
      "target_dependencies" : [
        "CIOURing"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-async-algorithms
Fetching from https://github.com/PADL/SocketAddress
Fetching from https://github.com/apple/swift-log
Fetching from https://github.com/lhoward/AsyncExtensions
Fetching from https://github.com/dfed/swift-async-queue
Fetching from https://github.com/apple/swift-system
Fetching from https://github.com/apple/swift-atomics.git
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.3 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘SocketAddress’
Checking out 0.0.3 of package ‘SocketAddress’
Creating working copy of package ‘swift-async-queue’
Checking out 0.7.0 of package ‘swift-async-queue’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘AsyncExtensions’
Checking out 0.9.2 of package ‘AsyncExtensions’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log @ 1.6.3
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-system: https://github.com/apple/swift-system @ 1.4.2
  IORingSwift: /Users/admin/builder/spi-builder-workspace
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.3
  AsyncExtensions: https://github.com/lhoward/AsyncExtensions @ 0.9.2
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  SocketAddress: https://github.com/PADL/SocketAddress @ 0.0.3
  swift-async-queue: https://github.com/dfed/swift-async-queue @ 0.7.0
resolved source packages: swift-log, swift-atomics, swift-system, IORingSwift, swift-async-algorithms, AsyncExtensions, swift-collections, SocketAddress, swift-async-queue
{
  "c_language_standard" : "c18",
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "asyncextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lhoward/AsyncExtensions"
    },
    {
      "identity" : "swift-async-queue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dfed/swift-async-queue"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "socketaddress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/SocketAddress"
    }
  ],
  "manifest_display_name" : "IORingSwift",
  "name" : "IORingSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "IORing",
      "targets" : [
        "IORing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IORingUtils",
      "targets" : [
        "IORingUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IORingFoundation",
      "targets" : [
        "IORingFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IORingUDPServer",
      "targets" : [
        "IORingUDPServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingUDPClient",
      "targets" : [
        "IORingUDPClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingTCPEcho",
      "targets" : [
        "IORingTCPEcho"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingDeviceSpy",
      "targets" : [
        "IORingDeviceSpy"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingCopy",
      "targets" : [
        "IORingCopy"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingCat",
      "targets" : [
        "IORingCat"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IORingUtils",
      "module_type" : "SwiftTarget",
      "name" : "IORingUtils",
      "path" : "Sources/IORingUtils",
      "product_dependencies" : [
        "AsyncExtensions",
        "SocketAddress",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
        "Extensions.swift",
        "Socket.swift",
        "Tty.swift"
      ],
      "target_dependencies" : [
        "IORing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IORingUDPServer",
      "module_type" : "SwiftTarget",
      "name" : "IORingUDPServer",
      "path" : "Examples/IORingUDPServer",
      "product_memberships" : [
        "IORingUDPServer"
      ],
      "sources" : [
        "IORingUDPServer.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingUDPClient",
      "module_type" : "SwiftTarget",
      "name" : "IORingUDPClient",
      "path" : "Examples/IORingUDPClient",
      "product_memberships" : [
        "IORingUDPClient"
      ],
      "sources" : [
        "IORingUDPClient.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingTests",
      "module_type" : "SwiftTarget",
      "name" : "IORingTests",
      "path" : "Tests/IORingTests",
      "sources" : [
        "IORingTests.swift"
      ],
      "target_dependencies" : [
        "IORing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IORingTCPEcho",
      "module_type" : "SwiftTarget",
      "name" : "IORingTCPEcho",
      "path" : "Examples/IORingTCPEcho",
      "product_memberships" : [
        "IORingTCPEcho"
      ],
      "sources" : [
        "IORingTCPEcho.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingFoundation",
      "module_type" : "SwiftTarget",
      "name" : "IORingFoundation",
      "path" : "Sources/IORingFoundation",
      "product_memberships" : [
        "IORingFoundation"
      ],
      "sources" : [
        "FoundationExtras.swift"
      ],
      "target_dependencies" : [
        "IORingUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IORingDeviceSpy",
      "module_type" : "SwiftTarget",
      "name" : "IORingDeviceSpy",
      "path" : "Examples/IORingDeviceSpy",
      "product_memberships" : [
        "IORingDeviceSpy"
      ],
      "sources" : [
        "IORingDeviceSpy.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingCopy",
      "module_type" : "SwiftTarget",
      "name" : "IORingCopy",
      "path" : "Examples/IORingCopy",
      "product_memberships" : [
        "IORingCopy"
      ],
      "sources" : [
        "IORingCopy.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingCat",
      "module_type" : "SwiftTarget",
      "name" : "IORingCat",
      "path" : "Examples/IORingCat",
      "product_memberships" : [
        "IORingCat"
      ],
      "sources" : [
        "IORingCat.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORing",
      "module_type" : "SwiftTarget",
      "name" : "IORing",
      "path" : "Sources/IORing",
      "product_dependencies" : [
        "AsyncExtensions",
        "SystemPackage",
        "AsyncQueue",
        "Logging",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "IORing",
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
        "FileHandle.swift",
        "IORing.swift",
        "Message.swift",
        "Submission.swift",
        "SubmissionGroup.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CIORingShims"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CIOURing",
      "module_type" : "SystemLibraryTarget",
      "name" : "CIOURing",
      "path" : "Sources/CIOURing",
      "product_memberships" : [
        "IORing",
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CIORingShims",
      "module_type" : "ClangTarget",
      "name" : "CIORingShims",
      "path" : "Sources/CIORingShims",
      "product_memberships" : [
        "IORing",
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
        "BackDeploy.cpp",
        "CQHandler.cpp",
        "DispatchCQHandler.cpp",
        "Message.cpp",
        "PthreadCQHandler.cpp"
      ],
      "target_dependencies" : [
        "CIOURing"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AsyncExtensions",
      "IORing",
      "IORingCat",
      "IORingCopy",
      "IORingDeviceSpy",
      "IORingFoundation",
      "IORingSwift-Package",
      "IORingTCPEcho",
      "IORingUDPClient",
      "IORingUDPServer",
      "IORingUtils"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IORingSwift-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme IORingSwift-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  IORingSwift: /Users/admin/builder/spi-builder-workspace
  swift-async-queue: https://github.com/dfed/swift-async-queue @ 0.7.0
  swift-system: https://github.com/apple/swift-system @ 1.4.2
  swift-log: https://github.com/apple/swift-log @ 1.6.3
  SocketAddress: https://github.com/PADL/SocketAddress @ 0.0.3
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.3
  AsyncExtensions: https://github.com/lhoward/AsyncExtensions @ 0.9.2
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (42 targets)
    Target 'IORingUDPServer' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingUDPClient' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingTCPEcho' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingDeviceSpy' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingCopy' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingCat' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingFoundation' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingFoundation' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingFoundation' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'SocketAddress' in project 'SocketAddress'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SocketAddress' in project 'SocketAddress'
        ➜ Explicit dependency on target 'CLinuxSockAddr' in project 'SocketAddress'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'CLinuxSockAddr' in project 'SocketAddress' (no dependencies)
    Target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
    Target 'AsyncQueue' in project 'swift-async-queue' (no dependencies)
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
    Target 'CIOURing' in project 'IORingSwift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
Build description signature: ef9d7060ab99a91f3ffc774262871012
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ef9d7060ab99a91f3ffc774262871012.xcbuilddata
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORing' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORing' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORing' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUtils' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUtils' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUtils' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUtils' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCopy' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCopy' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCopy' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCopy' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPClient' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPClient' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPClient' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPClient' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingDeviceSpy' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingDeviceSpy' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingDeviceSpy' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingDeviceSpy' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPServer' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPServer' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPServer' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPServer' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingFoundation' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingFoundation' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingFoundation' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingFoundation' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCat' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCat' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCat' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCat' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingTCPEcho' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingTCPEcho' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingTCPEcho' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingTCPEcho' from project 'IORingSwift')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme IORingSwift-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  SocketAddress: https://github.com/PADL/SocketAddress @ 0.0.3
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  swift-async-queue: https://github.com/dfed/swift-async-queue @ 0.7.0
  swift-system: https://github.com/apple/swift-system @ 1.4.2
  swift-log: https://github.com/apple/swift-log @ 1.6.3
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  AsyncExtensions: https://github.com/lhoward/AsyncExtensions @ 0.9.2
  IORingSwift: /Users/admin/builder/spi-builder-workspace
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.3
resolved source packages: SocketAddress, swift-collections, swift-async-queue, swift-system, swift-log, swift-atomics, AsyncExtensions, IORingSwift, swift-async-algorithms
{
  "c_language_standard" : "c18",
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "asyncextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lhoward/AsyncExtensions"
    },
    {
      "identity" : "swift-async-queue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dfed/swift-async-queue"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "socketaddress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/SocketAddress"
    }
  ],
  "manifest_display_name" : "IORingSwift",
  "name" : "IORingSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "IORing",
      "targets" : [
        "IORing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IORingUtils",
      "targets" : [
        "IORingUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IORingFoundation",
      "targets" : [
        "IORingFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IORingUDPServer",
      "targets" : [
        "IORingUDPServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingUDPClient",
      "targets" : [
        "IORingUDPClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingTCPEcho",
      "targets" : [
        "IORingTCPEcho"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingDeviceSpy",
      "targets" : [
        "IORingDeviceSpy"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingCopy",
      "targets" : [
        "IORingCopy"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IORingCat",
      "targets" : [
        "IORingCat"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IORingUtils",
      "module_type" : "SwiftTarget",
      "name" : "IORingUtils",
      "path" : "Sources/IORingUtils",
      "product_dependencies" : [
        "AsyncExtensions",
        "SocketAddress",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
        "Extensions.swift",
        "Socket.swift",
        "Tty.swift"
      ],
      "target_dependencies" : [
        "IORing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IORingUDPServer",
      "module_type" : "SwiftTarget",
      "name" : "IORingUDPServer",
      "path" : "Examples/IORingUDPServer",
      "product_memberships" : [
        "IORingUDPServer"
      ],
      "sources" : [
        "IORingUDPServer.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingUDPClient",
      "module_type" : "SwiftTarget",
      "name" : "IORingUDPClient",
      "path" : "Examples/IORingUDPClient",
      "product_memberships" : [
        "IORingUDPClient"
      ],
      "sources" : [
        "IORingUDPClient.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingTests",
      "module_type" : "SwiftTarget",
      "name" : "IORingTests",
      "path" : "Tests/IORingTests",
      "sources" : [
        "IORingTests.swift"
      ],
      "target_dependencies" : [
        "IORing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IORingTCPEcho",
      "module_type" : "SwiftTarget",
      "name" : "IORingTCPEcho",
      "path" : "Examples/IORingTCPEcho",
      "product_memberships" : [
        "IORingTCPEcho"
      ],
      "sources" : [
        "IORingTCPEcho.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingFoundation",
      "module_type" : "SwiftTarget",
      "name" : "IORingFoundation",
      "path" : "Sources/IORingFoundation",
      "product_memberships" : [
        "IORingFoundation"
      ],
      "sources" : [
        "FoundationExtras.swift"
      ],
      "target_dependencies" : [
        "IORingUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IORingDeviceSpy",
      "module_type" : "SwiftTarget",
      "name" : "IORingDeviceSpy",
      "path" : "Examples/IORingDeviceSpy",
      "product_memberships" : [
        "IORingDeviceSpy"
      ],
      "sources" : [
        "IORingDeviceSpy.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingCopy",
      "module_type" : "SwiftTarget",
      "name" : "IORingCopy",
      "path" : "Examples/IORingCopy",
      "product_memberships" : [
        "IORingCopy"
      ],
      "sources" : [
        "IORingCopy.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORingCat",
      "module_type" : "SwiftTarget",
      "name" : "IORingCat",
      "path" : "Examples/IORingCat",
      "product_memberships" : [
        "IORingCat"
      ],
      "sources" : [
        "IORingCat.swift"
      ],
      "target_dependencies" : [
        "IORing",
        "IORingUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IORing",
      "module_type" : "SwiftTarget",
      "name" : "IORing",
      "path" : "Sources/IORing",
      "product_dependencies" : [
        "AsyncExtensions",
        "SystemPackage",
        "AsyncQueue",
        "Logging",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "IORing",
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
        "FileHandle.swift",
        "IORing.swift",
        "Message.swift",
        "Submission.swift",
        "SubmissionGroup.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CIORingShims"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CIOURing",
      "module_type" : "SystemLibraryTarget",
      "name" : "CIOURing",
      "path" : "Sources/CIOURing",
      "product_memberships" : [
        "IORing",
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CIORingShims",
      "module_type" : "ClangTarget",
      "name" : "CIORingShims",
      "path" : "Sources/CIORingShims",
      "product_memberships" : [
        "IORing",
        "IORingUtils",
        "IORingFoundation",
        "IORingUDPServer",
        "IORingUDPClient",
        "IORingTCPEcho",
        "IORingDeviceSpy",
        "IORingCopy",
        "IORingCat"
      ],
      "sources" : [
        "BackDeploy.cpp",
        "CQHandler.cpp",
        "DispatchCQHandler.cpp",
        "Message.cpp",
        "PthreadCQHandler.cpp"
      ],
      "target_dependencies" : [
        "CIOURing"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AsyncExtensions",
      "IORing",
      "IORingCat",
      "IORingCopy",
      "IORingDeviceSpy",
      "IORingFoundation",
      "IORingSwift-Package",
      "IORingTCPEcho",
      "IORingUDPClient",
      "IORingUDPServer",
      "IORingUtils"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IORingSwift-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme IORingSwift-Package -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  SocketAddress: https://github.com/PADL/SocketAddress @ 0.0.3
  swift-system: https://github.com/apple/swift-system @ 1.4.2
  IORingSwift: /Users/admin/builder/spi-builder-workspace
  swift-async-queue: https://github.com/dfed/swift-async-queue @ 0.7.0
  swift-log: https://github.com/apple/swift-log @ 1.6.3
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.3
  AsyncExtensions: https://github.com/lhoward/AsyncExtensions @ 0.9.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (42 targets)
    Target 'IORingUDPServer' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingUDPClient' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingTCPEcho' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingDeviceSpy' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingCopy' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingCat' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingFoundation' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingFoundation' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingFoundation' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'IORingUtils' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
    Target 'SocketAddress' in project 'SocketAddress'
        ➜ Explicit dependency on target 'SocketAddress' in project 'SocketAddress'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SocketAddress' in project 'SocketAddress'
        ➜ Explicit dependency on target 'CLinuxSockAddr' in project 'SocketAddress'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'CLinuxSockAddr' in project 'SocketAddress' (no dependencies)
    Target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'IORing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'AsyncQueue' in project 'swift-async-queue'
        ➜ Explicit dependency on target 'AsyncQueue' in project 'swift-async-queue'
    Target 'AsyncQueue' in project 'swift-async-queue' (no dependencies)
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'AsyncExtensions' in project 'AsyncExtensions'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'CIORingShims' in project 'IORingSwift'
        ➜ Explicit dependency on target 'CIOURing' in project 'IORingSwift'
    Target 'CIOURing' in project 'IORingSwift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
Build description signature: 37568d8b628081ad23c31434227257d2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/37568d8b628081ad23c31434227257d2.xcbuilddata
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingDeviceSpy' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingDeviceSpy' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingDeviceSpy' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingDeviceSpy' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUtils' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUtils' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUtils' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUtils' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORing' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORing' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORing' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingFoundation' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingFoundation' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingFoundation' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingFoundation' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingTCPEcho' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingTCPEcho' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingTCPEcho' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingTCPEcho' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCat' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCat' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCat' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCat' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPServer' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPServer' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPServer' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPServer' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPClient' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPClient' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPClient' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingUDPClient' from project 'IORingSwift')
error: The package product 'AsyncExtensions' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCopy' from project 'IORingSwift')
error: The package product 'AsyncQueue' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCopy' from project 'IORingSwift')
error: The package product 'AsyncAlgorithms' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCopy' from project 'IORingSwift')
error: The package product 'SocketAddress' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'IORingCopy' from project 'IORingSwift')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme IORingSwift-Package
(1 failure)
BUILD FAILURE 6.0 watchOS