The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Quiver, reference 0.0.1 (4ff7dd), with Swift 6.1 for Wasm on 9 Feb 2026 13:31:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hironichu/Quiver.git
Reference: 0.0.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/hironichu/Quiver
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 4ff7ddb fix webtransport session lifecycle handling
Cloned https://github.com/hironichu/Quiver.git
Revision (git rev-parse @):
4ff7ddb2d852dbbce0766d2abd88e7ba36a0f7e5
SUCCESS checkout https://github.com/hironichu/Quiver.git at 0.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hironichu/Quiver.git
https://github.com/hironichu/Quiver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio-udp",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hironichu/swift-nio-udp"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "Quiver",
  "name" : "Quiver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "QUIC",
      "targets" : [
        "QUIC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QUICCore",
      "targets" : [
        "QUICCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QPACK",
      "targets" : [
        "QPACK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTP3",
      "targets" : [
        "HTTP3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QUICEchoServer",
      "targets" : [
        "QUICEchoServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HTTP3Demo",
      "targets" : [
        "HTTP3Demo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "WebTransportDemo",
      "targets" : [
        "WebTransportDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebTransportDemo",
      "module_type" : "SwiftTarget",
      "name" : "WebTransportDemo",
      "path" : "Examples/WebTransportDemo",
      "product_dependencies" : [
        "NIOUDPTransport",
        "Logging"
      ],
      "product_memberships" : [
        "WebTransportDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "QUIC",
        "QUICCore",
        "QUICCrypto",
        "QUICTransport",
        "HTTP3",
        "QPACK"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "QUICTransport",
      "module_type" : "SwiftTarget",
      "name" : "QUICTransport",
      "path" : "Sources/QUICTransport",
      "product_dependencies" : [
        "NIOUDPTransport"
      ],
      "product_memberships" : [
        "QUIC",
        "HTTP3",
        "QUICEchoServer",
        "HTTP3Demo",
        "WebTransportDemo"
      ],
      "sources" : [
        "ECN.swift",
        "Pacing.swift",
        "UDPSocket.swift"
      ],
      "target_dependencies" : [
        "QUICCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QUICTests",
      "module_type" : "SwiftTarget",
      "name" : "QUICTests",
      "path" : "Tests/QUICTests",
      "sources" : [
        "ConnectionIDExchangeRFCTests.swift",
        "EndpointTests.swift",
        "Interop/InteropTestVectors.swift",
        "Interop/InteropTests.swift",
        "Interop/LoopbackInteropTests.swift",
        "QUICConfigurationTests.swift",
        "TLSIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "QUIC",
        "QUICRecovery",
        "QUICTransport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QUICStreamTests",
      "module_type" : "SwiftTarget",
      "name" : "QUICStreamTests",
      "path" : "Tests/QUICStreamTests",
      "sources" : [
        "DataBufferTests.swift",
        "DataStreamTests.swift",
        "FlowControllerTests.swift",
        "StreamManagerTests.swift",
        "StreamPriorityTests.swift",
        "StreamSchedulerTests.swift"
      ],
      "target_dependencies" : [
        "QUICStream",
        "QUICCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QUICStream",
      "module_type" : "SwiftTarget",
      "name" : "QUICStream",
      "path" : "Sources/QUICStream",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "QUIC",
        "HTTP3",
        "QUICEchoServer",
        "HTTP3Demo",
        "WebTransportDemo"
      ],
      "sources" : [
        "DataBuffer.swift",
        "DataStream.swift",
        "FlowController.swift",
        "StreamManager.swift",
        "StreamPriority.swift",
        "StreamScheduler.swift",
        "StreamState.swift"
      ],
      "target_dependencies" : [
        "QUICCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QUICRecoveryTests",
      "module_type" : "SwiftTarget",
      "name" : "QUICRecoveryTests",
      "path" : "Tests/QUICRecoveryTests",
      "sources" : [
        "AckManagerTests.swift",
        "CongestionControllerTests.swift",
        "LossDetectorTests.swift",
        "ProfilingTests.swift",
        "RecoveryBenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "QUICRecovery",
        "QUICCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QUICRecovery",
      "module_type" : "SwiftTarget",
      "name" : "QUICRecovery",
      "path" : "Sources/QUICRecovery",
      "product_memberships" : [
        "QUIC",
        "HTTP3",
        "QUICEchoServer",
        "HTTP3Demo",
        "WebTransportDemo"
      ],
      "sources" : [
        "AckManager.swift",
        "AntiAmplificationLimiter.swift",
        "CongestionController.swift",
        "FastDuration.swift",
        "LossDetectionConstants.swift",
        "LossDetector.swift",
        "NewRenoCongestionController.swift",
        "PacketNumberSpaceManager.swift",
        "RTTEstimator.swift",
        "SentPacket.swift"
      ],
      "target_dependencies" : [
        "QUICCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QUICEchoServer",
      "module_type" : "SwiftTarget",
      "name" : "QUICEchoServer",
      "path" : "Examples/QUICEchoServer",
      "product_dependencies" : [
        "NIOUDPTransport",
        "Logging"
      ],
      "product_memberships" : [
        "QUICEchoServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "QUIC",
        "QUICCore",
        "QUICCrypto",
        "QUICTransport"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "QUICCryptoTests",
      "module_type" : "SwiftTarget",
      "name" : "QUICCryptoTests",
      "path" : "Tests/QUICCryptoTests",
      "sources" : [
        "AEADTests.swift",
        "ChaCha20Tests.swift",
        "InitialSecretsTests.swift",
        "RFCComplianceTests/KeyUpdateRFCTests.swift",
        "RFCComplianceTests/PreferredAddressRFCTests.swift",
        "RFCComplianceTests/RetryIntegrityTagRFCTests.swift",
        "TLSTests/ExtensionTests.swift",
        "TLSTests/HandshakeFlowTests.swift",
        "TLSTests/HandshakeMessageTests.swift",
        "TLSTests/KeyExchangeTests.swift",
        "TLSTests/KeyScheduleTests.swift",
        "TLSTests/PSKTests.swift",
        "TLSTests/RevocationIntegrationTests.swift",
        "TLSTests/SystemTrustStoreTests.swift",
        "TLSTests/X509Tests.swift"
      ],
      "target_dependencies" : [
        "QUICCrypto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QUICCrypto",
      "module_type" : "SwiftTarget",
      "name" : "QUICCrypto",
      "path" : "Sources/QUICCrypto",
      "product_dependencies" : [
        "Crypto",
        "X509",
        "SwiftASN1"
      ],
      "product_memberships" : [
        "QUIC",
        "HTTP3",
        "QUICEchoServer",
        "HTTP3Demo",
        "WebTransportDemo"
      ],
      "sources" : [
        "AEAD.swift",
        "ChaCha20Block.swift",
        "CryptoState.swift",
        "CryptoStateKeyPhase.swift",
        "CryptoStream/CryptoBuffer.swift",
        "CryptoStream/CryptoStream.swift",
        "CryptoStream/CryptoStreamManager.swift",
        "InitialSecrets.swift",
        "KeySchedule/KeySchedule.swift",
        "KeyUpdate.swift",
        "RetryIntegrityTag.swift",
        "TLS/Crypto/KeyExchange.swift",
        "TLS/Crypto/PEMLoader.swift",
        "TLS/Crypto/Signature.swift",
        "TLS/Extensions/ALPN.swift",
        "TLS/Extensions/EarlyData.swift",
        "TLS/Extensions/KeyShare.swift",
        "TLS/Extensions/PreSharedKey.swift",
        "TLS/Extensions/PskKeyExchangeModes.swift",
        "TLS/Extensions/ServerName.swift",
        "TLS/Extensions/SignatureAlgorithms.swift",
        "TLS/Extensions/SupportedGroups.swift",
        "TLS/Extensions/SupportedVersions.swift",
        "TLS/Extensions/TLSExtension.swift",
        "TLS/KeySchedule/TLSKeySchedule.swift",
        "TLS/KeySchedule/TranscriptHash.swift",
        "TLS/Messages/Alert.swift",
        "TLS/Messages/Certificate.swift",
        "TLS/Messages/CertificateRequest.swift",
        "TLS/Messages/CertificateVerify.swift",
        "TLS/Messages/ClientHello.swift",
        "TLS/Messages/EncryptedExtensions.swift",
        "TLS/Messages/Finished.swift",
        "TLS/Messages/HandshakeMessage.swift",
        "TLS/Messages/NewSessionTicket.swift",
        "TLS/Messages/ServerHello.swift",
        "TLS/MockTLSProvider.swift",
        "TLS/Session/ClientSessionCache.swift",
        "TLS/Session/ReplayProtection.swift",
        "TLS/Session/SessionTicketStore.swift",
        "TLS/StateMachine/ClientStateMachine.swift",
        "TLS/StateMachine/HandshakeState.swift",
        "TLS/TLS13Handler.swift",
        "TLS/TLS13Provider.swift",
        "TLS/TLSOutput.swift",
        "TLS/X509/ASN1/ASN1Parser.swift",
        "TLS/X509/ASN1/ASN1Tag.swift",
        "TLS/X509/ASN1/ASN1Value.swift",
        "TLS/X509/CertificateRevocation.swift",
        "TLS/X509/PublicKeyExtractor.swift",
        "TLS/X509/SystemTrustStore.swift",
        "TLS/X509/X509Certificate.swift",
        "TLS/X509/X509Error.swift",
        "TLS/X509/X509Extensions.swift",
        "TLS/X509/X509Validator.swift",
        "TransportParameters/TransportParameterCodec.swift",
        "TransportParameters/TransportParameterID.swift"
      ],
      "target_dependencies" : [
        "QUICCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QUICCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "QUICCoreTests",
      "path" : "Tests/QUICCoreTests",
      "sources" : [
        "CoalescedPacketsTests.swift",
        "ConnectionIDTests.swift",
        "FrameCodecTests.swift",
        "FrameSizeTests.swift",
        "PacketCodecTests.swift",
        "QLOGTests.swift",
        "RFCComplianceTests/FrameEncryptionLevelRFCTests.swift",
        "RFCComplianceTests/PacketHeaderRFCTests.swift",
        "VarintTests.swift"
      ],
      "target_dependencies" : [
        "QUICCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QUICCore",
      "module_type" : "SwiftTarget",
      "name" : "QUICCore",
      "path" : "Sources/QUICCore",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "QUIC",
        "QUICCore",
        "HTTP3",
        "QUICEchoServer",
        "HTTP3Demo",
        "WebTransportDemo"
      ],
      "sources" : [
        "DataReader.swift",
        "Frame/Frame.swift",
        "Frame/FrameCodec.swift",
        "Frame/FrameSize.swift",
        "Frame/FrameTypes.swift",
        "Packet/CoalescedPackets.swift",
        "Packet/ConnectionID.swift",
        "Packet/PacketCodec.swift",
        "Packet/PacketHeader.swift",
        "Packet/Version.swift",
        "ProtocolLimits.swift",
        "QLOG/QLOGEvent.swift",
        "QLOG/QLOGHelpers.swift",
        "QLOG/QLOGLogger.swift",
        "QUICError.swift",
        "SafeConversions.swift",
        "TransportParameters.swift",
        "Varint.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QUICConnection",
      "module_type" : "SwiftTarget",
      "name" : "QUICConnection",
      "path" : "Sources/QUICConnection",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "QUIC",
        "HTTP3",
        "QUICEchoServer",
        "HTTP3Demo",
        "WebTransportDemo"
      ],
      "sources" : [
        "ConnectionState.swift",
        "IdleTimeoutManager.swift",
        "PathValidation.swift",
        "QUICConnectionHandler.swift",
        "StatelessReset.swift"
      ],
      "target_dependencies" : [
        "QUICCore",
        "QUICCrypto",
        "QUICStream",
        "QUICRecovery"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QUICBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "QUICBenchmarks",
      "path" : "Tests/QUICBenchmarks",
      "sources" : [
        "CoreBenchmarks.swift",
        "QUICBenchmarks.swift"
      ],
      "target_dependencies" : [
        "QUIC",
        "QUICCore",
        "QUICCrypto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QUIC",
      "module_type" : "SwiftTarget",
      "name" : "QUIC",
      "path" : "Sources/QUIC",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "QUIC",
        "HTTP3",
        "QUICEchoServer",
        "HTTP3Demo",
        "WebTransportDemo"
      ],
      "sources" : [
        "ConnectionRouter.swift",
        "ManagedConnection.swift",
        "ManagedStream.swift",
        "PacketProcessor.swift",
        "QUICConfiguration.swift",
        "QUICConnection.swift",
        "QUICEndpoint.swift",
        "TimerManager.swift",
        "VersionNegotiator.swift"
      ],
      "target_dependencies" : [
        "QUICCore",
        "QUICCrypto",
        "QUICConnection",
        "QUICStream",
        "QUICRecovery",
        "QUICTransport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QPACKTests",
      "module_type" : "SwiftTarget",
      "name" : "QPACKTests",
      "path" : "Tests/QPACKTests",
      "sources" : [
        "QPACKTests.swift"
      ],
      "target_dependencies" : [
        "QPACK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QPACK",
      "module_type" : "SwiftTarget",
      "name" : "QPACK",
      "path" : "Sources/QPACK",
      "product_memberships" : [
        "QPACK",
        "HTTP3",
        "HTTP3Demo",
        "WebTransportDemo"
      ],
      "sources" : [
        "HuffmanCodec.swift",
        "QPACKDecoder.swift",
        "QPACKEncoder.swift",
        "QPACKInteger.swift",
        "QPACKString.swift",
        "StaticTable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTP3Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTTP3Tests",
      "path" : "Tests/HTTP3Tests",
      "sources" : [
        "HTTP3Tests.swift",
        "WebTransportIntegrationTests.swift",
        "WebTransportTests.swift"
      ],
      "target_dependencies" : [
        "HTTP3",
        "QUIC",
        "QPACK",
        "QUICCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTP3Demo",
      "module_type" : "SwiftTarget",
      "name" : "HTTP3Demo",
      "path" : "Examples/HTTP3Demo",
      "product_dependencies" : [
        "NIOUDPTransport",
        "Logging"
      ],
      "product_memberships" : [
        "HTTP3Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "QUIC",
        "QUICCore",
        "QUICCrypto",
        "QUICTransport",
        "HTTP3",
        "QPACK"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HTTP3",
      "module_type" : "SwiftTarget",
      "name" : "HTTP3",
      "path" : "Sources/HTTP3",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "HTTP3",
        "HTTP3Demo",
        "WebTransportDemo"
      ],
      "sources" : [
        "Frame/HTTP3Frame.swift",
        "Frame/HTTP3FrameCodec.swift",
        "HTTP3Client.swift",
        "HTTP3Connection.swift",
        "HTTP3Error.swift",
        "HTTP3Server.swift",
        "HTTP3Settings.swift",
        "HTTP3Types.swift",
        "Stream/HTTP3StreamType.swift",
        "Stream/RequestStreamHandler.swift",
        "WebTransport/WebTransportCapsule.swift",
        "WebTransport/WebTransportClient.swift",
        "WebTransport/WebTransportError.swift",
        "WebTransport/WebTransportServer.swift",
        "WebTransport/WebTransportSession.swift",
        "WebTransport/WebTransportStream.swift"
      ],
      "target_dependencies" : [
        "QUIC",
        "QPACK",
        "QUICCore",
        "QUICStream"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm