Build Information
Successful build of swift-nio-imap, reference main (b838dc
), with Swift 6.1 for Linux on 6 May 2025 18:11:51 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
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 b838dc2 Pass response parser options into IMAPClientHandler.init (#789)
Cloned https://github.com/apple/swift-nio-imap.git
Revision (git rev-parse @):
b838dc220616d2cce9633b4cfe1f54404f413a77
SUCCESS checkout https://github.com/apple/swift-nio-imap.git at main
========================================
Build
========================================
Selected platform: linux
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/MailboxInfo.swift",
"Grammar/Mailbox/MailboxName.swift",
"Grammar/Mailbox/MailboxPatterns.swift",
"Grammar/MailboxUIDValidity.swift",
"Grammar/MechanismBase64.swift",
"Grammar/Media/Media.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/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/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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-se0270-range-set.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-ssl
Fetching https://github.com/apple/swift-nio
[1/76] Fetching swift-se0270-range-set
[77/16447] Fetching swift-se0270-range-set, swift-collections
[732/31283] Fetching swift-se0270-range-set, swift-collections, swift-nio-ssl
[4150/107064] Fetching swift-se0270-range-set, swift-collections, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-log
Fetched https://github.com/apple/swift-se0270-range-set.git from cache (3.21s)
[83496/106988] Fetching swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl from cache (3.26s)
[69418/92152] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (3.35s)
[53805/75781] Fetching swift-nio
[56079/79617] Fetching swift-nio, swift-log
Fetched https://github.com/apple/swift-log from cache (0.72s)
[59867/75781] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (9.30s)
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 (10.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.39s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.95s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.30.0 (1.15s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.1 (1.55s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4367] Fetching swift-system
[569/6072] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.99s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.30.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-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-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-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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.1
Building for debugging...
[0/462] Write swift-version-24593BA9C3E375BF.txt
[0/462] Write sources
[0/462] Compiling a_d2i_fp.cc
[0/462] Write sources
[21/462] Compiling a_dup.cc
[22/462] Compiling _AtomicsShims.c
[23/462] Compiling CNIOWindows shim.c
[24/462] Compiling a_bitstr.cc
[25/475] Compiling a_bool.cc
[26/475] Compiling a_type.cc
[27/475] Compiling CNIOWindows WSAStartup.c
[28/475] Compiling a_gentm.cc
[29/479] Compiling CNIOWASI CNIOWASI.c
[30/480] Compiling CNIOLinux liburing_shims.c
[31/480] Compiling CNIODarwin shim.c
[32/480] Compiling CNIOLinux shim.c
[33/497] Compiling fiat_p256_adx_sqr.S
[34/497] Compiling fiat_p256_adx_mul.S
[36/497] Emitting module SE0270_RangeSet
[36/497] Compiling fiat_curve25519_adx_square.S
[38/497] Emitting module _NIOBase64
[38/497] Compiling fiat_curve25519_adx_mul.S
[39/497] Compiling CNIOBoringSSLShims shims.c
[41/497] Emitting module InternalCollectionsUtilities
[41/499] Compiling tls_record.cc
[42/499] Compiling c-nioatomics.c
[43/499] Compiling tls_method.cc
[45/499] Compiling InternalCollectionsUtilities Debugging.swift
[46/499] Compiling InternalCollectionsUtilities Descriptions.swift
[47/499] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/499] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/499] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/499] Compiling InternalCollectionsUtilities Specialize.swift
[51/499] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/499] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[53/499] Compiling _NIODataStructures PriorityQueue.swift
[54/499] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[55/499] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[56/499] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[57/499] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/499] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/499] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/499] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/499] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/499] Compiling InternalCollectionsUtilities Integer rank.swift
[63/499] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/499] Compiling SE0270_RangeSet CollectionExtensions.swift
[65/499] Compiling _NIODataStructures _TinyArray.swift
[66/500] Compiling SE0270_RangeSet RangeSetStorage.swift
[67/500] Compiling SE0270_RangeSet Partition.swift
[68/500] Compiling SE0270_RangeSet RangeSet.swift
[69/500] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[70/500] Compiling SE0270_RangeSet Pair.swift
[71/500] Compiling _NIOBase64 Base64.swift
[74/502] Wrapping AST for SE0270_RangeSet for debugging
[75/502] Wrapping AST for _NIOBase64 for debugging
[77/572] Compiling DequeModule Deque+Equatable.swift
[78/572] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/574] Compiling DequeModule Deque+CustomReflectable.swift
[80/574] Compiling DequeModule Deque+Descriptions.swift
[81/574] Compiling DequeModule _DequeBuffer.swift
[82/574] Compiling DequeModule _DequeBufferHeader.swift
[83/574] Compiling DequeModule Deque+Extras.swift
[84/574] Compiling DequeModule Deque+Hashable.swift
[85/574] Compiling DequeModule Deque+Testing.swift
[86/574] Compiling DequeModule Deque._Storage.swift
[87/574] Emitting module _NIODataStructures
[88/574] Compiling _NIODataStructures Heap.swift
[89/574] Compiling Logging MetadataProvider.swift
[90/575] Compiling Logging Locks.swift
[91/575] Emitting module Logging
[92/575] Compiling Logging LogHandler.swift
[93/575] Compiling Logging Logging.swift
[96/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[97/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[98/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[99/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[100/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[101/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[102/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[103/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[104/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[105/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[106/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[107/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[108/583] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[109/583] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[110/583] Compiling DequeModule _DequeSlot.swift
[111/583] Compiling DequeModule _UnsafeWrappedBuffer.swift
[111/583] Compiling tls13_server.cc
[112/583] Wrapping AST for InternalCollectionsUtilities for debugging
[113/583] Compiling tls13_enc.cc
[114/583] Compiling tls13_client.cc
[118/583] Compiling DequeModule Deque._UnsafeHandle.swift
[119/583] Compiling DequeModule Deque.swift
[126/583] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[127/583] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[128/583] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[129/583] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[130/583] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[131/583] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[132/583] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[133/583] Compiling OrderedCollections OrderedDictionary+Values.swift
[134/583] Compiling OrderedCollections OrderedSet+Initializers.swift
[135/583] Compiling OrderedCollections OrderedSet+Insertions.swift
[136/583] Compiling OrderedCollections OrderedSet+Invariants.swift
[137/583] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[138/583] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[139/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[140/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[141/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[142/583] Compiling OrderedCollections OrderedDictionary.swift
[143/583] Compiling OrderedCollections OrderedSet+Codable.swift
[144/583] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[145/583] Compiling OrderedCollections OrderedSet+Descriptions.swift
[146/583] Compiling OrderedCollections OrderedSet+Diffing.swift
[147/583] Compiling OrderedCollections OrderedSet+Equatable.swift
[148/583] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[149/583] Compiling OrderedCollections OrderedSet+Hashable.swift
[150/583] Compiling DequeModule Deque+Codable.swift
[151/583] Compiling DequeModule Deque+Collection.swift
[151/583] Wrapping AST for Logging for debugging
[153/583] Emitting module DequeModule
[154/584] Wrapping AST for _NIODataStructures for debugging
[163/584] Compiling tls13_both.cc
[164/584] Wrapping AST for DequeModule for debugging
[166/584] Emitting module OrderedCollections
[167/584] Compiling OrderedCollections OrderedSet+Sendable.swift
[168/584] Compiling OrderedCollections OrderedSet+SubSequence.swift
[169/584] Compiling OrderedCollections OrderedSet+Testing.swift
[170/584] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[171/584] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[172/584] Compiling OrderedCollections OrderedSet.swift
[173/584] Compiling OrderedCollections _UnsafeBitset.swift
[174/585] Compiling t1_enc.cc
[175/585] Compiling ssl_versions.cc
[176/585] Wrapping AST for OrderedCollections for debugging
[177/585] Compiling ssl_x509.cc
[178/585] Compiling ssl_stat.cc
[179/585] Compiling ssl_transcript.cc
[180/585] Compiling ssl_session.cc
[181/585] Compiling ssl_privkey.cc
[182/585] Compiling ssl_key_share.cc
[183/585] Compiling ssl_credential.cc
[184/585] Compiling ssl_file.cc
[185/585] Compiling ssl_cipher.cc
[186/585] Compiling ssl_cert.cc
[187/585] Compiling ssl_lib.cc
[188/585] Compiling ssl_buffer.cc
[189/585] Compiling ssl_asn1.cc
[190/585] Compiling ssl_aead_ctx.cc
[191/585] Compiling s3_pkt.cc
[192/585] Compiling s3_both.cc
[193/585] Compiling s3_lib.cc
[194/585] Compiling handshake_client.cc
[195/585] Compiling handshake_server.cc
[196/585] Compiling handshake.cc
[197/585] Compiling handoff.cc
[198/585] Compiling extensions.cc
[199/585] Compiling encrypted_client_hello.cc
[200/585] Compiling md5-x86_64-linux.S
[201/585] Compiling dtls_record.cc
[202/585] Compiling md5-x86_64-apple.S
[203/585] Compiling md5-586-linux.S
[204/585] Compiling md5-586-apple.S
[205/585] Compiling dtls_method.cc
[206/585] Compiling chacha20_poly1305_x86_64-apple.S
[207/585] Compiling d1_srtp.cc
[208/585] Compiling chacha20_poly1305_x86_64-linux.S
[209/585] Compiling chacha20_poly1305_armv8-win.S
[210/585] Compiling chacha20_poly1305_armv8-linux.S
[211/585] Compiling chacha20_poly1305_armv8-apple.S
[212/585] Compiling d1_pkt.cc
[213/585] Compiling chacha-x86_64-linux.S
[214/585] Compiling chacha-x86_64-apple.S
[215/585] Compiling chacha-x86-linux.S
[216/585] Compiling chacha-x86-apple.S
[217/585] Compiling chacha-armv8-win.S
[218/585] Compiling chacha-armv8-apple.S
[219/585] Compiling chacha-armv8-linux.S
[220/585] Compiling chacha-armv4-linux.S
[221/585] Compiling aes128gcmsiv-x86_64-apple.S
[222/585] Compiling aes128gcmsiv-x86_64-linux.S
[223/585] Compiling x86_64-mont5-apple.S
[224/585] Compiling x86_64-mont5-linux.S
[225/585] Compiling x86_64-mont-linux.S
[226/585] Compiling x86_64-mont-apple.S
[227/585] Compiling x86-mont-linux.S
[228/585] Compiling err_data.cc
[229/585] Compiling vpaes-x86_64-linux.S
[230/585] Compiling x86-mont-apple.S
[231/585] Compiling vpaes-x86_64-apple.S
[232/585] Compiling vpaes-x86-linux.S
[233/585] Compiling d1_lib.cc
[234/585] Compiling vpaes-armv8-linux.S
[235/585] Compiling vpaes-armv8-apple.S
[236/585] Compiling vpaes-x86-apple.S
[237/585] Compiling vpaes-armv8-win.S
[238/585] Compiling vpaes-armv7-linux.S
[239/585] Compiling sha512-armv8-win.S
[240/585] Compiling sha512-x86_64-apple.S
[241/585] Compiling sha512-x86_64-linux.S
[242/585] Compiling sha512-armv8-linux.S
[243/585] Compiling sha512-armv4-linux.S
[244/585] Compiling sha512-586-apple.S
[245/585] Compiling sha512-armv8-apple.S
[246/585] Compiling sha512-586-linux.S
[247/585] Compiling sha256-x86_64-linux.S
[248/585] Compiling sha256-x86_64-apple.S
[249/585] Compiling sha256-armv8-win.S
[250/585] Compiling sha256-armv8-apple.S
[251/585] Compiling sha256-armv8-linux.S
[252/585] Compiling sha256-armv4-linux.S
[253/585] Compiling sha256-586-linux.S
[254/585] Compiling sha1-armv8-win.S
[255/585] Compiling sha1-x86_64-apple.S
[256/585] Compiling sha256-586-apple.S
[257/585] Compiling sha1-armv8-linux.S
[258/585] Compiling sha1-armv8-apple.S
[259/585] Compiling sha1-x86_64-linux.S
[260/585] Compiling rsaz-avx2-linux.S
[261/585] Compiling sha1-586-linux.S
[262/585] Compiling sha1-armv4-large-linux.S
[263/585] Compiling bio_ssl.cc
[264/585] Compiling sha1-586-apple.S
[265/585] Compiling rsaz-avx2-apple.S
[266/585] Compiling p256_beeu-x86_64-asm-linux.S
[267/585] Compiling rdrand-x86_64-apple.S
[268/585] Compiling rdrand-x86_64-linux.S
[269/585] Compiling p256_beeu-armv8-asm-apple.S
[269/585] Compiling p256-x86_64-asm-linux.S
[271/585] Compiling p256_beeu-armv8-asm-linux.S
[271/585] Compiling p256_beeu-x86_64-asm-apple.S
[273/585] Compiling p256-armv8-asm-win.S
[274/585] Compiling p256_beeu-armv8-asm-win.S
[275/585] Compiling p256-x86_64-asm-apple.S
[276/585] Compiling p256-armv8-asm-linux.S
[277/585] Compiling ghashv8-armv7-linux.S
[278/585] Compiling p256-armv8-asm-apple.S
[279/585] Compiling ghash-x86_64-linux.S
[280/585] Compiling ghashv8-armv8-win.S
[281/585] Compiling ghashv8-armv8-apple.S
[282/585] Compiling ghash-x86_64-apple.S
[283/585] Compiling ghash-x86-linux.S
[284/585] Compiling ghashv8-armv8-linux.S
[285/585] Compiling ghash-ssse3-x86_64-apple.S
[286/585] Compiling ghash-x86-apple.S
[287/585] Compiling ghash-ssse3-x86_64-linux.S
[288/585] Compiling ghash-ssse3-x86-linux.S
[289/585] Compiling ghash-ssse3-x86-apple.S
[290/585] Compiling ghash-neon-armv8-win.S
[291/585] Compiling ghash-neon-armv8-linux.S
[292/585] Compiling ghash-neon-armv8-apple.S
[293/585] Compiling ghash-armv4-linux.S
[294/585] Compiling co-586-linux.S
[295/585] Compiling bsaes-armv7-linux.S
[296/585] Compiling co-586-apple.S
[297/585] Compiling bn-armv8-win.S
[298/585] Compiling bn-586-linux.S
[299/585] Compiling bn-armv8-linux.S
[300/585] Compiling d1_both.cc
[301/585] Compiling bn-armv8-apple.S
[302/585] Compiling bn-586-apple.S
[303/585] Compiling armv8-mont-win.S
[304/585] Compiling armv8-mont-linux.S
[305/585] Compiling armv8-mont-apple.S
[306/585] Compiling armv4-mont-linux.S
[307/585] Compiling aesv8-gcm-armv8-linux.S
[308/585] Compiling aesv8-gcm-armv8-apple.S
[309/585] Compiling aesv8-armv8-win.S
[310/585] Compiling aesv8-gcm-armv8-win.S
[311/585] Compiling aesv8-armv8-linux.S
[312/585] Compiling aesv8-armv7-linux.S
[313/585] Compiling aesv8-armv8-apple.S
[314/585] Compiling aesni-x86-linux.S
[315/585] Compiling aesni-x86_64-linux.S
[316/585] Compiling aesni-x86_64-apple.S
[317/585] Compiling aesni-x86-apple.S
[318/585] Compiling aesni-gcm-x86_64-apple.S
[319/585] Compiling aes-gcm-avx2-x86_64-apple.S
[320/585] Compiling aes-gcm-avx2-x86_64-linux.S
[321/585] Compiling aes-gcm-avx10-x86_64-apple.S
[321/585] Compiling aesni-gcm-x86_64-linux.S
[323/585] Compiling aes-gcm-avx10-x86_64-linux.S
[324/585] Compiling x_x509a.cc
[325/585] Compiling x_name.cc
[326/585] Compiling x_spki.cc
[327/585] Compiling x_sig.cc
[328/585] Compiling x_x509.cc
[329/585] Compiling x_val.cc
[330/585] Compiling x_req.cc
[331/585] Compiling x_pubkey.cc
[332/585] Compiling x_exten.cc
[333/585] Compiling x_attrib.cc
[334/585] Compiling x509rset.cc
[335/585] Compiling x509spki.cc
[336/585] Compiling x_crl.cc
[337/585] Compiling x_algor.cc
[338/585] Compiling x_all.cc
[339/585] Compiling x509name.cc
[340/585] Compiling x509_v3.cc
[341/585] Compiling x509_vpm.cc
[342/585] Compiling x509cset.cc
[343/585] Compiling x509_txt.cc
[344/585] Compiling x509_trs.cc
[345/585] Compiling x509_vfy.cc
[346/585] Compiling x509_set.cc
[347/585] Compiling x509_req.cc
[348/585] Compiling x509_d2.cc
[349/585] Compiling x509_lu.cc
[350/585] Compiling x509_obj.cc
[351/585] Compiling x509_def.cc
[352/585] Compiling x509_ext.cc
[353/585] Compiling x509_cmp.cc
[354/585] Compiling x509_att.cc
[355/585] Compiling x509.cc
[356/585] Compiling v3_skey.cc
[357/585] Compiling v3_utl.cc
[358/585] Compiling v3_purp.cc
[359/585] Compiling v3_prn.cc
[360/585] Compiling v3_pmaps.cc
[361/585] Compiling v3_pcons.cc
[362/585] Compiling v3_ocsp.cc
[363/585] Compiling v3_ncons.cc
[364/585] Compiling v3_int.cc
[365/585] Compiling v3_lib.cc
[366/585] Compiling v3_info.cc
[367/585] Compiling v3_ia5.cc
[368/585] Compiling v3_genn.cc
[369/585] Compiling v3_extku.cc
[370/585] Compiling v3_enum.cc
[371/585] Compiling v3_crld.cc
[372/585] Compiling v3_conf.cc
[373/585] Compiling v3_cpols.cc
[374/585] Compiling v3_bcons.cc
[375/585] Compiling v3_bitst.cc
[376/585] Compiling v3_akeya.cc
[377/585] Compiling v3_alt.cc
[378/585] Compiling v3_akey.cc
[379/585] Compiling t_req.cc
[380/585] Compiling t_x509a.cc
[381/585] Compiling t_crl.cc
[382/585] Compiling i2d_pr.cc
[383/585] Compiling t_x509.cc
[384/585] Compiling rsa_pss.cc
[385/585] Compiling policy.cc
[386/585] Compiling name_print.cc
[387/585] Compiling by_file.cc
[388/585] Compiling by_dir.cc
[389/585] Compiling voprf.cc
[390/585] Compiling algorithm.cc
[391/585] Compiling a_verify.cc
[392/585] Compiling a_sign.cc
[393/585] Compiling asn1_gen.cc
[394/585] Compiling a_digest.cc
[395/585] Compiling thread_win.cc
[396/585] Compiling thread.cc
[397/585] Compiling thread_pthread.cc
[398/585] Compiling stack.cc
[399/585] Compiling thread_none.cc
[400/585] Compiling trust_token.cc
[401/585] Compiling pmbtoken.cc
[402/585] Compiling sha256.cc
[403/585] Compiling sha1.cc
[404/585] Compiling sha512.cc
[405/585] Compiling spake2plus.cc
[406/585] Compiling siphash.cc
[407/585] Compiling slhdsa.cc
[408/585] Compiling rsa_print.cc
[409/585] Compiling urandom.cc
[410/585] Compiling rsa_extra.cc
[411/585] Compiling windows.cc
[412/585] Compiling rc4.cc
[413/585] Compiling ios.cc
[414/585] Compiling refcount.cc
[415/585] Compiling trusty.cc
[416/585] Compiling rsa_crypt.cc
[417/585] Compiling rand.cc
[418/585] Compiling rsa_asn1.cc
[419/585] Compiling poly1305_arm_asm.S
[420/585] Compiling passive.cc
[421/585] Compiling getentropy.cc
[422/585] Compiling deterministic.cc
[423/585] Compiling forkunsafe.cc
[424/585] Compiling fork_detect.cc
[425/585] Compiling poly1305.cc
[426/585] Compiling poly1305_arm.cc
[427/585] Compiling poly1305_vec.cc
[428/585] Compiling pool.cc
[429/585] Compiling pkcs7.cc
[430/585] Compiling p5_pbev2.cc
[431/585] Compiling pkcs8.cc
[432/585] Compiling pkcs8_x509.cc
[433/585] Compiling pkcs7_x509.cc
[434/585] Compiling pem_x509.cc
[435/585] Compiling pem_pkey.cc
[436/585] Compiling pem_xaux.cc
[437/585] Compiling mlkem.cc
[438/585] Compiling pem_pk8.cc
[439/585] Compiling pem_oth.cc
[440/585] Compiling mldsa.cc
[441/585] Compiling obj_xref.cc
[442/585] Compiling pem_lib.cc
[443/585] Compiling pem_info.cc
[444/585] Compiling mem.cc
[445/585] Compiling md5.cc
[446/585] Compiling obj.cc
[447/585] Compiling fips_shared_support.cc
[448/585] Compiling pem_all.cc
[449/585] Compiling poly_rq_mul.S
[450/585] Compiling md4.cc
[451/585] Compiling lhash.cc
[452/585] Compiling sign.cc
[453/585] Compiling scrypt.cc
[454/585] Compiling ex_data.cc
[455/585] Compiling kyber.cc
[456/585] Compiling hrss.cc
[457/585] Compiling print.cc
[458/585] Compiling p_x25519.cc
[459/585] Compiling pbkdf.cc
[460/585] Compiling hpke.cc
[461/585] Compiling p_x25519_asn1.cc
[462/585] Compiling p_rsa_asn1.cc
[463/585] Compiling p_ed25519.cc
[464/585] Compiling p_rsa.cc
[465/585] Compiling p_hkdf.cc
[466/585] Compiling p_ed25519_asn1.cc
[467/585] Compiling p_ec.cc
[468/585] Compiling p_ec_asn1.cc
[469/585] Compiling p_dh_asn1.cc
[470/585] Compiling p_dh.cc
[471/585] Compiling evp_ctx.cc
[472/585] Compiling p_dsa_asn1.cc
[473/585] Compiling evp.cc
[474/585] Compiling err.cc
[475/585] Compiling engine.cc
[476/585] Compiling evp_asn1.cc
[477/585] Compiling hash_to_curve.cc
[478/585] Compiling ecdh.cc
[479/585] Compiling ecdsa_asn1.cc
[480/585] Compiling ec_derive.cc
[481/585] Compiling dsa.cc
[482/585] Compiling ec_asn1.cc
[483/585] Compiling params.cc
[484/585] Compiling des.cc
[485/585] Compiling dsa_asn1.cc
[486/585] Compiling x25519-asm-arm.S
[487/585] Compiling dh_asn1.cc
[488/585] Compiling spake25519.cc
[489/585] Compiling digest_extra.cc
[490/585] Compiling crypto.cc
[491/585] Compiling cpu_intel.cc
[492/585] Compiling cpu_arm_linux.cc
[493/585] Compiling bcm.cc
[494/585] Compiling curve25519.cc
[495/585] Compiling cpu_arm_freebsd.cc
[496/585] Compiling cpu_aarch64_win.cc
[497/585] Compiling cpu_aarch64_openbsd.cc
[498/585] Compiling cpu_aarch64_sysreg.cc
[499/585] Compiling cpu_aarch64_linux.cc
[500/585] Compiling curve25519_64_adx.cc
[501/585] Compiling cpu_aarch64_apple.cc
[502/585] Compiling cpu_aarch64_fuchsia.cc
[503/585] Compiling conf.cc
[504/585] Compiling get_cipher.cc
[505/585] Compiling tls_cbc.cc
[506/585] Compiling e_rc4.cc
[507/585] Compiling e_tls.cc
[508/585] Compiling e_rc2.cc
[509/585] Compiling e_null.cc
[510/585] Compiling e_des.cc
[511/585] Compiling e_chacha20poly1305.cc
[512/585] Compiling chacha.cc
[513/585] Compiling derive_key.cc
[514/585] Compiling e_aesgcmsiv.cc
[515/585] Compiling e_aesctrhmac.cc
[516/585] Compiling unicode.cc
[517/585] Compiling buf.cc
[518/585] Compiling cbb.cc
[519/585] Compiling ber.cc
[520/585] Compiling blake2.cc
[521/585] Compiling asn1_compat.cc
[522/585] Compiling cbs.cc
[523/585] Compiling bn_asn1.cc
[524/585] Compiling convert.cc
[525/585] Compiling socket_helper.cc
[526/585] Compiling socket.cc
[527/585] Compiling fd.cc
[528/585] Compiling printf.cc
[529/585] Compiling file.cc
[530/585] Compiling hexdump.cc
[531/585] Compiling pair.cc
[532/585] Compiling errno.cc
[533/585] Compiling base64.cc
[534/585] Compiling connect.cc
[535/585] Compiling tasn_typ.cc
[536/585] Compiling bio_mem.cc
[537/585] Compiling tasn_enc.cc
[538/585] Compiling bio.cc
[539/585] Compiling tasn_fre.cc
[540/585] Compiling tasn_utl.cc
[541/585] Compiling posix_time.cc
[542/585] Compiling f_string.cc
[543/585] Compiling tasn_new.cc
[544/585] Compiling f_int.cc
[545/585] Compiling asn1_par.cc
[546/585] Compiling asn_pack.cc
[547/585] Compiling tasn_dec.cc
[548/585] Compiling asn1_lib.cc
[549/585] Compiling a_time.cc
[550/585] Compiling a_octet.cc
[551/585] Compiling a_utctm.cc
[551/585] Write sources
[555/585] Compiling a_strnid.cc
[556/592] Compiling a_i2d_fp.cc
[557/595] Compiling a_object.cc
[558/604] Compiling a_strex.cc
[559/604] Compiling a_mbstr.cc
[561/604] Compiling Atomics Primitives.shims.swift
[562/604] Compiling Atomics AtomicInteger.swift
[563/604] Compiling Atomics AtomicOptionalWrappable.swift
[564/604] Compiling Atomics UnsafeAtomic.swift
[565/604] Compiling Atomics UnsafeAtomicLazyReference.swift
[566/606] Compiling Atomics AtomicMemoryOrderings.swift
[567/606] Compiling Atomics DoubleWord.swift
[568/606] Compiling Atomics ManagedAtomic.swift
[569/606] Compiling Atomics ManagedAtomicLazyReference.swift
[569/606] Compiling a_int.cc
[571/606] Compiling Atomics AtomicReference.swift
[572/606] Compiling Atomics AtomicStorage.swift
[573/606] Compiling Atomics AtomicValue.swift
[574/606] Compiling Atomics IntegerOperations.swift
[575/606] Compiling Atomics Unmanaged extensions.swift
[576/606] Emitting module Atomics
[577/606] Compiling Atomics OptionalRawRepresentable.swift
[578/606] Compiling Atomics RawRepresentable.swift
[579/606] Compiling Atomics AtomicBool.swift
[580/606] Compiling Atomics IntegerConformances.swift
[581/606] Compiling Atomics PointerConformances.swift
[582/606] Compiling Atomics Primitives.native.swift
[583/607] Wrapping AST for Atomics for debugging
[584/607] Compiling c-atomics.c
[586/613] Compiling NIOConcurrencyHelpers lock.swift
[587/613] Emitting module NIOConcurrencyHelpers
[588/613] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[589/613] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[590/613] Compiling NIOConcurrencyHelpers NIOLock.swift
[591/613] Compiling NIOConcurrencyHelpers atomics.swift
[592/614] Wrapping AST for NIOConcurrencyHelpers for debugging
[594/673] Compiling NIOCore EventLoop.swift
[595/673] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[596/673] Compiling NIOCore EventLoopFuture+Deprecated.swift
[597/673] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[598/673] Compiling NIOCore EventLoopFuture.swift
[599/673] Compiling NIOCore FileDescriptor.swift
[600/673] Compiling NIOCore FileHandle.swift
[601/673] Compiling NIOCore FileRegion.swift
[602/673] Compiling NIOCore GlobalSingletons.swift
[603/673] Compiling NIOCore IO.swift
[604/673] Compiling NIOCore IOData.swift
[605/673] Compiling NIOCore IPProtocol.swift
[606/673] Compiling NIOCore IntegerBitPacking.swift
[607/673] Compiling NIOCore IntegerTypes.swift
[608/673] Compiling NIOCore Interfaces.swift
[609/673] Compiling NIOCore Linux.swift
[610/681] Compiling NIOCore AddressedEnvelope.swift
[611/681] Compiling NIOCore AsyncAwaitSupport.swift
[612/681] Compiling NIOCore AsyncChannel.swift
[613/681] Compiling NIOCore AsyncChannelHandler.swift
[614/681] Compiling NIOCore AsyncChannelInboundStream.swift
[615/681] Compiling NIOCore AsyncChannelOutboundWriter.swift
[616/681] Compiling NIOCore NIOAsyncSequenceProducer.swift
[617/681] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[618/681] Compiling NIOCore NIOAsyncWriter.swift
[619/681] Compiling NIOCore ChannelPipeline.swift
[620/681] Compiling NIOCore CircularBuffer.swift
[621/681] Compiling NIOCore Codec.swift
[622/681] Compiling NIOCore ConvenienceOptionSupport.swift
[623/681] Compiling NIOCore DeadChannel.swift
[624/681] Compiling NIOCore DispatchQueue+WithFuture.swift
[625/681] Compiling NIOCore EventLoop+Deprecated.swift
[626/681] Compiling NIOCore EventLoop+SerialExecutor.swift
[627/681] Compiling NIOCore MarkedCircularBuffer.swift
[628/681] Compiling NIOCore MulticastChannel.swift
[629/681] Compiling NIOCore NIOAny.swift
[630/681] Compiling NIOCore NIOCloseOnErrorHandler.swift
[631/681] Compiling NIOCore NIOLoopBound.swift
[632/681] Compiling NIOCore NIOScheduledCallback.swift
[633/681] Compiling NIOCore NIOSendable.swift
[634/681] Compiling NIOCore RecvByteBufferAllocator.swift
[635/681] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[636/681] Compiling NIOCore BSDSocketAPI.swift
[637/681] Compiling NIOCore ByteBuffer-aux.swift
[638/681] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[639/681] Compiling NIOCore ByteBuffer-conversions.swift
[640/681] Compiling NIOCore ByteBuffer-core.swift
[641/681] Compiling NIOCore ByteBuffer-hex.swift
[642/681] Compiling NIOCore ByteBuffer-int.swift
[643/681] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[644/681] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[645/681] Compiling NIOCore SocketAddresses.swift
[646/681] Compiling NIOCore SocketOptionProvider.swift
[647/681] Compiling NIOCore SystemCallHelpers.swift
[648/681] Compiling NIOCore TimeAmount+Duration.swift
[649/681] Compiling NIOCore TypeAssistedChannelHandler.swift
[650/681] Compiling NIOCore UniversalBootstrapSupport.swift
[651/681] Compiling NIOCore Utilities.swift
[652/681] Compiling NIOCore ByteBuffer-multi-int.swift
[653/681] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[654/681] Compiling NIOCore ByteBuffer-views.swift
[655/681] Compiling NIOCore Channel.swift
[656/681] Compiling NIOCore ChannelHandler.swift
[657/681] Compiling NIOCore ChannelHandlers.swift
[658/681] Compiling NIOCore ChannelInvoker.swift
[659/681] Compiling NIOCore ChannelOption.swift
[660/681] Emitting module NIOCore
[661/686] Wrapping AST for NIOCore for debugging
[663/733] Compiling NIOPosix PooledRecvBufferAllocator.swift
[664/733] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[665/733] Compiling NIOPosix PosixSingletons.swift
[666/733] Compiling NIOPosix RawSocketBootstrap.swift
[667/733] Compiling NIOPosix Resolver.swift
[668/733] Compiling NIOPosix Selectable.swift
[669/733] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[670/733] Emitting module NIOEmbedded
[671/733] Compiling NIOEmbedded Embedded.swift
[672/733] Compiling NIOEmbedded AsyncTestingChannel.swift
[673/740] Wrapping AST for NIOEmbedded for debugging
[675/740] Compiling NIOPosix ThreadPosix.swift
[676/740] Compiling NIOPosix ThreadWindows.swift
[677/740] Compiling NIOPosix UnsafeTransfer.swift
[678/740] Compiling NIOPosix Utilities.swift
[679/740] Compiling NIOPosix VsockAddress.swift
[680/740] Compiling NIOPosix VsockChannelEvents.swift
[681/740] Emitting module NIOPosix
[682/740] Compiling NIOPosix BSDSocketAPICommon.swift
[683/740] Compiling NIOPosix BSDSocketAPIPosix.swift
[684/740] Compiling NIOPosix BSDSocketAPIWindows.swift
[685/740] Compiling NIOPosix BaseSocket.swift
[686/740] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[687/740] Compiling NIOPosix BaseSocketChannel.swift
[688/740] Compiling NIOPosix BaseStreamSocketChannel.swift
[689/740] Compiling NIOPosix ServerSocket.swift
[690/740] Compiling NIOPosix Socket.swift
[691/740] Compiling NIOPosix SocketChannel.swift
[692/740] Compiling NIOPosix SocketProtocols.swift
[693/740] Compiling NIOPosix System.swift
[694/740] Compiling NIOPosix Thread.swift
[695/740] Compiling NIOPosix SelectableChannel.swift
[696/740] Compiling NIOPosix SelectableEventLoop.swift
[697/740] Compiling NIOPosix SelectorEpoll.swift
[698/740] Compiling NIOPosix SelectorGeneric.swift
[699/740] Compiling NIOPosix SelectorKqueue.swift
[700/740] Compiling NIOPosix SelectorUring.swift
[701/740] Compiling NIOPosix IO.swift
[702/740] Compiling NIOPosix IntegerBitPacking.swift
[703/740] Compiling NIOPosix IntegerTypes.swift
[704/740] Compiling NIOPosix Linux.swift
[705/740] Compiling NIOPosix LinuxCPUSet.swift
[706/740] Compiling NIOPosix LinuxUring.swift
[707/740] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[708/740] Compiling NIOPosix NIOThreadPool.swift
[709/740] Compiling NIOPosix NonBlockingFileIO.swift
[710/740] Compiling NIOPosix PendingDatagramWritesManager.swift
[711/740] Compiling NIOPosix PendingWritesManager.swift
[712/740] Compiling NIOPosix PipeChannel.swift
[713/740] Compiling NIOPosix PipePair.swift
[714/740] Compiling NIOPosix Pool.swift
[715/740] Compiling NIOPosix Bootstrap.swift
[716/740] Compiling NIOPosix ControlMessage.swift
[717/740] Compiling NIOPosix DatagramVectorReadManager.swift
[718/740] Compiling NIOPosix Errors+Any.swift
[719/740] Compiling NIOPosix FileDescriptor.swift
[720/740] Compiling NIOPosix GetaddrinfoResolver.swift
[721/740] Compiling NIOPosix HappyEyeballs.swift
[722/741] Wrapping AST for NIOPosix for debugging
[724/743] Emitting module NIO
[725/743] Compiling NIO Exports.swift
[726/744] Wrapping AST for NIO for debugging
[728/910] Compiling NIOTLS TLSEvents.swift
[729/910] Emitting module NIOTLS
[730/910] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[731/910] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[732/910] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[733/910] Compiling NIOTLS SNIHandler.swift
[734/911] Wrapping AST for NIOTLS for debugging
[736/940] Compiling NIOIMAPCore ReturnOption.swift
[737/940] Compiling NIOIMAPCore RumpAuthenticatedURL.swift
[738/940] Compiling NIOIMAPCore RumpURLAndMechanism.swift
[739/940] Compiling NIOIMAPCore ScopeOption.swift
[740/940] Compiling NIOIMAPCore SearchCorrelator.swift
[741/940] Compiling NIOIMAPCore SearchCriteria.swift
[742/940] Compiling NIOIMAPCore SearchKey.swift
[743/940] Compiling NIOIMAPCore SearchModificationSequence.swift
[744/940] Compiling NIOIMAPCore SearchReturnData.swift
[745/940] Compiling NIOIMAPCore SearchReturnDataExtension.swift
[746/940] Compiling NIOIMAPCore SearchReturnOption.swift
[747/940] Compiling NIOIMAPCore SearchReturnOptionExtension.swift
[748/940] Compiling NIOIMAPCore SectionSpec.swift
[749/940] Compiling NIOIMAPCore SelectParameter.swift
[750/940] Compiling NIOIMAPCore SequenceNumber.swift
[751/940] Compiling NIOIMAPCore SequenceRange.swift
[752/940] Compiling NIOIMAPCore SequenceMatchData.swift
[753/940] Compiling NIOIMAPCore SortData.swift
[754/940] Compiling NIOIMAPCore StoreModifier.swift
[755/940] Compiling NIOIMAPCore ParameterValue.swift
[756/940] Compiling NIOIMAPCore TaggedExtension.swift
[757/940] Compiling NIOIMAPCore TaggedExtensiontComp.swift
[758/962] Compiling NIOIMAPCore PartialRange.swift
[759/962] Compiling NIOIMAPCore SearchReturnData+Partial.swift
[760/962] Compiling NIOIMAPCore Patterns.swift
[761/962] Compiling NIOIMAPCore QuotaLimit.swift
[762/962] Compiling NIOIMAPCore QuotaResource.swift
[763/962] Compiling NIOIMAPCore QuotaResponse.swift
[764/962] Compiling NIOIMAPCore QuotaRoot.swift
[765/962] Compiling NIOIMAPCore QuotaRootResponse.swift
[766/962] Compiling NIOIMAPCore RelativeIMAPURL.swift
[767/962] Compiling NIOIMAPCore ContinuationRequest.swift
[768/962] Compiling NIOIMAPCore ExtendedSearchResponse.swift
[769/962] Compiling NIOIMAPCore Response.swift
[770/962] Compiling NIOIMAPCore ResponseCodeAppend.swift
[771/962] Compiling NIOIMAPCore ResponseCodeCopy.swift
[772/962] Compiling NIOIMAPCore ResponseData.swift
[773/962] Compiling NIOIMAPCore ResponseFatal.swift
[774/962] Compiling NIOIMAPCore ResponsePayload.swift
[775/962] Compiling NIOIMAPCore ResponseText.swift
[776/962] Compiling NIOIMAPCore ResponseTextCode.swift
[777/962] Compiling NIOIMAPCore TaggedResponse.swift
[778/962] Compiling NIOIMAPCore TaggedResponseState.swift
[779/962] Compiling NIOIMAPCore UntaggedResponseState.swift
[780/962] Compiling NIOIMAPCore Media.swift
[781/962] Compiling NIOIMAPCore GmailLabel.swift
[782/962] Compiling NIOIMAPCore MessageAttributes.swift
[783/962] Compiling NIOIMAPCore MessageData.swift
[784/962] Compiling NIOIMAPCore MessageID.swift
[785/962] Compiling NIOIMAPCore MessagePath.swift
[786/962] Compiling NIOIMAPCore MetadataEntryName.swift
[787/962] Compiling NIOIMAPCore MetadataOption.swift
[788/962] Compiling NIOIMAPCore MetadataResponse.swift
[789/962] Compiling NIOIMAPCore MetadataValue.swift
[790/962] Compiling NIOIMAPCore ModificationSequenceValue.swift
[791/962] Compiling NIOIMAPCore NString.swift
[792/962] Compiling NIOIMAPCore Namespace.swift
[793/962] Compiling NIOIMAPCore NamespaceCommand.swift
[794/962] Compiling NIOIMAPCore NamespaceDescription.swift
[795/962] Compiling NIOIMAPCore NamespaceResponse.swift
[796/962] Compiling NIOIMAPCore NamespaceResponseExtension.swift
[797/962] Compiling NIOIMAPCore NetworkMessagePath.swift
[798/962] Compiling NIOIMAPCore NetworkPath.swift
[799/962] Compiling NIOIMAPCore MailboxFilter.swift
[800/962] Compiling NIOIMAPCore Mailboxes.swift
[801/962] Compiling NIOIMAPCore OptionExtension.swift
[802/962] Compiling NIOIMAPCore OptionValueComp.swift
[803/984] Compiling NIOSSL SSLPublicKey.swift
[804/984] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[805/984] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[806/984] Compiling NIOSSL SubjectAlternativeName.swift
[807/987] Compiling NIOSSL LinuxCABundle.swift
[808/987] Compiling NIOSSL NIOSSLClientHandler.swift
[809/987] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[810/987] Compiling NIOSSL NIOSSLHandler.swift
[811/987] Emitting module NIOSSL
[812/987] Compiling NIOSSL AndroidCABundle.swift
[813/987] Compiling NIOSSL ByteBufferBIO.swift
[814/987] Compiling NIOSSL CustomPrivateKey.swift
[815/987] Compiling NIOSSL IdentityVerification.swift
[816/987] Compiling NIOSSL NIOSSLSecureBytes.swift
[817/987] Compiling NIOSSL RNG.swift
[818/987] Compiling NIOSSL SafeCompare.swift
[819/987] Compiling NIOSSL Zeroization.swift
[820/987] Compiling NIOSSL SSLErrors.swift
[821/987] Compiling NIOSSL SSLInit.swift
[822/987] Compiling NIOSSL SSLPKCS12Bundle.swift
[823/987] Compiling NIOSSL SSLPrivateKey.swift
[824/987] Compiling NIOIMAPCore EnableData.swift
[825/987] Compiling NIOIMAPCore EncodedAuthenticationType.swift
[826/987] Compiling NIOIMAPCore EncodedMailbox.swift
[827/987] Compiling NIOIMAPCore EncodedSearch.swift
[828/987] Compiling NIOIMAPCore EncodedSearchQuery.swift
[829/987] Compiling NIOIMAPCore EncodedSection.swift
[830/987] Compiling NIOIMAPCore EncodedUrlAuth.swift
[831/987] Compiling NIOIMAPCore EncodedUser.swift
[832/987] Compiling NIOIMAPCore EntryFlagName.swift
[833/987] Compiling NIOIMAPCore EntryKindRequest.swift
[834/987] Compiling NIOIMAPCore EntryTypeResponse.swift
[835/987] Compiling NIOIMAPCore EntryValue.swift
[836/987] Compiling NIOIMAPCore Envelope.swift
[837/987] Compiling NIOIMAPCore Expire.swift
[838/987] Compiling NIOIMAPCore FetchAttribute.swift
[839/987] Compiling NIOIMAPCore FetchModificationResponse.swift
[840/987] Compiling NIOIMAPCore FetchModifier.swift
[841/987] Compiling NIOIMAPCore Flag.swift
[842/987] Compiling NIOIMAPCore FlagKeyword.swift
[843/987] Compiling NIOIMAPCore PermanentFlag.swift
[844/987] Compiling NIOIMAPCore StoreFlags.swift
[845/987] Compiling NIOIMAPCore FullAuthenticatedURL.swift
[846/987] Compiling NIOIMAPCore FullDateTime.swift
[847/987] Compiling NIOIMAPCore HeaderList.swift
[848/987] Compiling NIOIMAPCore Helpers.swift
[849/987] Compiling NIOIMAPCore ID.swift
[850/987] Compiling NIOIMAPCore IMAPServer.swift
[851/987] Compiling NIOIMAPCore IMAPURL.swift
[852/987] Compiling NIOIMAPCore IMAPURLAuthenticationMechanism.swift
[853/987] Compiling NIOIMAPCore InitialResponse.swift
[854/987] Compiling NIOIMAPCore InternetMessageDate.swift
[855/987] Compiling NIOIMAPCore KeyValue.swift
[856/987] Compiling NIOIMAPCore LastCommandMessageIdentifier.swift
[857/987] Compiling NIOIMAPCore LastCommandSet.swift
[858/987] Compiling NIOIMAPCore ListReturnOps.swift
[859/987] Compiling NIOIMAPCore ListSelectBaseOption.swift
[860/987] Compiling NIOIMAPCore ListSelectIndependentOption.swift
[861/987] Compiling NIOIMAPCore ListSelectOption.swift
[862/987] Compiling NIOIMAPCore MailboxAttribute.swift
[863/987] Compiling NIOIMAPCore MailboxData.swift
[864/987] Compiling NIOIMAPCore MailboxGroup.swift
[865/987] Compiling NIOIMAPCore MailboxInfo.swift
[866/987] Compiling NIOIMAPCore MailboxName.swift
[867/987] Compiling NIOIMAPCore MailboxPatterns.swift
[868/987] Compiling NIOIMAPCore MailboxUIDValidity.swift
[869/987] Compiling NIOIMAPCore MechanismBase64.swift
[870/987] Compiling NIOSSL SSLContext.swift
[875/987] Compiling NIOSSL TLSConfiguration.swift
[876/987] Compiling NIOSSL UniversalBootstrapSupport.swift
[877/987] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[878/987] Compiling NIOIMAPCore Capability.swift
[879/987] Compiling NIOIMAPCore ChangedSinceModifier.swift
[880/987] Compiling NIOIMAPCore Command.swift
[881/987] Compiling NIOIMAPCore CommandStreamPart.swift
[882/987] Compiling NIOIMAPCore CustomCommandPayload.swift
[883/987] Compiling NIOIMAPCore TaggedCommand.swift
[884/987] Compiling NIOIMAPCore ConditionalStore.swift
[885/987] Compiling NIOIMAPCore CreateParameter.swift
[886/987] Compiling NIOIMAPCore IMAPDate.swift
[887/987] Compiling NIOIMAPCore InternalDate.swift
[888/987] Compiling NIOIMAPCore EItem.swift
[889/987] Compiling NIOIMAPCore ExtendedSearchOptions.swift
[890/987] Compiling NIOIMAPCore ExtendedSearchScopeOptions.swift
[891/987] Compiling NIOIMAPCore ExtendedSearchSourceOptions.swift
[892/987] Compiling NIOIMAPCore EmailAddress.swift
[893/987] Compiling NIOSSL NIOSSLServerHandler.swift
[894/987] Compiling NIOSSL ObjectIdentifier.swift
[895/987] Compiling NIOSSL PosixPort.swift
[896/987] Compiling NIOSSL SSLCallbacks.swift
[897/987] Compiling NIOSSL SSLCertificate.swift
[898/987] Compiling NIOSSL SSLCertificateExtensions.swift
[899/987] Compiling NIOSSL SSLConnection.swift
[904/988] Wrapping AST for NIOSSL for debugging
[906/988] Compiling NIOIMAPCore IUID.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[907/988] Compiling NIOIMAPCore MessageIdentifier.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[908/988] Compiling NIOIMAPCore MessageIdentifierRange.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[909/988] Compiling NIOIMAPCore MessageIdentifierSet.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[910/988] Compiling NIOIMAPCore MessageIdentifierSetNonEmpty.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[911/988] Compiling NIOIMAPCore UID.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[912/988] Compiling NIOIMAPCore UIDValidity.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[913/988] Compiling NIOIMAPCore URLAuthenticationMechanism.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[914/988] Compiling NIOIMAPCore URLCommand.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[915/988] Compiling NIOIMAPCore URLFetchData.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[916/988] Compiling NIOIMAPCore URLFetchType.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[917/988] Compiling NIOIMAPCore URLMessageSection.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[918/988] Compiling NIOIMAPCore UseAttribute.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[919/988] Compiling NIOIMAPCore UserInfo.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[920/988] Compiling NIOIMAPCore IMAPDefaults.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[921/988] Compiling NIOIMAPCore ModifiedUTF7.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[922/988] Compiling NIOIMAPCore CommandParser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[923/988] Compiling NIOIMAPCore GrammarParser+Append.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[924/988] Compiling NIOIMAPCore GrammarParser+Body.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[925/988] Compiling NIOIMAPCore GrammarParser+Commands.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[926/988] Compiling NIOIMAPCore GrammarParser+Date.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[927/988] Compiling NIOIMAPCore GrammarParser+Entry.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[928/988] Compiling NIOIMAPCore GrammarParser+Envelope.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[929/988] Compiling NIOIMAPCore GrammarParser+Fetch.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[930/988] Compiling NIOIMAPCore GrammarParser+List.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[931/988] Compiling NIOIMAPCore GrammarParser+Mailbox.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[932/988] Compiling NIOIMAPCore GrammarParser+Message.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[933/988] Compiling NIOIMAPCore GrammarParser+Partial.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[934/988] Compiling NIOIMAPCore GrammarParser+Response.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[935/988] Compiling NIOIMAPCore GrammarParser+Search.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[936/988] Compiling NIOIMAPCore GrammarParser+Sequence.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[937/988] Compiling NIOIMAPCore GrammarParser+UID.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[938/988] Compiling NIOIMAPCore GrammarParser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[939/988] Compiling NIOIMAPCore Parser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[940/988] Compiling NIOIMAPCore ParserLibrary.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[941/988] Compiling NIOIMAPCore ResponseParser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[942/988] Compiling NIOIMAPCore SynchronizingLiteralParser.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[943/988] Compiling NIOIMAPCore UInt8+ParseTypeMembership.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[944/988] Compiling NIOIMAPCore Pipelining.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[945/988] Compiling NIOIMAPCore PreviewText.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[946/988] Compiling NIOIMAPCore ResponseEncodeBuffer.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[947/988] Compiling NIOIMAPCore ResponseEncodingOptions.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[948/988] Compiling NIOIMAPCore String+ByteBuffer.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[949/988] Compiling NIOIMAPCore _ByteBufferProtocol.swift
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[950/988] Emitting module NIOIMAPCore
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/CommandParser.swift:54:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
52 | }
53 |
54 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'CommandParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
55 | let bufferLimit: Int
56 | private(set) var mode: Mode = .lines
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/ResponseParser.swift:78:9: warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
76 | }
77 |
78 | let parser: GrammarParser
| `- warning: stored property 'parser' of 'Sendable'-conforming struct 'ResponseParser' has non-sendable type 'GrammarParser'; this is an error in the Swift 6 language mode
79 | let bufferLimit: Int
80 | let messageAttributeLimit: Int
/host/spi-builder-workspace/Sources/NIOIMAPCore/Parser/Grammar/GrammarParser.swift:36:8: note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
34 | import struct OrderedCollections.OrderedDictionary
35 |
36 | struct GrammarParser {
| `- note: consider making struct 'GrammarParser' conform to the 'Sendable' protocol
37 | static let defaultParsedStringCache: @Sendable (String) -> String = { str in
38 | str
[974/989] Wrapping AST for NIOIMAPCore for debugging
[976/1002] Compiling NIOIMAP ResponseDecoder.swift
[977/1003] Compiling NIOIMAP IMAPServerHandler.swift
[978/1003] Compiling NIOIMAP NIOIMAP.swift
[979/1003] Compiling NIOIMAP CommandEncoder.swift
[980/1003] Compiling NIOIMAP IMAPClientHandler.swift
[981/1003] Compiling NIOIMAP ClientStateMachine.swift
[982/1003] Compiling NIOIMAP CommandDecoder.swift
[983/1003] Compiling NIOIMAP IdleStateMachine.swift
[984/1003] Compiling NIOIMAP ClientEncodingOptions.swift
[985/1003] Compiling NIOIMAP AppendStateMachine.swift
[986/1003] Compiling NIOIMAP AuthenticationStateMachine.swift
[987/1003] Emitting module NIOIMAP
[988/1003] Compiling NIOIMAP FrameDecoder.swift
[989/1003] Compiling NIOIMAP FramingParser.swift
[990/1008] Wrapping AST for NIOIMAP for debugging
[992/1019] Emitting module NIOIMAPFuzzer
[993/1019] Compiling NIOIMAPFuzzer main.swift
[994/1019] Compiling CLILib ResponseRoundtripHandler.swift
[995/1019] Emitting module CLILib
[996/1019] Compiling CLILib CommandRoundtripHandler.swift
[998/1021] Wrapping AST for NIOIMAPFuzzer for debugging
[999/1021] Write Objects.LinkFileList
[1000/1021] Wrapping AST for CLILib for debugging
[1002/1023] Emitting module CLI
[1003/1023] Compiling CLI main.swift
[1004/1024] Wrapping AST for CLI for debugging
[1005/1024] Write Objects.LinkFileList
[1006/1024] Linking NIOIMAPFuzzer
[1008/1024] Compiling Proxy OutboundPrintHandler.swift
[1009/1024] Compiling Proxy InboundPrintHandler.swift
[1010/1024] Compiling Proxy ProxyToMailServerHandler.swift
[1011/1024] Emitting module Proxy
[1012/1024] Compiling Proxy MailClientToProxyHandler.swift
[1013/1024] Compiling Proxy main.swift
[1014/1025] Compiling NIOIMAPPerformanceTester CommandTester.swift
[1015/1025] Emitting module NIOIMAPPerformanceTester
[1016/1025] Compiling NIOIMAPPerformanceTester Benchmark.swift
[1017/1025] Compiling NIOIMAPPerformanceTester main.swift
/host/spi-builder-workspace/Sources/NIOIMAPPerformanceTester/main.swift:252:27: error: main actor-isolated var 'warning' can not be referenced from a nonisolated context
218 | // MARK: Test Harness
219 |
220 | var warning: String = ""
| `- note: var declared here
221 | assert(
222 | {
:
248 | let limitSet = CommandLine.arguments.dropFirst()
249 |
250 | func measureAndPrint(desc: String, fn: () throws -> Int) rethrows {
| `- note: add '@MainActor' to make global function 'measureAndPrint(desc:fn:)' part of global actor 'MainActor'
251 | if limitSet.count == 0 || limitSet.contains(desc) {
252 | print("measuring\(warning): \(desc): ", terminator: "")
| `- error: main actor-isolated var 'warning' can not be referenced from a nonisolated context
253 | let measurements = try measure(fn)
254 | print(measurements.reduce("") { $0 + "\($1), " })
[1018/1025] Linking CLI
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/31] Write swift-version-24593BA9C3E375BF.txt
[2/91] Compiling Logging MetadataProvider.swift
[3/91] Compiling Atomics ManagedAtomic.swift
[4/91] Compiling Atomics ManagedAtomicLazyReference.swift
[5/93] Compiling _NIODataStructures PriorityQueue.swift
[6/93] Compiling Logging Locks.swift
[7/93] Emitting module Logging
[8/93] Compiling Atomics AtomicMemoryOrderings.swift
[9/93] Compiling Atomics DoubleWord.swift
[10/93] Compiling Atomics RawRepresentable.swift
[11/93] Compiling Atomics AtomicBool.swift
[14/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/95] Emitting module _NIOBase64
[19/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[20/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[21/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[22/95] Compiling _NIODataStructures Heap.swift
[25/95] Emitting module SE0270_RangeSet
[26/95] Compiling NIOConcurrencyHelpers atomics.swift
[27/95] Compiling NIOConcurrencyHelpers lock.swift
[28/95] Emitting module NIOConcurrencyHelpers
[29/96] Emitting module _NIODataStructures
[30/96] Compiling _NIODataStructures _TinyArray.swift
[31/96] Compiling _NIOBase64 Base64.swift
[32/96] Compiling SE0270_RangeSet RangeSetStorage.swift
[34/98] Compiling Atomics Primitives.shims.swift
[35/98] Compiling Atomics AtomicInteger.swift
[36/98] Compiling Atomics AtomicOptionalWrappable.swift
[37/98] Compiling Atomics AtomicReference.swift
[38/98] Compiling Atomics AtomicStorage.swift
[39/98] Compiling Atomics AtomicValue.swift
[40/98] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[41/98] Compiling SE0270_RangeSet Partition.swift
[42/98] Compiling SE0270_RangeSet Pair.swift
[43/98] Compiling SE0270_RangeSet RangeSet.swift
[44/98] Compiling SE0270_RangeSet CollectionExtensions.swift
[45/99] Compiling Atomics IntegerOperations.swift
[46/99] Compiling Atomics Unmanaged extensions.swift
[50/99] Emitting module InternalCollectionsUtilities
[51/99] Compiling Logging LogHandler.swift
[52/99] Compiling Logging Logging.swift
[53/97] Wrapping AST for SE0270_RangeSet for debugging
[54/97] Wrapping AST for Logging for debugging
[61/97] Compiling Atomics IntegerConformances.swift
[62/97] Compiling Atomics PointerConformances.swift
[63/97] Compiling Atomics Primitives.native.swift
[65/97] Compiling Atomics OptionalRawRepresentable.swift
[66/98] Wrapping AST for InternalCollectionsUtilities for debugging
[68/168] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[69/168] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[70/168] Compiling OrderedCollections OrderedDictionary+Elements.swift
[71/168] Compiling OrderedCollections _HashTable+Bucket.swift
[72/168] Compiling OrderedCollections _HashTable+BucketIterator.swift
[73/168] Compiling OrderedCollections _HashTable+Constants.swift
[76/170] Emitting module Atomics
[77/171] Compiling DequeModule _DequeSlot.swift
[78/171] Compiling DequeModule _UnsafeWrappedBuffer.swift
[80/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[81/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[82/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[83/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[84/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[85/171] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[86/171] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[87/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[88/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[89/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[90/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[91/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[92/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[93/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[93/178] Wrapping AST for Atomics for debugging
[97/178] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[99/178] Compiling OrderedCollections OrderedDictionary+Codable.swift
[100/178] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[102/178] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[103/178] Compiling OrderedCollections _HashTable.swift
[104/178] Compiling OrderedCollections _Hashtable+Header.swift
[105/178] Compiling OrderedCollections OrderedSet+Initializers.swift
[106/178] Compiling OrderedCollections OrderedSet+Insertions.swift
[107/178] Compiling OrderedCollections OrderedSet+Invariants.swift
[108/178] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[109/178] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[110/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[111/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[112/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[113/178] Compiling OrderedCollections OrderedDictionary.swift
[114/178] Compiling OrderedCollections OrderedSet+Codable.swift
[115/178] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[116/178] Compiling OrderedCollections OrderedSet+Descriptions.swift
[117/178] Compiling OrderedCollections OrderedSet+Diffing.swift
[118/178] Compiling OrderedCollections OrderedSet+Equatable.swift
[119/178] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[120/178] Compiling OrderedCollections OrderedSet+Hashable.swift
[129/178] Compiling OrderedCollections _HashTable+Testing.swift
[130/178] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[131/178] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[132/178] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[133/178] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[134/178] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[135/178] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[136/178] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[137/178] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[138/178] Compiling OrderedCollections OrderedDictionary+Values.swift
[147/178] Emitting module DequeModule
[149/179] Compiling OrderedCollections OrderedSet+Sendable.swift
[150/179] Compiling OrderedCollections OrderedSet+SubSequence.swift
[151/179] Compiling OrderedCollections OrderedSet+Testing.swift
[152/179] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[153/179] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[154/179] Compiling OrderedCollections OrderedSet.swift
[155/179] Compiling OrderedCollections _UnsafeBitset.swift
[155/238] Wrapping AST for DequeModule for debugging
[157/238] Emitting module OrderedCollections
[158/239] Wrapping AST for OrderedCollections for debugging
[160/239] Compiling NIOCore AddressedEnvelope.swift
[161/239] Compiling NIOCore AsyncAwaitSupport.swift
[162/239] Compiling NIOCore AsyncChannel.swift
[163/239] Compiling NIOCore AsyncChannelHandler.swift
[164/239] Compiling NIOCore AsyncChannelInboundStream.swift
[165/239] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/239] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/239] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/239] Compiling NIOCore NIOAsyncWriter.swift
[169/247] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[170/247] Compiling NIOCore BSDSocketAPI.swift
[171/247] Compiling NIOCore ByteBuffer-aux.swift
[172/247] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[173/247] Compiling NIOCore ByteBuffer-conversions.swift
[174/247] Compiling NIOCore ByteBuffer-core.swift
[175/247] Compiling NIOCore ByteBuffer-hex.swift
[176/247] Compiling NIOCore ByteBuffer-int.swift
[177/247] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[178/247] Compiling NIOCore GlobalSingletons.swift
[179/247] Compiling NIOCore IO.swift
[180/247] Compiling NIOCore IOData.swift
[181/247] Compiling NIOCore IPProtocol.swift
[182/247] Compiling NIOCore IntegerBitPacking.swift
[183/247] Compiling NIOCore IntegerTypes.swift
[184/247] Compiling NIOCore Interfaces.swift
[185/247] Compiling NIOCore Linux.swift
[186/247] Compiling NIOCore MarkedCircularBuffer.swift
[187/247] Compiling NIOCore MulticastChannel.swift
[188/247] Compiling NIOCore NIOAny.swift
[189/247] Compiling NIOCore NIOCloseOnErrorHandler.swift
[190/247] Compiling NIOCore NIOLoopBound.swift
[191/247] Compiling NIOCore NIOScheduledCallback.swift
[192/247] Compiling NIOCore NIOSendable.swift
[193/247] Compiling NIOCore RecvByteBufferAllocator.swift
[194/247] Compiling NIOCore EventLoop.swift
[195/247] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[196/247] Compiling NIOCore EventLoopFuture+Deprecated.swift
[197/247] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[198/247] Compiling NIOCore EventLoopFuture.swift
[199/247] Compiling NIOCore FileDescriptor.swift
[200/247] Compiling NIOCore FileHandle.swift
[201/247] Compiling NIOCore FileRegion.swift
[202/247] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[203/247] Compiling NIOCore SocketAddresses.swift
[204/247] Compiling NIOCore SocketOptionProvider.swift
[205/247] Compiling NIOCore SystemCallHelpers.swift
[206/247] Compiling NIOCore TimeAmount+Duration.swift
[207/247] Compiling NIOCore TypeAssistedChannelHandler.swift
[208/247] Compiling NIOCore UniversalBootstrapSupport.swift
[209/247] Compiling NIOCore Utilities.swift
[210/247] Compiling NIOCore ChannelPipeline.swift
[211/247] Compiling NIOCore CircularBuffer.swift
[212/247] Compiling NIOCore Codec.swift
[213/247] Compiling NIOCore ConvenienceOptionSupport.swift
[214/247] Compiling NIOCore DeadChannel.swift
[215/247] Compiling NIOCore DispatchQueue+WithFuture.swift
[216/247] Compiling NIOCore EventLoop+Deprecated.swift
[217/247] Compiling NIOCore EventLoop+SerialExecutor.swift
[218/247] Compiling NIOCore ByteBuffer-multi-int.swift
[219/247] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[220/247] Compiling NIOCore ByteBuffer-views.swift
[221/247] Compiling NIOCore Channel.swift
[222/247] Compiling NIOCore ChannelHandler.swift
[223/247] Compiling NIOCore ChannelHandlers.swift
[224/247] Compiling NIOCore ChannelInvoker.swift
[225/247] Compiling NIOCore ChannelOption.swift
[226/247] Emitting module NIOCore
[228/298] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[229/298] Emitting module NIOEmbedded
[230/298] Compiling NIOEmbedded Embedded.swift
[231/298] Compiling NIOEmbedded AsyncTestingChannel.swift
[233/298] Compiling NIOPosix PooledRecvBufferAllocator.swift
[234/298] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[235/298] Compiling NIOPosix PosixSingletons.swift
[236/298] Compiling NIOPosix RawSocketBootstrap.swift
[237/298] Compiling NIOPosix Resolver.swift
[238/298] Compiling NIOPosix Selectable.swift
[239/298] Compiling NIOPosix ServerSocket.swift
[240/298] Compiling NIOPosix Socket.swift
[241/298] Compiling NIOPosix SocketChannel.swift
[242/298] Compiling NIOPosix SocketProtocols.swift
[243/298] Compiling NIOPosix System.swift
[244/298] Compiling NIOPosix Thread.swift
[245/304] Compiling NIOPosix BSDSocketAPICommon.swift
[246/304] Compiling NIOPosix BSDSocketAPIPosix.swift
[247/304] Compiling NIOPosix BSDSocketAPIWindows.swift
[248/304] Compiling NIOPosix BaseSocket.swift
[249/304] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[250/304] Compiling NIOPosix BaseSocketChannel.swift
[251/304] Compiling NIOPosix BaseStreamSocketChannel.swift
[252/304] Emitting module NIOPosix
[253/304] Compiling NIOPosix ThreadPosix.swift
[254/304] Compiling NIOPosix ThreadWindows.swift
[255/304] Compiling NIOPosix UnsafeTransfer.swift
[256/304] Compiling NIOPosix Utilities.swift
[257/304] Compiling NIOPosix VsockAddress.swift
[258/304] Compiling NIOPosix VsockChannelEvents.swift
[259/304] Compiling NIOPosix Bootstrap.swift
[260/304] Compiling NIOPosix ControlMessage.swift
[261/304] Compiling NIOPosix DatagramVectorReadManager.swift
[262/304] Compiling NIOPosix Errors+Any.swift
[263/304] Compiling NIOPosix FileDescriptor.swift
[264/304] Compiling NIOPosix GetaddrinfoResolver.swift
[265/304] Compiling NIOPosix HappyEyeballs.swift
[266/304] Compiling NIOPosix SelectableChannel.swift
[267/304] Compiling NIOPosix SelectableEventLoop.swift
[268/304] Compiling NIOPosix SelectorEpoll.swift
[269/304] Compiling NIOPosix SelectorGeneric.swift
[270/304] Compiling NIOPosix SelectorKqueue.swift
[271/304] Compiling NIOPosix SelectorUring.swift
[272/304] Compiling NIOPosix IO.swift
[273/304] Compiling NIOPosix IntegerBitPacking.swift
[274/304] Compiling NIOPosix IntegerTypes.swift
[275/304] Compiling NIOPosix Linux.swift
[276/304] Compiling NIOPosix LinuxCPUSet.swift
[277/304] Compiling NIOPosix LinuxUring.swift
[278/304] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[279/304] Compiling NIOPosix NIOThreadPool.swift
[280/304] Compiling NIOPosix NonBlockingFileIO.swift
[281/304] Compiling NIOPosix PendingDatagramWritesManager.swift
[282/304] Compiling NIOPosix PendingWritesManager.swift
[283/304] Compiling NIOPosix PipeChannel.swift
[284/304] Compiling NIOPosix PipePair.swift
[285/304] Compiling NIOPosix Pool.swift
[287/306] Emitting module NIO
[288/306] Compiling NIO Exports.swift
[290/312] Compiling NIOTLS TLSEvents.swift
[291/312] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[292/312] Emitting module NIOTLS
[293/312] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[294/312] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[295/472] Compiling NIOTLS SNIHandler.swift
[297/501] Compiling NIOSSL AndroidCABundle.swift
[298/501] Compiling NIOSSL ByteBufferBIO.swift
[299/501] Compiling NIOSSL CustomPrivateKey.swift
[300/501] Compiling NIOSSL IdentityVerification.swift
[301/501] Compiling NIOSSL SSLCertificate.swift
[302/501] Compiling NIOSSL SSLCertificateExtensions.swift
[303/501] Compiling NIOSSL SSLConnection.swift
[304/501] Compiling NIOSSL SSLContext.swift
[305/501] Compiling NIOSSL NIOSSLServerHandler.swift
[306/501] Compiling NIOSSL ObjectIdentifier.swift
[307/501] Compiling NIOSSL PosixPort.swift
[308/501] Compiling NIOSSL SSLCallbacks.swift
[309/501] Compiling NIOSSL SSLErrors.swift
[310/501] Compiling NIOSSL SSLInit.swift
[311/501] Compiling NIOSSL SSLPKCS12Bundle.swift
[312/501] Compiling NIOSSL SSLPrivateKey.swift
[313/501] Compiling NIOSSL LinuxCABundle.swift
[314/501] Compiling NIOSSL NIOSSLClientHandler.swift
[315/501] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[316/501] Compiling NIOSSL NIOSSLHandler.swift
[317/501] Compiling NIOSSL NIOSSLSecureBytes.swift
[318/501] Compiling NIOSSL RNG.swift
[319/501] Compiling NIOSSL SafeCompare.swift
[320/523] Compiling NIOSSL SSLPublicKey.swift
[321/523] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[322/523] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[323/523] Compiling NIOSSL SubjectAlternativeName.swift
[327/523] Compiling NIOSSL Zeroization.swift
[332/526] Emitting module NIOSSL
[333/526] Compiling NIOSSL TLSConfiguration.swift
[334/526] Compiling NIOSSL UniversalBootstrapSupport.swift
[335/526] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[353/527] Compiling NIOIMAPCore IUID.swift
[354/527] Compiling NIOIMAPCore MessageIdentifier.swift
[355/527] Compiling NIOIMAPCore MessageIdentifierRange.swift
[356/527] Compiling NIOIMAPCore MessageIdentifierSet.swift
[357/527] Compiling NIOIMAPCore MessageIdentifierSetNonEmpty.swift
[358/527] Compiling NIOIMAPCore UID.swift
[359/527] Compiling NIOIMAPCore UIDValidity.swift
[360/527] Compiling NIOIMAPCore URLAuthenticationMechanism.swift
[361/527] Compiling NIOIMAPCore URLCommand.swift
[362/527] Compiling NIOIMAPCore URLFetchData.swift
[363/527] Compiling NIOIMAPCore URLFetchType.swift
[364/527] Compiling NIOIMAPCore URLMessageSection.swift
[365/527] Compiling NIOIMAPCore UseAttribute.swift
[366/527] Compiling NIOIMAPCore UserInfo.swift
[367/527] Compiling NIOIMAPCore IMAPDefaults.swift
[368/527] Compiling NIOIMAPCore ModifiedUTF7.swift
[369/527] Compiling NIOIMAPCore CommandParser.swift
[370/527] Compiling NIOIMAPCore GrammarParser+Append.swift
[371/527] Compiling NIOIMAPCore GrammarParser+Body.swift
[372/527] Compiling NIOIMAPCore GrammarParser+Commands.swift
[373/527] Compiling NIOIMAPCore GrammarParser+Date.swift
[374/527] Compiling NIOIMAPCore GrammarParser+Entry.swift
[375/549] Compiling NIOIMAPCore ReturnOption.swift
[376/549] Compiling NIOIMAPCore RumpAuthenticatedURL.swift
[377/549] Compiling NIOIMAPCore RumpURLAndMechanism.swift
[378/549] Compiling NIOIMAPCore ScopeOption.swift
[379/549] Compiling NIOIMAPCore SearchCorrelator.swift
[380/549] Compiling NIOIMAPCore SearchCriteria.swift
[381/549] Compiling NIOIMAPCore SearchKey.swift
[382/549] Compiling NIOIMAPCore SearchModificationSequence.swift
[383/549] Compiling NIOIMAPCore SearchReturnData.swift
[384/549] Compiling NIOIMAPCore SearchReturnDataExtension.swift
[385/549] Compiling NIOIMAPCore SearchReturnOption.swift
[386/549] Compiling NIOIMAPCore SearchReturnOptionExtension.swift
[387/549] Compiling NIOIMAPCore SectionSpec.swift
[388/549] Compiling NIOIMAPCore SelectParameter.swift
[389/549] Compiling NIOIMAPCore SequenceNumber.swift
[390/549] Compiling NIOIMAPCore SequenceRange.swift
[391/549] Compiling NIOIMAPCore SequenceMatchData.swift
[392/549] Compiling NIOIMAPCore SortData.swift
[393/549] Compiling NIOIMAPCore StoreModifier.swift
[394/549] Compiling NIOIMAPCore ParameterValue.swift
[395/549] Compiling NIOIMAPCore TaggedExtension.swift
[396/549] Compiling NIOIMAPCore TaggedExtensiontComp.swift
[397/549] Compiling NIOIMAPCore Language.swift
[398/549] Compiling NIOIMAPCore LanguageLocation.swift
[399/549] Compiling NIOIMAPCore LocationAndExtensions.swift
[400/549] Compiling NIOIMAPCore ParameterPair.swift
[401/549] Compiling NIOIMAPCore Multipart.swift
[402/549] Compiling NIOIMAPCore Singlepart.swift
[403/549] Compiling NIOIMAPCore ByteRange.swift
[404/549] Compiling NIOIMAPCore MessagePathByteRange.swift
[405/549] Compiling NIOIMAPCore Capability.swift
[406/549] Compiling NIOIMAPCore ChangedSinceModifier.swift
[407/549] Compiling NIOIMAPCore Command.swift
[408/549] Compiling NIOIMAPCore CommandStreamPart.swift
[409/549] Compiling NIOIMAPCore CustomCommandPayload.swift
[410/549] Compiling NIOIMAPCore TaggedCommand.swift
[411/549] Compiling NIOIMAPCore ConditionalStore.swift
[412/549] Compiling NIOIMAPCore CreateParameter.swift
[413/549] Compiling NIOIMAPCore IMAPDate.swift
[414/549] Compiling NIOIMAPCore InternalDate.swift
[415/549] Compiling NIOIMAPCore EItem.swift
[416/549] Compiling NIOIMAPCore ExtendedSearchOptions.swift
[417/549] Compiling NIOIMAPCore ExtendedSearchScopeOptions.swift
[418/549] Compiling NIOIMAPCore ExtendedSearchSourceOptions.swift
[419/549] Compiling NIOIMAPCore EmailAddress.swift
[420/549] Compiling NIOIMAPCore PartialRange.swift
[421/549] Compiling NIOIMAPCore SearchReturnData+Partial.swift
[422/549] Compiling NIOIMAPCore Patterns.swift
[423/549] Compiling NIOIMAPCore QuotaLimit.swift
[424/549] Compiling NIOIMAPCore QuotaResource.swift
[425/549] Compiling NIOIMAPCore QuotaResponse.swift
[426/549] Compiling NIOIMAPCore QuotaRoot.swift
[427/549] Compiling NIOIMAPCore QuotaRootResponse.swift
[428/549] Compiling NIOIMAPCore RelativeIMAPURL.swift
[429/549] Compiling NIOIMAPCore ContinuationRequest.swift
[430/549] Compiling NIOIMAPCore ExtendedSearchResponse.swift
[431/549] Compiling NIOIMAPCore Response.swift
[432/549] Compiling NIOIMAPCore ResponseCodeAppend.swift
[433/549] Compiling NIOIMAPCore ResponseCodeCopy.swift
[434/549] Compiling NIOIMAPCore ResponseData.swift
[435/549] Compiling NIOIMAPCore ResponseFatal.swift
[436/549] Compiling NIOIMAPCore ResponsePayload.swift
[437/549] Compiling NIOIMAPCore ResponseText.swift
[438/549] Compiling NIOIMAPCore ResponseTextCode.swift
[439/549] Compiling NIOIMAPCore TaggedResponse.swift
[440/549] Compiling NIOIMAPCore TaggedResponseState.swift
[441/549] Compiling NIOIMAPCore UntaggedResponseState.swift
[442/549] Emitting module NIOIMAPCore
[443/549] Compiling NIOIMAPCore HeaderList.swift
[444/549] Compiling NIOIMAPCore Helpers.swift
[445/549] Compiling NIOIMAPCore ID.swift
[446/549] Compiling NIOIMAPCore IMAPServer.swift
[447/549] Compiling NIOIMAPCore IMAPURL.swift
[448/549] Compiling NIOIMAPCore IMAPURLAuthenticationMechanism.swift
[449/549] Compiling NIOIMAPCore InitialResponse.swift
[450/549] Compiling NIOIMAPCore InternetMessageDate.swift
[451/549] Compiling NIOIMAPCore KeyValue.swift
[452/549] Compiling NIOIMAPCore LastCommandMessageIdentifier.swift
[453/549] Compiling NIOIMAPCore LastCommandSet.swift
[454/549] Compiling NIOIMAPCore ListReturnOps.swift
[455/549] Compiling NIOIMAPCore ListSelectBaseOption.swift
[456/549] Compiling NIOIMAPCore ListSelectIndependentOption.swift
[457/549] Compiling NIOIMAPCore ListSelectOption.swift
[458/549] Compiling NIOIMAPCore MailboxAttribute.swift
[459/549] Compiling NIOIMAPCore MailboxData.swift
[460/549] Compiling NIOIMAPCore MailboxGroup.swift
[461/549] Compiling NIOIMAPCore MailboxInfo.swift
[462/549] Compiling NIOIMAPCore MailboxName.swift
[463/549] Compiling NIOIMAPCore MailboxPatterns.swift
[464/549] Compiling NIOIMAPCore MailboxUIDValidity.swift
[465/549] Compiling NIOIMAPCore MechanismBase64.swift
[466/549] Compiling NIOIMAPCore Base64.swift
[467/549] Compiling NIOIMAPCore Chromium.swift
[468/549] Compiling NIOIMAPCore DecodingError.swift
[469/549] Compiling NIOIMAPCore ByteBuffer+WriteLiteral.swift
[470/549] Compiling NIOIMAPCore CommandEncodeBuffer.swift
[471/549] Compiling NIOIMAPCore CommandEncodingOptions.swift
[472/549] Compiling NIOIMAPCore EncodeBuffer.swift
[473/549] Compiling NIOIMAPCore AbsoluteMessagePath.swift
[474/549] Compiling NIOIMAPCore Access.swift
[475/549] Compiling NIOIMAPCore AppendData.swift
[476/549] Compiling NIOIMAPCore AppendMessage.swift
[477/549] Compiling NIOIMAPCore AppendOptions.swift
[478/549] Compiling NIOIMAPCore AttributeFlag.swift
[479/549] Compiling NIOIMAPCore AuthenticatedURL.swift
[480/549] Compiling NIOIMAPCore AuthenticatedURLRump.swift
[481/549] Compiling NIOIMAPCore AuthenticatedURLVerifier.swift
[482/549] Compiling NIOIMAPCore AuthenticationMechanism.swift
[483/549] Compiling NIOIMAPCore Body.swift
[484/549] Compiling NIOIMAPCore BodyExtension.swift
[485/549] Compiling NIOIMAPCore Disposition.swift
[486/549] Compiling NIOIMAPCore DispositionAndLanguage.swift
[487/549] Compiling NIOIMAPCore Encoding.swift
[488/549] Compiling NIOIMAPCore Fields.swift
[497/549] Compiling NIOIMAPCore MetadataResponse.swift
[498/549] Compiling NIOIMAPCore MetadataValue.swift
[499/549] Compiling NIOIMAPCore ModificationSequenceValue.swift
[500/549] Compiling NIOIMAPCore NString.swift
[501/549] Compiling NIOIMAPCore Namespace.swift
[502/549] Compiling NIOIMAPCore NamespaceCommand.swift
[503/549] Compiling NIOIMAPCore NamespaceDescription.swift
[504/549] Compiling NIOIMAPCore NamespaceResponse.swift
[505/549] Compiling NIOIMAPCore NamespaceResponseExtension.swift
[506/549] Compiling NIOIMAPCore NetworkMessagePath.swift
[507/549] Compiling NIOIMAPCore NetworkPath.swift
[508/549] Compiling NIOIMAPCore MailboxFilter.swift
[509/549] Compiling NIOIMAPCore Mailboxes.swift
[510/549] Compiling NIOIMAPCore OptionExtension.swift
[511/549] Compiling NIOIMAPCore OptionValueComp.swift
[512/549] Compiling NIOIMAPCore GrammarParser+Envelope.swift
[513/549] Compiling NIOIMAPCore GrammarParser+Fetch.swift
[514/549] Compiling NIOIMAPCore GrammarParser+List.swift
[515/549] Compiling NIOIMAPCore GrammarParser+Mailbox.swift
[516/549] Compiling NIOIMAPCore GrammarParser+Message.swift
[517/549] Compiling NIOIMAPCore GrammarParser+Partial.swift
[518/549] Compiling NIOIMAPCore GrammarParser+Response.swift
[519/549] Compiling NIOIMAPCore GrammarParser+Search.swift
[520/549] Compiling NIOIMAPCore GrammarParser+Sequence.swift
[521/549] Compiling NIOIMAPCore GrammarParser+UID.swift
[522/549] Compiling NIOIMAPCore GrammarParser.swift
[523/549] Compiling NIOIMAPCore Parser.swift
[524/549] Compiling NIOIMAPCore ParserLibrary.swift
[525/549] Compiling NIOIMAPCore ResponseParser.swift
[526/549] Compiling NIOIMAPCore SynchronizingLiteralParser.swift
[527/549] Compiling NIOIMAPCore UInt8+ParseTypeMembership.swift
[528/549] Compiling NIOIMAPCore Pipelining.swift
[529/549] Compiling NIOIMAPCore PreviewText.swift
[530/549] Compiling NIOIMAPCore ResponseEncodeBuffer.swift
[531/549] Compiling NIOIMAPCore ResponseEncodingOptions.swift
[532/549] Compiling NIOIMAPCore String+ByteBuffer.swift
[533/549] Compiling NIOIMAPCore _ByteBufferProtocol.swift
[534/549] Wrapping AST for NIOIMAPCore for debugging
[536/562] Compiling NIOIMAP CommandEncoder.swift
[537/562] Compiling NIOIMAP IMAPClientHandler.swift
[538/563] Compiling NIOIMAP NIOIMAP.swift
[539/563] Compiling NIOIMAP IMAPServerHandler.swift
[540/563] Compiling NIOIMAP ResponseDecoder.swift
[541/563] Compiling NIOIMAP FrameDecoder.swift
[542/563] Compiling NIOIMAP FramingParser.swift
[543/563] Compiling NIOIMAP IdleStateMachine.swift
[544/563] Compiling NIOIMAP ClientEncodingOptions.swift
[545/563] Emitting module NIOIMAP
[546/563] Compiling NIOIMAP AppendStateMachine.swift
[547/563] Compiling NIOIMAP AuthenticationStateMachine.swift
[548/563] Compiling NIOIMAP ClientStateMachine.swift
[549/563] Compiling NIOIMAP CommandDecoder.swift
[551/575] Emitting module CLILib
[552/578] Compiling CLILib CommandRoundtripHandler.swift
[553/578] Compiling CLILib ResponseRoundtripHandler.swift
[554/578] Compiling Proxy InboundPrintHandler.swift
[555/578] Emitting module Proxy
[556/578] Compiling NIOIMAPFuzzer main.swift
[557/578] Emitting module NIOIMAPFuzzer
[558/578] Compiling Proxy OutboundPrintHandler.swift
[559/578] Compiling Proxy ProxyToMailServerHandler.swift
[560/578] Compiling Proxy MailClientToProxyHandler.swift
[561/580] Compiling Proxy main.swift
[565/581] Compiling NIOIMAPPerformanceTester CommandTester.swift
[566/581] Compiling NIOIMAPPerformanceTester Benchmark.swift
[567/581] Compiling NIOIMAPPerformanceTester main.swift
[568/581] Emitting module NIOIMAPPerformanceTester
[569/581] Wrapping AST for NIOIMAPFuzzer for debugging
[570/581] Write Objects.LinkFileList
[571/581] Wrapping AST for Proxy for debugging
[572/581] Write Objects.LinkFileList
[573/581] Wrapping AST for NIOIMAPPerformanceTester for debugging
[574/581] Write Objects.LinkFileList
[576/583] Emitting module CLI
[577/583] Compiling CLI main.swift
[578/584] Linking NIOIMAPFuzzer
[579/584] Wrapping AST for CLI for debugging
[580/584] Write Objects.LinkFileList
[581/584] Linking NIOIMAPPerformanceTester
[582/584] Linking Proxy
[583/584] Linking CLI
Build complete! (48.11s)
Build complete.
{
"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/MailboxInfo.swift",
"Grammar/Mailbox/MailboxName.swift",
"Grammar/Mailbox/MailboxPatterns.swift",
"Grammar/MailboxUIDValidity.swift",
"Grammar/MechanismBase64.swift",
"Grammar/Media/Media.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/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/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.