The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SwiftOCA, reference 0.4.1 (ee619b), with Swift 6.1 for Wasm on 31 May 2025 04:04:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftOCA.git
Reference: 0.4.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/PADL/SwiftOCA
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at ee619b7 Revert "make device-side locking functions public"
Cloned https://github.com/PADL/SwiftOCA.git
Revision (git rev-parse @):
ee619b72b55598b2ffdb9afd0580da2cf74cd71e
SUCCESS checkout https://github.com/PADL/SwiftOCA.git at 0.4.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PADL/SwiftOCA.git
https://github.com/PADL/SwiftOCA.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "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.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics"
    },
    {
      "identity" : "socketaddress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/SocketAddress"
    },
    {
      "identity" : "asyncextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lhoward/AsyncExtensions"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "ioringswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/IORingSwift"
    }
  ],
  "manifest_display_name" : "SwiftOCA",
  "name" : "SwiftOCA",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOCA",
      "targets" : [
        "SwiftOCA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOCADevice",
      "targets" : [
        "SwiftOCADevice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OCAEventBenchmark",
      "targets" : [
        "OCAEventBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "OCADevice",
      "targets" : [
        "OCADevice"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "dnssd",
      "module_type" : "SystemLibraryTarget",
      "name" : "dnssd",
      "path" : "Sources/dnssd",
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "OCAEventBenchmark",
        "OCADevice"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftOCATests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCATests",
      "path" : "Tests/SwiftOCATests",
      "sources" : [
        "SwiftOCATests.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOCADeviceTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCADeviceTests",
      "path" : "Tests/SwiftOCADeviceTests",
      "sources" : [
        "SwiftOCADeviceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOCADevice",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCADevice",
      "path" : "Sources/SwiftOCADevice",
      "product_dependencies" : [
        "Logging",
        "IORing",
        "IORingUtils",
        "IORingFoundation"
      ],
      "product_memberships" : [
        "SwiftOCADevice",
        "OCADevice"
      ],
      "sources" : [
        "OCA/Controller.swift",
        "OCA/ControllerDefaultSubscribing.swift",
        "OCA/Device.swift",
        "OCA/DeviceEndpoint.swift",
        "OCA/DeviceEndpointRegistrar.swift",
        "OCC/ControlClasses/Agents/Agent.swift",
        "OCC/ControlClasses/Agents/CounterNotifier.swift",
        "OCC/ControlClasses/Agents/CounterSetAgent.swift",
        "OCC/ControlClasses/Agents/Group.swift",
        "OCC/ControlClasses/Agents/Grouper.swift",
        "OCC/ControlClasses/Agents/MediaClock3.swift",
        "OCC/ControlClasses/Agents/TimeSource.swift",
        "OCC/ControlClasses/ApplicationNetworks/ApplicationNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/ControlNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/MediaTransportNetwork.swift",
        "OCC/ControlClasses/Managers/AudioProcessingManager.swift",
        "OCC/ControlClasses/Managers/CodingManager.swift",
        "OCC/ControlClasses/Managers/DeviceManager.swift",
        "OCC/ControlClasses/Managers/DeviceTimeManager.swift",
        "OCC/ControlClasses/Managers/DiagnosticManager.swift",
        "OCC/ControlClasses/Managers/FirmwareManager.swift",
        "OCC/ControlClasses/Managers/LockManager.swift",
        "OCC/ControlClasses/Managers/Manager.swift",
        "OCC/ControlClasses/Managers/MediaClockManager.swift",
        "OCC/ControlClasses/Managers/NetworkManager.swift",
        "OCC/ControlClasses/Managers/SubscriptionManager.swift",
        "OCC/ControlClasses/PortsRepresentable.swift",
        "OCC/ControlClasses/Root+Commands.swift",
        "OCC/ControlClasses/Root.swift",
        "OCC/ControlClasses/Workers/Actuators/Actuator.swift",
        "OCC/ControlClasses/Workers/Actuators/BasicActuators.swift",
        "OCC/ControlClasses/Workers/Actuators/Frequency.swift",
        "OCC/ControlClasses/Workers/Actuators/Gain.swift",
        "OCC/ControlClasses/Workers/Actuators/Mute.swift",
        "OCC/ControlClasses/Workers/Actuators/PanBalance.swift",
        "OCC/ControlClasses/Workers/Actuators/PolarityState.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalInput.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalOutput.swift",
        "OCC/ControlClasses/Workers/Actuators/SummingPoint.swift",
        "OCC/ControlClasses/Workers/Actuators/Switch.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Block.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift",
        "OCC/ControlClasses/Workers/Sensors/AudioLevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/BasicSensors.swift",
        "OCC/ControlClasses/Workers/Sensors/IdentificationSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/LevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/Sensor.swift",
        "OCC/ControlClasses/Workers/Sensors/TemperatureSensor.swift",
        "OCC/ControlClasses/Workers/Worker.swift",
        "OCC/PropertyTypes/BoundedDeviceProperty.swift",
        "OCC/PropertyTypes/DeviceProperty.swift",
        "OCC/PropertyTypes/Serialization.swift",
        "OCC/PropertyTypes/VectorDeviceProperty.swift",
        "OCP.1/Backend/CF/Ocp1CFController.swift",
        "OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift",
        "OCP.1/Backend/DatagramProxy/DatagramProxyController.swift",
        "OCP.1/Backend/DatagramProxy/DatagramProxyDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksLogging.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift",
        "OCP.1/Backend/IORing/Ocp1IORingController.swift",
        "OCP.1/Backend/IORing/Ocp1IORingDeviceEndpoint.swift",
        "OCP.1/Backend/Local/LocalConnection.swift",
        "OCP.1/Backend/Local/LocalController.swift",
        "OCP.1/Backend/Local/LocalDeviceEndpoint.swift",
        "OCP.1/Logger+Ocp1ControllerInternal.swift",
        "OCP.1/Ocp1Controller.swift",
        "OCP.1/Ocp1ControllerInternal.swift"
      ],
      "target_dependencies" : [
        "SwiftOCA",
        "dnssd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOCA",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCA",
      "path" : "Sources/SwiftOCA",
      "product_dependencies" : [
        "AsyncExtensions",
        "AnyCodable",
        "SocketAddress",
        "AsyncAlgorithms",
        "SystemPackage",
        "Logging",
        "Atomics",
        "IORing",
        "IORingUtils",
        "IORingFoundation"
      ],
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "OCAEventBenchmark",
        "OCADevice"
      ],
      "sources" : [
        "OCA/Browser.swift",
        "OCA/ClassRegistry.swift",
        "OCA/Connection.swift",
        "OCA/OCF/Data+Hex.swift",
        "OCA/OCF/Data+IntegerCodable.swift",
        "OCA/OCF/DeviceAddressToString.swift",
        "OCA/OCF/LengthTaggedData.swift",
        "OCA/OCF/Locking.swift",
        "OCA/OCF/Sequence+AsyncMap.swift",
        "OCA/OCF/Task+Timeout.swift",
        "OCA/OCF/UnsafeMutablePointer+PropertyBasePointer.swift",
        "OCA/OCF/Weak.swift",
        "OCC/CollectionTypes/Array2D.swift",
        "OCC/CollectionTypes/List2D.swift",
        "OCC/ControlClasses/Agents/Agent.swift",
        "OCC/ControlClasses/Agents/CounterNotifier.swift",
        "OCC/ControlClasses/Agents/CounterSetAgent.swift",
        "OCC/ControlClasses/Agents/EventHandler.swift",
        "OCC/ControlClasses/Agents/Group.swift",
        "OCC/ControlClasses/Agents/Grouper.swift",
        "OCC/ControlClasses/Agents/MediaClock3.swift",
        "OCC/ControlClasses/Agents/PhysicalPosition.swift",
        "OCC/ControlClasses/Agents/TimeSource.swift",
        "OCC/ControlClasses/ApplicationNetworks/ApplicationNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/ControlNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/MediaTransportNetwork.swift",
        "OCC/ControlClasses/Managers/AudioProcessingManager.swift",
        "OCC/ControlClasses/Managers/CodingManager.swift",
        "OCC/ControlClasses/Managers/DeviceManager.swift",
        "OCC/ControlClasses/Managers/DeviceTimeManager.swift",
        "OCC/ControlClasses/Managers/DiagnosticManager.swift",
        "OCC/ControlClasses/Managers/FirmwareManager.swift",
        "OCC/ControlClasses/Managers/LibraryManager.swift",
        "OCC/ControlClasses/Managers/LockManager.swift",
        "OCC/ControlClasses/Managers/Manager.swift",
        "OCC/ControlClasses/Managers/MediaClockManager.swift",
        "OCC/ControlClasses/Managers/NetworkManager.swift",
        "OCC/ControlClasses/Managers/PowerManager.swift",
        "OCC/ControlClasses/Managers/SecurityManager.swift",
        "OCC/ControlClasses/Managers/SubscriptionManager.swift",
        "OCC/ControlClasses/Managers/TaskManager.swift",
        "OCC/ControlClasses/Networks/MediaTransportApplication.swift",
        "OCC/ControlClasses/Networks/NetworkApplication.swift",
        "OCC/ControlClasses/Networks/NetworkInterface.swift",
        "OCC/ControlClasses/Root+Commands.swift",
        "OCC/ControlClasses/Root+JSON.swift",
        "OCC/ControlClasses/Root.swift",
        "OCC/ControlClasses/Workers/Actuators/Actuator.swift",
        "OCC/ControlClasses/Workers/Actuators/BasicActuators.swift",
        "OCC/ControlClasses/Workers/Actuators/Frequency.swift",
        "OCC/ControlClasses/Workers/Actuators/Gain.swift",
        "OCC/ControlClasses/Workers/Actuators/Mute.swift",
        "OCC/ControlClasses/Workers/Actuators/PanBalance.swift",
        "OCC/ControlClasses/Workers/Actuators/Polarity.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalInput.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalOutput.swift",
        "OCC/ControlClasses/Workers/Actuators/SummingPoint.swift",
        "OCC/ControlClasses/Workers/Actuators/Switch.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Block.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift",
        "OCC/ControlClasses/Workers/Sensors/AudioLevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/BasicSensors.swift",
        "OCC/ControlClasses/Workers/Sensors/IdentificationSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/LevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/Sensor.swift",
        "OCC/ControlClasses/Workers/Sensors/TemperatureSensor.swift",
        "OCC/ControlClasses/Workers/Worker.swift",
        "OCC/ControlDataTypes/ApplicationNetworkDataTypes.swift",
        "OCC/ControlDataTypes/BaseDataTypes.swift",
        "OCC/ControlDataTypes/CounterDataTypes.swift",
        "OCC/ControlDataTypes/DeviceManagerDataTypes.swift",
        "OCC/ControlDataTypes/EventDataTypes.swift",
        "OCC/ControlDataTypes/FirmwareManagerDataTypes.swift",
        "OCC/ControlDataTypes/GrouperDataTypes.swift",
        "OCC/ControlDataTypes/LibraryManagerDataTypes.swift",
        "OCC/ControlDataTypes/ManagerDataTypes.swift",
        "OCC/ControlDataTypes/MediaClockDataTypes.swift",
        "OCC/ControlDataTypes/MediaDataTypes.swift",
        "OCC/ControlDataTypes/MediaStreamDataTypes.swift",
        "OCC/ControlDataTypes/MiscFrameworkDataTypes.swift",
        "OCC/ControlDataTypes/ModelDataTypes.swift",
        "OCC/ControlDataTypes/NetworkApplicationDataTypes.swift",
        "OCC/ControlDataTypes/NetworkDataTypes.swift",
        "OCC/ControlDataTypes/PowerManagerDataTypes.swift",
        "OCC/ControlDataTypes/ProgrammingDataTypes.swift",
        "OCC/ControlDataTypes/SearchDataTypes.swift",
        "OCC/ControlDataTypes/TaskManagerDataTypes.swift",
        "OCC/ControlDataTypes/TimeDataTypes.swift",
        "OCC/ControlDataTypes/WellKnownObjectNumbers.swift",
        "OCC/ControlDataTypes/WorkerDataTypes.swift",
        "OCC/PropertyTypes/BoundedProperty.swift",
        "OCC/PropertyTypes/ListProperty.swift",
        "OCC/PropertyTypes/MapProperty.swift",
        "OCC/PropertyTypes/Property.swift",
        "OCC/PropertyTypes/VectorProperty.swift",
        "OCF/Errors.swift",
        "OCF/Messages/Command.swift",
        "OCF/Messages/Header.swift",
        "OCF/Messages/KeepAlive.swift",
        "OCF/Messages/MessageType.swift",
        "OCF/Messages/Notification1.swift",
        "OCF/Messages/Notification2.swift",
        "OCF/Messages/Response.swift",
        "OCP.1/Backend/Ocp1CFSocketConnection.swift",
        "OCP.1/Backend/Ocp1FlyingSocksConnection.swift",
        "OCP.1/Backend/Ocp1IORingConnection.swift",
        "OCP.1/Decoder/Container/KeyedBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Container/SingleValueBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Container/UnkeyedBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Ocp1Decoder.swift",
        "OCP.1/Decoder/Ocp1DecoderImpl.swift",
        "OCP.1/Decoder/Ocp1DecodingState.swift",
        "OCP.1/Encoder/Container/KeyedOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Container/SingleValueOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Container/UnkeyedOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Ocp1Encoder.swift",
        "OCP.1/Encoder/Ocp1EncoderImpl.swift",
        "OCP.1/Encoder/Ocp1EncodingState.swift",
        "OCP.1/Ocp1CoderAPI.swift",
        "OCP.1/Ocp1Connection+Codable.swift",
        "OCP.1/Ocp1Connection+Connect.swift",
        "OCP.1/Ocp1Connection+Messages.swift",
        "OCP.1/Ocp1Connection+Objects.swift",
        "OCP.1/Ocp1Connection+Subscribe.swift",
        "OCP.1/Ocp1Connection.swift",
        "OCP.1/Ocp1ConnectionMonitor.swift",
        "OCP.1/ReflectionMirror/KeyPath.swift",
        "OCP.1/ReflectionMirror/ReflectionMirror.swift"
      ],
      "target_dependencies" : [
        "KeyPathShims",
        "dnssd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OCAEventBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "OCAEventBenchmark",
      "path" : "Examples/OCAEventBenchmark",
      "product_memberships" : [
        "OCAEventBenchmark"
      ],
      "sources" : [
        "EventBenchmark.swift"
      ],
      "target_dependencies" : [
        "SwiftOCA"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OCADevice",
      "module_type" : "SwiftTarget",
      "name" : "OCADevice",
      "path" : "Examples/OCADevice",
      "product_memberships" : [
        "OCADevice"
      ],
      "sources" : [
        "DeviceApp.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "KeyPathShims",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathShims",
      "path" : "Sources/KeyPathShims",
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "OCAEventBenchmark",
        "OCADevice"
      ],
      "sources" : [
        "KeyPathShims.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/PADL/IORingSwift
[1/782] Fetching anycodable
[783/850] Fetching anycodable, socketaddress
[787/1532] Fetching anycodable, socketaddress, asyncextensions
[1374/3687] Fetching anycodable, socketaddress, asyncextensions, ioringswift
[3624/5404] Fetching anycodable, socketaddress, asyncextensions, ioringswift, swift-atomics
[4157/9795] Fetching anycodable, socketaddress, asyncextensions, ioringswift, swift-atomics, swift-system
Fetched https://github.com/PADL/SocketAddress from cache (0.54s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.54s)
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.54s)
Fetched https://github.com/apple/swift-atomics from cache (0.54s)
Fetched https://github.com/PADL/IORingSwift from cache (0.54s)
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/apple/swift-system from cache (0.55s)
[1/4985] Fetching swift-async-algorithms
Fetching https://github.com/apple/swift-log
Fetched https://github.com/apple/swift-async-algorithms from cache (0.40s)
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.38s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.83s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.54s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (5.82s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (0.51s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (1.78s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 0.1.8 (0.66s)
Fetching https://github.com/dfed/swift-async-queue
[1/1320] Fetching swift-async-queue
Fetched https://github.com/dfed/swift-async-queue from cache (0.23s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.7.1 (1.25s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.46s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/dfed/swift-async-queue
Working copy of https://github.com/dfed/swift-async-queue resolved at 0.7.1
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at 0.1.8
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at 0.9.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/PADL/SocketAddress
Working copy of https://github.com/PADL/SocketAddress resolved at 0.0.3
Building for debugging...
[0/47] Write sources
[20/47] Compiling CSystem shims.c
[21/47] Compiling _AtomicsShims.c
[22/47] Write swift-version-24593BA9C3E375BF.txt
[24/119] Emitting module KeyPathShims
/host/spi-builder-workspace/Sources/KeyPathShims/KeyPathShims.swift:15:1: warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
13 | import Swift
14 | @_implementationOnly
15 | import SwiftShims
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
16 |
17 | class AnyKeyPath {
[25/119] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/120] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[27/123] Compiling KeyPathShims KeyPathShims.swift
/host/spi-builder-workspace/Sources/KeyPathShims/KeyPathShims.swift:15:1: warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
13 | import Swift
14 | @_implementationOnly
15 | import SwiftShims
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
16 |
17 | class AnyKeyPath {
[28/124] Wrapping AST for KeyPathShims for debugging
[30/124] Compiling SystemPackage FilePathWindows.swift
[31/124] Compiling SystemPackage FilePermissions.swift
[32/124] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/124] Compiling SystemPackage MachPort.swift
[34/124] Compiling SystemPackage PlatformString.swift
[35/124] Compiling SystemPackage SystemString.swift
[36/124] Compiling SystemPackage Util+StringArray.swift
[37/124] Compiling SystemPackage Util.swift
[38/124] Compiling SystemPackage UtilConsumers.swift
[39/124] Compiling SystemPackage FilePathTempPosix.swift
[40/124] Compiling SystemPackage FilePathTempWindows.swift
[41/124] Compiling SystemPackage FilePathComponentView.swift
[42/124] Compiling SystemPackage FilePathComponents.swift
[43/124] Compiling SystemPackage Constants.swift
[44/124] Compiling SystemPackage Exports.swift
[46/124] Compiling SystemPackage Errno.swift
[47/124] Compiling SystemPackage ErrnoWindows.swift
[48/124] Compiling SystemPackage Backcompat.swift
[49/124] Compiling SystemPackage CInterop.swift
[50/124] Compiling SystemPackage FileDescriptor.swift
[51/124] Compiling SystemPackage FileHelpers.swift
[53/124] Compiling SystemPackage FilePathParsing.swift
[54/124] Compiling SystemPackage FilePathString.swift
[58/126] Compiling SystemPackage FileOperations.swift
[59/126] Compiling SystemPackage FilePath.swift
[64/126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/127] Emitting module Atomics
[70/151] Compiling SystemPackage Mocking.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[71/151] Compiling SystemPackage RawBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[72/151] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[73/151] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[74/196] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[75/196] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[76/219] Emitting module Logging
[77/221] Compiling Logging MetadataProvider.swift
[78/221] Compiling _RopeModule BigString+Chunk.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[79/221] Compiling _RopeModule BigString+BidirectionalCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[80/221] Compiling _RopeModule BigString+Builder.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[81/221] Compiling _RopeModule BigString+Contents.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[82/223] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[83/223] Compiling _RopeModule BigString+Chunk+Breaks.swift
[84/223] Compiling _RopeModule BigString+Chunk+Counts.swift
[85/223] Compiling _RopeModule BigString+Chunk+Description.swift
[86/223] Compiling _RopeModule BigString+Iterators.swift
[87/223] Compiling _RopeModule BigString+Metrics.swift
[88/223] Compiling _RopeModule BigString+Summary.swift
[89/223] Compiling _RopeModule BigString.swift
[90/226] Compiling Logging LogHandler.swift
[91/226] Compiling Logging Locks.swift
[92/226] Compiling Logging Logging.swift
[93/230] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[94/230] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[95/230] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[96/230] Compiling _RopeModule BigString+Chunk+Splitting.swift
[97/230] Compiling _RopeModule BigString+Debugging.swift
[98/230] Compiling _RopeModule BigString+Index.swift
[99/230] Compiling _RopeModule BigString+Ingester.swift
[100/230] Compiling _RopeModule BigString+Invariants.swift
[101/256] Compiling HeapModule Heap+Invariants.swift
[102/310] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/25] Write swift-version-24593BA9C3E375BF.txt
[2/97] Emitting module KeyPathShims
/host/spi-builder-workspace/Sources/KeyPathShims/KeyPathShims.swift:15:1: warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
13 | import Swift
14 | @_implementationOnly
15 | import SwiftShims
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
16 |
17 | class AnyKeyPath {
[3/97] Compiling KeyPathShims KeyPathShims.swift
/host/spi-builder-workspace/Sources/KeyPathShims/KeyPathShims.swift:15:1: warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
13 | import Swift
14 | @_implementationOnly
15 | import SwiftShims
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
16 |
17 | class AnyKeyPath {
[5/97] Emitting module AnyCodable
[6/97] Emitting module Logging
[7/97] Compiling Logging MetadataProvider.swift
[8/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/98] Compiling SystemPackage FilePathTempPosix.swift
[10/98] Compiling SystemPackage FilePathTempWindows.swift
[11/98] Compiling SystemPackage FilePathComponentView.swift
[12/98] Compiling SystemPackage FilePathComponents.swift
[13/98] Compiling SystemPackage FilePathSyntax.swift
[14/98] Compiling SystemPackage FilePathTemp.swift
[15/98] Compiling SystemPackage Backcompat.swift
[16/98] Compiling SystemPackage CInterop.swift
[17/100] Compiling SystemPackage FilePathParsing.swift
[18/100] Compiling SystemPackage FilePathString.swift
[21/100] Compiling Atomics IntegerOperations.swift
[22/100] Compiling Atomics Unmanaged extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[25/103] Compiling SystemPackage FilePathWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[26/103] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[32/103] Compiling SystemPackage Mocking.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[33/103] Compiling SystemPackage RawBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[34/103] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[35/103] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[36/103] Compiling SystemPackage MachPort.swift
[37/103] Compiling SystemPackage PlatformString.swift
[38/103] Compiling SystemPackage SystemString.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/103] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[40/103] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/103] Compiling SystemPackage FileDescriptor.swift
[44/103] Compiling SystemPackage FileHelpers.swift
[45/103] Compiling SystemPackage FileOperations.swift
[46/103] Compiling SystemPackage FilePath.swift
[47/103] Compiling SystemPackage Errno.swift
[48/103] Compiling SystemPackage ErrnoWindows.swift
[49/103] Emitting module InternalCollectionsUtilities
[57/104] Compiling SystemPackage Util+StringArray.swift
[58/104] Compiling SystemPackage Util.swift
[59/104] Compiling SystemPackage UtilConsumers.swift
[60/179] Compiling HeapModule Heap+Descriptions.swift
[61/300] Compiling OrderedCollections OrderedDictionary+Codable.swift
[62/300] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[63/300] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[64/300] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[65/300] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[66/300] Compiling OrderedCollections OrderedDictionary+Elements.swift
[67/300] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[68/300] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[69/300] Emitting module HeapModule
[70/300] Compiling Logging Locks.swift
[71/300] Compiling Logging LogHandler.swift
[72/310] Compiling Logging Logging.swift
[73/311] Compiling HeapModule _HeapNode.swift
[75/311] Compiling OrderedCollections OrderedSet+Diffing.swift
[76/311] Compiling OrderedCollections OrderedSet+Equatable.swift
[77/311] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[78/311] Compiling OrderedCollections OrderedSet+Hashable.swift
[79/311] Compiling HeapModule Heap.swift
[80/311] Compiling AnyCodable AnyEncodable.swift
[81/311] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[82/311] Compiling HeapModule Heap+Invariants.swift
[83/311] Compiling HeapModule Heap+UnsafeHandle.swift
[85/312] Compiling AnyCodable AnyDecodable.swift
[86/312] Compiling HashTreeCollections TreeSet+Hashable.swift
[87/312] Compiling HashTreeCollections TreeSet+Sendable.swift
[88/312] Compiling HashTreeCollections TreeSet+Sequence.swift
[89/312] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[90/312] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[91/312] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[92/312] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[93/312] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[94/312] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[95/312] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[96/322] Compiling AnyCodable AnyCodable.swift
BUILD FAILURE 6.1 wasm