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 swift-nio-imap, reference main (ad065b), with Swift 6.1 for Wasm on 10 Jul 2025 14:17:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-imap.git
Reference: main
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/apple/swift-nio-imap
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ad065b2 Extract 64-bit raw value from ServerMessageDate. Better debugDescription. (#800)
Cloned https://github.com/apple/swift-nio-imap.git
Revision (git rev-parse @):
ad065b2f307d11c34717406decc893d9ed1c9d7c
SUCCESS checkout https://github.com/apple/swift-nio-imap.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-nio-imap.git
https://github.com/apple/swift-nio-imap.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.64.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.24.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-se0270-range-set",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-se0270-range-set.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-nio-imap",
  "name" : "swift-nio-imap",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NIOIMAP",
      "targets" : [
        "NIOIMAP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Proxy",
      "targets" : [
        "Proxy"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOIMAPPerformanceTester",
      "targets" : [
        "NIOIMAPPerformanceTester"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOIMAPFuzzer",
      "targets" : [
        "NIOIMAPFuzzer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "CLI",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Proxy",
      "module_type" : "SwiftTarget",
      "name" : "Proxy",
      "path" : "Sources/Proxy",
      "product_dependencies" : [
        "NIO",
        "NIOSSL"
      ],
      "product_memberships" : [
        "Proxy"
      ],
      "sources" : [
        "InboundPrintHandler.swift",
        "MailClientToProxyHandler.swift",
        "OutboundPrintHandler.swift",
        "ProxyToMailServerHandler.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOIMAP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOIMAPTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOIMAPTests",
      "path" : "Tests/NIOIMAPTests",
      "product_dependencies" : [
        "NIO",
        "NIOTestUtils"
      ],
      "sources" : [
        "B2MV+Tests.swift",
        "Client/AppendStateMachineTests.swift",
        "Client/AuthenticationStateMachineTests.swift",
        "Client/IdleStateMachineTests.swift",
        "Coders/ClientEncodingOptionsTests.swift",
        "Coders/ClientStateMachineTests.swift",
        "Coders/IMAPClientHandlerTests.swift",
        "Coders/IMAPServerHandlerTests.swift",
        "CommandDecoder+Tests.swift",
        "CommandEncoder+Tests.swift",
        "FramingIntegrationTests.swift",
        "FramingParserTests.swift",
        "IntegrationTests.swift",
        "ParserStressTests.swift",
        "RealWorldTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "NIOIMAP",
        "NIOIMAPCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOIMAPPerformanceTester",
      "module_type" : "SwiftTarget",
      "name" : "NIOIMAPPerformanceTester",
      "path" : "Sources/NIOIMAPPerformanceTester",
      "product_memberships" : [
        "NIOIMAPPerformanceTester"
      ],
      "sources" : [
        "Benchmark.swift",
        "CommandTester.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOIMAP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOIMAPFuzzer",
      "module_type" : "SwiftTarget",
      "name" : "NIOIMAPFuzzer",
      "path" : "Sources/NIOIMAPFuzzer",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "NIOIMAPFuzzer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOIMAP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOIMAPCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOIMAPCoreTests",
      "path" : "Tests/NIOIMAPCoreTests",
      "product_dependencies" : [
        "NIO",
        "NIOTestUtils"
      ],
      "sources" : [
        "Base64Tests.swift",
        "Grammar/Access+Tests.swift",
        "Grammar/Append/AppendData+Tests.swift",
        "Grammar/Append/AppendMessage+Tests.swift",
        "Grammar/Append/AppendOptions+Tests.swift",
        "Grammar/AttributeFlag+Tests.swift",
        "Grammar/AuthImapUrl+Tests.swift",
        "Grammar/AuthImapUrlFull+Tests.swift",
        "Grammar/AuthImapUrlRump+Tests.swift",
        "Grammar/Body/BodyExtensionTests.swift",
        "Grammar/Body/BodyStructure+Tests.swift",
        "Grammar/Body/Field/BodyFieldDSPTests.swift",
        "Grammar/Body/Field/BodyFieldEncodingTests.swift",
        "Grammar/Body/Field/BodyFieldLanguageTests.swift",
        "Grammar/Body/Field/BodyFieldParameterTests.swift",
        "Grammar/Body/Field/BodyFieldsTests.swift",
        "Grammar/Body/Field/FieldLanguageLocationTests.swift",
        "Grammar/Body/Field/FieldLocationExtensionTests.swift",
        "Grammar/Body/Type/BodyMultipartTests.swift",
        "Grammar/Body/Type/BodySinglepartTests.swift",
        "Grammar/ByteBufferWriteLiteralTests.swift",
        "Grammar/ByteRange/ByteRange+Tests.swift",
        "Grammar/ByteRange/MessagePathByteRange+Tests.swift",
        "Grammar/Capability+Tests.swift",
        "Grammar/ChangedSinceModifier+Tests.swift",
        "Grammar/CommandType/CommandStream+Tests.swift",
        "Grammar/CommandType/CommandType+Tests.swift",
        "Grammar/ConditionalStore/ConditionalStore+Tests.swift",
        "Grammar/CoreTypealiasesTests.swift",
        "Grammar/CreateParameter+Tests.swift",
        "Grammar/DateTests/DateTests.swift",
        "Grammar/DateTests/InternalDateTests.swift",
        "Grammar/ESearch/ESearchOptions+Tests.swift",
        "Grammar/ESearch/ESearchScopeOptions+Tests.swift",
        "Grammar/ESearch/ESearchSourceOptions+Tests.swift",
        "Grammar/EmailAddressTests.swift",
        "Grammar/Enable/EnableData+Tests.swift",
        "Grammar/EncodeTestClass.swift",
        "Grammar/EncodedAuthenticationType+Tests.swift",
        "Grammar/EncodedMailbox+Tests.swift",
        "Grammar/EncodedSearch+Tests.swift",
        "Grammar/EncodedSection+Tests.swift",
        "Grammar/EncodedUrlAuth+Tests.swift",
        "Grammar/EncodedUser+Tests.swift",
        "Grammar/Entry+Tests.swift",
        "Grammar/Entry/EntryFlagName+Tests.swift",
        "Grammar/Entry/EntryTypeRequest+Tests.swift",
        "Grammar/Entry/EntryTypeResponse+Tests.swift",
        "Grammar/EnvelopeTests.swift",
        "Grammar/Expire+Tests.swift",
        "Grammar/FetchAttributeTests.swift",
        "Grammar/FetchModifiedResponse+Tests.swift",
        "Grammar/FetchModifier+Tests.swift",
        "Grammar/Flag/Flag+Tests.swift",
        "Grammar/Flag/FlagKeyword+Tests.swift",
        "Grammar/FullDateTime+Tests.swift",
        "Grammar/HeaderListTests.swift",
        "Grammar/IAbsolutePath+Tests.swift",
        "Grammar/IAuth+Tests.swift",
        "Grammar/ICommand+Tests.swift",
        "Grammar/ID/ID+Tests.swift",
        "Grammar/IMAPRangeTests.swift",
        "Grammar/IMAPServer+Tests.swift",
        "Grammar/IMAPURLSection+Tests.swift",
        "Grammar/IMailboxReference+Tests.swift",
        "Grammar/IMessageList+Tests.swift",
        "Grammar/IMessageOrPartial+Tests.swift",
        "Grammar/IMessagePart+Tests.swift",
        "Grammar/INetworkPath+Tests.swift",
        "Grammar/IUAVerifier+Tests.swift",
        "Grammar/IURLAuthRump+Tests.swift",
        "Grammar/IUrlAuth+Tests.swift",
        "Grammar/IUserInfo+Tests.swift",
        "Grammar/ImapUrl+Tests.swift",
        "Grammar/ImapUrlRel+Tests.swift",
        "Grammar/InitialClientResponse+Tests.swift",
        "Grammar/InternetMessageDate+Tests.swift",
        "Grammar/List/ListReturnOptions+Tests.swift",
        "Grammar/List/ListSelectBaseOption+Tests.swift",
        "Grammar/List/ListSelectIndependentOption+Tests.swift",
        "Grammar/List/ListSelectOption+Tests.swift",
        "Grammar/Mailbox/Mailbox+Tests.swift",
        "Grammar/Mailbox/MailboxAttribute+Tests.swift",
        "Grammar/Mailbox/MailboxData+Tests.swift",
        "Grammar/Mailbox/MailboxInfo+Tests.swift",
        "Grammar/Mailbox/MailboxName+Tests.swift",
        "Grammar/Mailbox/MailboxPatterns+Tests.swift",
        "Grammar/MechanismBase64+Tests.swift",
        "Grammar/Media/MediaTests.swift",
        "Grammar/Message/MessageAtributesTests.swift",
        "Grammar/Message/MessageDataTests.swift",
        "Grammar/MessageIdentifierRange+Tests.swift",
        "Grammar/MessageIdentifierSet+Tests.swift",
        "Grammar/MetadataOption+Tests.swift",
        "Grammar/MetadataResponse+Tests.swift",
        "Grammar/MetadataValue+Tests.swift",
        "Grammar/Modifier/ModifierSequenceValue+Tests.swift",
        "Grammar/Namespace/Namespace+Tests.swift",
        "Grammar/Namespace/NamespaceCommand+Tests.swift",
        "Grammar/Namespace/NamespaceDescription+Tests.swift",
        "Grammar/Namespace/NamespaceResponse+Tests.swift",
        "Grammar/Namespace/NamespaceResponseExtension+Tests.swift",
        "Grammar/Notify/MailboxFilter+Tests.swift",
        "Grammar/Notify/Mailboxes+Tests.swift",
        "Grammar/Option/OptionExtension+Tests.swift",
        "Grammar/Option/OptionValue+Tests.swift",
        "Grammar/Option/OptionValueComp+Tests.swift",
        "Grammar/Option/OptionVendorTag+Tests.swift",
        "Grammar/Partial/PartialRange+Tests.swift",
        "Grammar/Patterns+Tests.swift",
        "Grammar/Quota/QuotaLimit+Tests.swift",
        "Grammar/Quota/QuotaResource+Tests.swift",
        "Grammar/Quota/QuotaResponse+Tests.swift",
        "Grammar/Quota/QuotaRoot+Tests.swift",
        "Grammar/Quota/QuotaRootResponse+Tests.swift",
        "Grammar/Response/ContinuationRequestTests.swift",
        "Grammar/Response/ESearchResponse+Tests.swift",
        "Grammar/Response/PermanentFlagTests.swift",
        "Grammar/Response/Response+Tests.swift",
        "Grammar/Response/ResponseCodeAppend+Tests.swift",
        "Grammar/Response/ResponseCodeCopy+Tests.swift",
        "Grammar/Response/ResponseData+Tests.swift",
        "Grammar/Response/ResponseFatalTests.swift",
        "Grammar/Response/ResponsePayload+Tests.swift",
        "Grammar/Response/ResponseText+Tests.swift",
        "Grammar/Response/ResponseTextCodeTests.swift",
        "Grammar/Response/TaggedResponse+Tests.swift",
        "Grammar/Response/TaggedResponseState+Tests.swift",
        "Grammar/Response/UntaggedStatus+Tests.swift",
        "Grammar/ReturnOption+Tests.swift",
        "Grammar/ScopeOption+Tests.swift",
        "Grammar/Search/SearchCorrelator+Tests.swift",
        "Grammar/Search/SearchCriteria+Tests.swift",
        "Grammar/Search/SearchKeyTests.swift",
        "Grammar/Search/SearchModifiedSequence+Tests.swift",
        "Grammar/Search/SearchReturnData+Tests.swift",
        "Grammar/Search/SearchReturnDataExtension+Tests.swift",
        "Grammar/Search/SearchReturnOption+Tests.swift",
        "Grammar/Search/SearchReturnOptionExtension+Tests.swift",
        "Grammar/Section/SectionBinary+Tests.swift",
        "Grammar/Section/SectionPartTests.swift",
        "Grammar/Section/SectionSpecTests.swift",
        "Grammar/SelectParameter+Tests.swift",
        "Grammar/Sequence/SequenceNumberTests.swift",
        "Grammar/SequenceMatchData+Tests.swift",
        "Grammar/SortData+Tests.swift",
        "Grammar/StoreAttributeFlags+Tests.swift",
        "Grammar/TaggedExtension/TaggedExtension+Tests.swift",
        "Grammar/TaggedExtension/TaggedExtensionComp+Tests.swift",
        "Grammar/TaggedExtension/TaggedExtensionValue+Tests.swift",
        "Grammar/UAuthMechanism+Tests.swift",
        "Grammar/UID/IUID+Tests.swift",
        "Grammar/UID/UIDRangeTests.swift",
        "Grammar/UID/UIDSetNonEmptyTests.swift",
        "Grammar/UID/UIDSetTests.swift",
        "Grammar/UID/UIDTests.swift",
        "Grammar/UID/UIDValidity+Tests.swift",
        "Grammar/URLFetchData+Tests.swift",
        "Grammar/URLRumpMechanism+Tests.swift",
        "Grammar/UseAttribute+Tests.swift",
        "ModifiedUTF7+Tests.swift",
        "Parser/CommandParser+Tests.swift",
        "Parser/Grammar/GrammarParser+Append+Tests.swift",
        "Parser/Grammar/GrammarParser+Body+Tests.swift",
        "Parser/Grammar/GrammarParser+Commands+Tests.swift",
        "Parser/Grammar/GrammarParser+Date+Tests.swift",
        "Parser/Grammar/GrammarParser+Entry+Tests.swift",
        "Parser/Grammar/GrammarParser+Envelope+Tests.swift",
        "Parser/Grammar/GrammarParser+Fetch+Tests.swift",
        "Parser/Grammar/GrammarParser+List+Tests.swift",
        "Parser/Grammar/GrammarParser+Mailbox+Tests.swift",
        "Parser/Grammar/GrammarParser+Message+Tests.swift",
        "Parser/Grammar/GrammarParser+Response+Tests.swift",
        "Parser/Grammar/GrammarParser+Search+Tests.swift",
        "Parser/Grammar/GrammarParser+Sequence.swift",
        "Parser/Grammar/GrammarParser+UID+Tests.swift",
        "Parser/IMAPParserTests.swift",
        "Parser/ParserLibraryTests.swift",
        "Parser/ResponseParser+Tests.swift",
        "Parser/RoundtripTests.swift",
        "Parser/SynchronizingLiteralParserTests.swift",
        "Parser/UInt8+ParseTypeMembership.swift",
        "PipeliningTests.swift",
        "ResponseEncodeBuffer+Tests.swift",
        "ResponseStreamingTests.swift",
        "String+ByteBuffer+Tests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "NIOIMAPCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOIMAPCore",
      "module_type" : "SwiftTarget",
      "name" : "NIOIMAPCore",
      "path" : "Sources/NIOIMAPCore",
      "product_dependencies" : [
        "NIO",
        "SE0270_RangeSet",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "NIOIMAP",
        "Proxy",
        "NIOIMAPPerformanceTester",
        "NIOIMAPFuzzer",
        "CLI"
      ],
      "sources" : [
        "Base64/Base64.swift",
        "Base64/Chromium.swift",
        "Base64/DecodingError.swift",
        "ByteBuffer+WriteLiteral.swift",
        "CommandEncodeBuffer.swift",
        "CommandEncodingOptions.swift",
        "EncodeBuffer.swift",
        "Grammar/AbsoluteMessagePath.swift",
        "Grammar/Access.swift",
        "Grammar/Append/AppendData.swift",
        "Grammar/Append/AppendMessage.swift",
        "Grammar/Append/AppendOptions.swift",
        "Grammar/AttributeFlag.swift",
        "Grammar/AuthenticatedURL.swift",
        "Grammar/AuthenticatedURLRump.swift",
        "Grammar/AuthenticatedURLVerifier.swift",
        "Grammar/AuthenticationMechanism.swift",
        "Grammar/Body/Body.swift",
        "Grammar/Body/BodyExtension.swift",
        "Grammar/Body/Field/Disposition.swift",
        "Grammar/Body/Field/DispositionAndLanguage.swift",
        "Grammar/Body/Field/Encoding.swift",
        "Grammar/Body/Field/Fields.swift",
        "Grammar/Body/Field/Language.swift",
        "Grammar/Body/Field/LanguageLocation.swift",
        "Grammar/Body/Field/LocationAndExtensions.swift",
        "Grammar/Body/Field/ParameterPair.swift",
        "Grammar/Body/Multipart.swift",
        "Grammar/Body/Singlepart.swift",
        "Grammar/ByteRange/ByteRange.swift",
        "Grammar/ByteRange/MessagePathByteRange.swift",
        "Grammar/Capability.swift",
        "Grammar/ChangedSinceModifier.swift",
        "Grammar/Command/Command.swift",
        "Grammar/Command/CommandStreamPart.swift",
        "Grammar/Command/CustomCommandPayload.swift",
        "Grammar/Command/TaggedCommand.swift",
        "Grammar/ConditionalStore/ConditionalStore.swift",
        "Grammar/CreateParameter.swift",
        "Grammar/Date/IMAPDate.swift",
        "Grammar/Date/InternalDate.swift",
        "Grammar/EItem/EItem.swift",
        "Grammar/ESearch/ExtendedSearchOptions.swift",
        "Grammar/ESearch/ExtendedSearchScopeOptions.swift",
        "Grammar/ESearch/ExtendedSearchSourceOptions.swift",
        "Grammar/EmailAddress.swift",
        "Grammar/Enable/EnableData.swift",
        "Grammar/EncodedAuthenticationType.swift",
        "Grammar/EncodedMailbox.swift",
        "Grammar/EncodedSearch.swift",
        "Grammar/EncodedSearchQuery.swift",
        "Grammar/EncodedSection.swift",
        "Grammar/EncodedUrlAuth.swift",
        "Grammar/EncodedUser.swift",
        "Grammar/Entry/EntryFlagName.swift",
        "Grammar/Entry/EntryKindRequest.swift",
        "Grammar/Entry/EntryTypeResponse.swift",
        "Grammar/EntryValue.swift",
        "Grammar/Envelope.swift",
        "Grammar/Expire.swift",
        "Grammar/FetchAttribute.swift",
        "Grammar/FetchModificationResponse.swift",
        "Grammar/FetchModifier.swift",
        "Grammar/Flag/Flag.swift",
        "Grammar/Flag/FlagKeyword.swift",
        "Grammar/Flag/PermanentFlag.swift",
        "Grammar/Flag/StoreFlags.swift",
        "Grammar/FullAuthenticatedURL.swift",
        "Grammar/FullDateTime.swift",
        "Grammar/HeaderList.swift",
        "Grammar/Helpers.swift",
        "Grammar/ID/ID.swift",
        "Grammar/IMAPServer.swift",
        "Grammar/IMAPURL.swift",
        "Grammar/IMAPURLAuthenticationMechanism.swift",
        "Grammar/InitialResponse.swift",
        "Grammar/InternetMessageDate.swift",
        "Grammar/KeyValue.swift",
        "Grammar/LastCommandMessageIdentifier.swift",
        "Grammar/LastCommandSet.swift",
        "Grammar/List/ListReturnOps.swift",
        "Grammar/List/ListSelectBaseOption.swift",
        "Grammar/List/ListSelectIndependentOption.swift",
        "Grammar/List/ListSelectOption.swift",
        "Grammar/Mailbox/MailboxAttribute.swift",
        "Grammar/Mailbox/MailboxData.swift",
        "Grammar/Mailbox/MailboxGroup.swift",
        "Grammar/Mailbox/MailboxID.swift",
        "Grammar/Mailbox/MailboxInfo.swift",
        "Grammar/Mailbox/MailboxName.swift",
        "Grammar/Mailbox/MailboxPatterns.swift",
        "Grammar/MailboxUIDValidity.swift",
        "Grammar/MechanismBase64.swift",
        "Grammar/Media/Media.swift",
        "Grammar/Message/EmailID.swift",
        "Grammar/Message/GmailLabel.swift",
        "Grammar/Message/MessageAttributes.swift",
        "Grammar/Message/MessageData.swift",
        "Grammar/Message/ThreadID.swift",
        "Grammar/MessageID.swift",
        "Grammar/MessagePath.swift",
        "Grammar/Metadata/MetadataEntryName.swift",
        "Grammar/MetadataOption.swift",
        "Grammar/MetadataResponse.swift",
        "Grammar/MetadataValue.swift",
        "Grammar/Modifier/ModificationSequenceValue.swift",
        "Grammar/NString.swift",
        "Grammar/Namespace/Namespace.swift",
        "Grammar/Namespace/NamespaceCommand.swift",
        "Grammar/Namespace/NamespaceDescription.swift",
        "Grammar/Namespace/NamespaceResponse.swift",
        "Grammar/Namespace/NamespaceResponseExtension.swift",
        "Grammar/NetworkMessagePath.swift",
        "Grammar/NetworkPath.swift",
        "Grammar/Notify/MailboxFilter.swift",
        "Grammar/Notify/Mailboxes.swift",
        "Grammar/ObjectID.swift",
        "Grammar/Option/OptionExtension.swift",
        "Grammar/Option/OptionValueComp.swift",
        "Grammar/Partial/PartialRange.swift",
        "Grammar/Partial/SearchReturnData+Partial.swift",
        "Grammar/Patterns.swift",
        "Grammar/Quota/QuotaLimit.swift",
        "Grammar/Quota/QuotaResource.swift",
        "Grammar/Quota/QuotaResponse.swift",
        "Grammar/Quota/QuotaRoot.swift",
        "Grammar/Quota/QuotaRootResponse.swift",
        "Grammar/RelativeIMAPURL.swift",
        "Grammar/Response/ContinuationRequest.swift",
        "Grammar/Response/ExtendedSearchResponse.swift",
        "Grammar/Response/Response.swift",
        "Grammar/Response/ResponseCodeAppend.swift",
        "Grammar/Response/ResponseCodeCopy.swift",
        "Grammar/Response/ResponseData.swift",
        "Grammar/Response/ResponseFatal.swift",
        "Grammar/Response/ResponsePayload.swift",
        "Grammar/Response/ResponseText.swift",
        "Grammar/Response/ResponseTextCode.swift",
        "Grammar/Response/TaggedResponse.swift",
        "Grammar/Response/TaggedResponseState.swift",
        "Grammar/Response/UIDBatchesResponse.swift",
        "Grammar/Response/UntaggedResponseState.swift",
        "Grammar/ReturnOption.swift",
        "Grammar/RumpAuthenticatedURL.swift",
        "Grammar/RumpURLAndMechanism.swift",
        "Grammar/ScopeOption.swift",
        "Grammar/Search/SearchCorrelator.swift",
        "Grammar/Search/SearchCriteria.swift",
        "Grammar/Search/SearchKey.swift",
        "Grammar/Search/SearchModificationSequence.swift",
        "Grammar/Search/SearchReturnData.swift",
        "Grammar/Search/SearchReturnDataExtension.swift",
        "Grammar/Search/SearchReturnOption.swift",
        "Grammar/Search/SearchReturnOptionExtension.swift",
        "Grammar/SectionSpec.swift",
        "Grammar/SelectParameter.swift",
        "Grammar/Sequence/SequenceNumber.swift",
        "Grammar/Sequence/SequenceRange.swift",
        "Grammar/SequenceMatchData.swift",
        "Grammar/SortData.swift",
        "Grammar/StoreModifier.swift",
        "Grammar/Tagged/ParameterValue.swift",
        "Grammar/Tagged/TaggedExtension.swift",
        "Grammar/Tagged/TaggedExtensiontComp.swift",
        "Grammar/UID/IUID.swift",
        "Grammar/UID/MessageIdentifier.swift",
        "Grammar/UID/MessageIdentifierRange.swift",
        "Grammar/UID/MessageIdentifierSet.swift",
        "Grammar/UID/MessageIdentifierSetNonEmpty.swift",
        "Grammar/UID/UID.swift",
        "Grammar/UID/UIDValidity.swift",
        "Grammar/URLAuthenticationMechanism.swift",
        "Grammar/URLCommand.swift",
        "Grammar/URLFetchData.swift",
        "Grammar/URLFetchType.swift",
        "Grammar/URLMessageSection.swift",
        "Grammar/UseAttribute.swift",
        "Grammar/UserInfo.swift",
        "IMAPDefaults.swift",
        "ModifiedUTF7.swift",
        "Parser/CommandParser.swift",
        "Parser/Grammar/GrammarParser+Append.swift",
        "Parser/Grammar/GrammarParser+Body.swift",
        "Parser/Grammar/GrammarParser+Commands.swift",
        "Parser/Grammar/GrammarParser+Date.swift",
        "Parser/Grammar/GrammarParser+Entry.swift",
        "Parser/Grammar/GrammarParser+Envelope.swift",
        "Parser/Grammar/GrammarParser+Fetch.swift",
        "Parser/Grammar/GrammarParser+List.swift",
        "Parser/Grammar/GrammarParser+Mailbox.swift",
        "Parser/Grammar/GrammarParser+Message.swift",
        "Parser/Grammar/GrammarParser+Partial.swift",
        "Parser/Grammar/GrammarParser+Response.swift",
        "Parser/Grammar/GrammarParser+Search.swift",
        "Parser/Grammar/GrammarParser+Sequence.swift",
        "Parser/Grammar/GrammarParser+UID.swift",
        "Parser/Grammar/GrammarParser.swift",
        "Parser/Parser.swift",
        "Parser/ParserLibrary.swift",
        "Parser/ResponseParser.swift",
        "Parser/SynchronizingLiteralParser.swift",
        "Parser/UInt8+ParseTypeMembership.swift",
        "Pipelining.swift",
        "PreviewText.swift",
        "ResponseEncodeBuffer.swift",
        "ResponseEncodingOptions.swift",
        "String+ByteBuffer.swift",
        "_ByteBufferProtocol.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOIMAP",
      "module_type" : "SwiftTarget",
      "name" : "NIOIMAP",
      "path" : "Sources/NIOIMAP",
      "product_memberships" : [
        "NIOIMAP",
        "Proxy",
        "NIOIMAPPerformanceTester",
        "NIOIMAPFuzzer",
        "CLI"
      ],
      "sources" : [
        "Client/AppendStateMachine.swift",
        "Client/AuthenticationStateMachine.swift",
        "Client/FrameDecoder.swift",
        "Client/FramingParser.swift",
        "Client/IdleStateMachine.swift",
        "Coders/ClientEncodingOptions.swift",
        "Coders/ClientStateMachine.swift",
        "Coders/CommandDecoder.swift",
        "Coders/CommandEncoder.swift",
        "Coders/IMAPClientHandler.swift",
        "Coders/IMAPServerHandler.swift",
        "Coders/ResponseDecoder.swift",
        "NIOIMAP.swift"
      ],
      "target_dependencies" : [
        "NIOIMAPCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLILibTests",
      "module_type" : "SwiftTarget",
      "name" : "CLILibTests",
      "path" : "Tests/CLILibTests",
      "product_dependencies" : [
        "NIO",
        "NIOTestUtils"
      ],
      "sources" : [
        "CommandRoundtripHandler+PromiseTests.swift"
      ],
      "target_dependencies" : [
        "CLILib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CLILib",
      "module_type" : "SwiftTarget",
      "name" : "CLILib",
      "path" : "Sources/CLILib",
      "product_dependencies" : [
        "NIO",
        "NIOSSL",
        "Logging"
      ],
      "product_memberships" : [
        "CLI"
      ],
      "sources" : [
        "Handlers/Inbound/ResponseRoundtripHandler.swift",
        "Handlers/Outbound/CommandRoundtripHandler.swift"
      ],
      "target_dependencies" : [
        "NIOIMAP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_memberships" : [
        "CLI"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CLILib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-se0270-range-set.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-ssl
[1/76] Fetching swift-se0270-range-set
[76/16822] Fetching swift-se0270-range-set, swift-collections
[1081/31761] Fetching swift-se0270-range-set, swift-collections, swift-nio-ssl
[4250/108267] Fetching swift-se0270-range-set, swift-collections, swift-nio-ssl, swift-nio
[4251/112121] Fetching swift-se0270-range-set, swift-collections, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-collections.git from cache (2.25s)
[65537/95375] Fetching swift-se0270-range-set, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-se0270-range-set.git from cache (4.16s)
Fetched https://github.com/apple/swift-log from cache (4.17s)
Fetched https://github.com/apple/swift-nio-ssl from cache (4.21s)
Fetched https://github.com/apple/swift-nio from cache (6.75s)
Computing version for https://github.com/apple/swift-se0270-range-set.git
Computed https://github.com/apple/swift-se0270-range-set.git at 1.0.1 (7.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.79s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.32.0 (0.98s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.84.0 (1.33s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1808] Fetching swift-atomics
[1195/6378] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
Fetched https://github.com/apple/swift-system.git from cache (0.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.61s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.84.0
Creating working copy for https://github.com/apple/swift-se0270-range-set.git
Working copy of https://github.com/apple/swift-se0270-range-set.git resolved at 1.0.1
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/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.32.0
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.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.cc:18:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/asn1/../internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[0/462] Compiling a_bitstr.cc
[0/462] Compiling a_gentm.cc
[0/462] Compiling a_i2d_fp.cc
[0/462] Compiling a_bool.cc
[0/462] Compiling c-nioatomics.c
[0/462] Compiling a_dup.cc
[0/462] Compiling c-atomics.c
[0/462] Compiling a_d2i_fp.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/462] Write sources
[19/462] Compiling _AtomicsShims.c
[20/462] Compiling CNIOWindows shim.c
[20/462] Compiling CNIOLinux shim.c
[22/462] Compiling CNIOWASI CNIOWASI.c
[23/462] Compiling CNIOWindows WSAStartup.c
[24/462] Compiling CNIODarwin shim.c
[25/462] Compiling CNIOLinux liburing_shims.c
[26/462] Compiling fiat_curve25519_adx_mul.S
[27/462] Compiling fiat_p256_adx_sqr.S
[28/462] Compiling fiat_curve25519_adx_square.S
[28/462] Compiling fiat_p256_adx_mul.S
[30/462] Write swift-version-24593BA9C3E375BF.txt
[31/462] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[32/466] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[32/466] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[32/466] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[32/466] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[32/466] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[32/466] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[32/466] Compiling t1_enc.cc
BUILD FAILURE 6.1 wasm