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 0.1.0 (ef2026), with Swift 6.1 for Wasm on 28 May 2025 09:25:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/apple/swift-nio-imap.git
Reference: 0.1.0
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
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at ef20269 Cleanup (#705)
Cloned https://github.com/apple/swift-nio-imap.git
Revision (git rev-parse @):
ef20269506d8f91f5d6f36f68bad8a36e546b94f
SUCCESS checkout https://github.com/apple/swift-nio-imap.git at 0.1.0
========================================
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.40.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.20.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.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-standard-library-preview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-standard-library-preview.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.49.11",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "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" : "NIOIMAPFormatter",
      "targets" : [
        "NIOIMAPFormatter"
      ],
      "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/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" : "NIOIMAPFormatter",
      "module_type" : "SwiftTarget",
      "name" : "NIOIMAPFormatter",
      "path" : "Sources/NIOIMAPFormatter",
      "product_dependencies" : [
        "swiftformat"
      ],
      "product_memberships" : [
        "NIOIMAPFormatter"
      ],
      "sources" : [
        "main.swift"
      ],
      "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/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/MediaBasicTests.swift",
        "Grammar/Media/MediaTextTests.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/IPartial+Tests.swift",
        "Grammar/Partial/Partial+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",
        "StandardLibraryPreview",
        "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/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/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/MailboxInfo.swift",
        "Grammar/Mailbox/MailboxName.swift",
        "Grammar/Mailbox/MailboxPatterns.swift",
        "Grammar/MailboxUIDValidity.swift",
        "Grammar/MechanismBase64.swift",
        "Grammar/Media/Basic.swift",
        "Grammar/Media/Media.swift",
        "Grammar/Media/MediaText.swift",
        "Grammar/Media/Message.swift",
        "Grammar/Message/GmailLabel.swift",
        "Grammar/Message/MessageAttributes.swift",
        "Grammar/Message/MessageData.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/Option/OptionExtension.swift",
        "Grammar/Option/OptionValueComp.swift",
        "Grammar/Partial/IPartial.swift",
        "Grammar/Partial/Partial.swift",
        "Grammar/Partial/PartialRange.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/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+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",
        "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/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-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/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-standard-library-preview.git
Fetching https://github.com/apple/swift-nio-ssl
[1/53] Fetching swift-standard-library-preview
[54/16644] Fetching swift-standard-library-preview, swift-collections
[1880/92717] Fetching swift-standard-library-preview, swift-collections, swift-nio
[2212/107560] Fetching swift-standard-library-preview, swift-collections, swift-nio, swift-nio-ssl
[5951/155742] Fetching swift-standard-library-preview, swift-collections, swift-nio, swift-nio-ssl, swiftformat
Fetched https://github.com/apple/swift-standard-library-preview.git from cache (4.25s)
[89728/155689] Fetching swift-collections, swift-nio, swift-nio-ssl, swiftformat
Fetched https://github.com/apple/swift-nio-ssl from cache (4.31s)
[75646/140846] Fetching swift-collections, swift-nio, swiftformat
Fetched https://github.com/apple/swift-collections.git from cache (10.99s)
[86873/124255] Fetching swift-nio, swiftformat
Fetched https://github.com/apple/swift-nio from cache (11.17s)
[11082/48182] Fetching swiftformat
Fetching https://github.com/apple/swift-log
[48183/52018] Fetching swiftformat, swift-log
Fetched https://github.com/apple/swift-log from cache (0.90s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (47.25s)
Computing version for https://github.com/apple/swift-standard-library-preview.git
Computed https://github.com/apple/swift-standard-library-preview.git at 0.0.3 (51.88s)
Fetching https://github.com/apple/swift-se0288-is-power
Fetching https://github.com/apple/swift-se0270-range-set
[1/76] Fetching swift-se0270-range-set
Fetched https://github.com/apple/swift-se0270-range-set from cache (0.55s)
[1/88] Fetching swift-se0288-is-power
Fetched https://github.com/apple/swift-se0288-is-power from cache (0.85s)
Computing version for https://github.com/apple/swift-se0288-is-power
Computed https://github.com/apple/swift-se0288-is-power at 2.0.0 (2.05s)
Computing version for https://github.com/apple/swift-se0270-range-set
Computed https://github.com/apple/swift-se0270-range-set at 1.0.1 (1.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.31s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.99s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.31.0 (1.20s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (3.90s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[497/6101] Fetching swift-atomics, swift-system
[496/1710] Fetching swift-atomics
[540/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.69s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.89s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (1.07s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git 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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/apple/swift-se0288-is-power
Working copy of https://github.com/apple/swift-se0288-is-power resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-se0270-range-set
Working copy of https://github.com/apple/swift-se0270-range-set resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-standard-library-preview.git
Working copy of https://github.com/apple/swift-standard-library-preview.git resolved at 0.0.3
[1/1] Compiling plugin SwiftFormatPlugin
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.
[1/477] Compiling a_bitstr.cc
[1/477] Compiling a_dup.cc
[1/477] Compiling c-atomics.c
[1/477] Compiling pem_lib.cc
[1/477] Compiling a_d2i_fp.cc
[1/477] Compiling c-nioatomics.c
[1/477] Compiling a_bool.cc
[1/477] Compiling pem_info.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/477] Write sources
[28/477] Compiling _AtomicsShims.c
[29/477] Compiling CNIOLinux liburing_shims.c
[29/477] Compiling CNIOWindows WSAStartup.c
[31/477] Compiling CNIOWASI CNIOWASI.c
[32/477] Compiling CNIODarwin shim.c
[32/477] Compiling CNIOWindows shim.c
[34/477] Compiling CNIOLinux shim.c
[35/477] Compiling fiat_p256_adx_sqr.S
[36/477] Compiling fiat_p256_adx_mul.S
[37/477] Compiling fiat_curve25519_adx_square.S
[38/477] Compiling fiat_curve25519_adx_mul.S
[39/477] Write swift-version-24593BA9C3E375BF.txt
[40/477] Compiling CNIOBoringSSLShims shims.c
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>
      |          ^~~~~~~~~~~
1 error generated.
[41/481] Compiling tls_record.cc
[41/481] Compiling tls13_server.cc
[41/481] Compiling tls_method.cc
[41/481] Compiling t1_enc.cc
[41/481] Compiling tls13_enc.cc
[41/481] Compiling tls13_client.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>
      |          ^~~~~~~~~~~
[41/481] Compiling tls13_both.cc
BUILD FAILURE 6.1 wasm