Build Information
Successful build of papyrus, reference v0.6.16 (0a424d
), with Swift 5.10 for Linux on 29 Oct 2024 07:34:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Fleuronic/papyrus.git
Reference: v0.6.16
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/Fleuronic/papyrus
* tag v0.6.16 -> FETCH_HEAD
HEAD is now at 0a424d9 sendable
Cloned https://github.com/Fleuronic/papyrus.git
Revision (git rev-parse @):
0a424d90f7a31b40e3b850a58062bb3aa701323f
SUCCESS checkout https://github.com/Fleuronic/papyrus.git at v0.6.16
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/Fleuronic/papyrus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:5bb17dbcfcf8548eee753b07845b2378de013b2470bb445b58120b16b16ecc2b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/Alamofire/Alamofire.git
[1/631] Fetching swift-macro-testing
[632/30420] Fetching swift-macro-testing, alamofire
[11059/96673] Fetching swift-macro-testing, alamofire, swift-syntax
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.05s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (4.53s)
Fetched https://github.com/apple/swift-syntax from cache (4.57s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 510.0.3 (1.15s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.1 (0.36s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.5.2 (0.32s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/12436] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.68s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.6 (0.40s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 510.0.3
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.5.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.17.6
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/42] Write sources
[0/42] Copying PrivacyInfo.xcprivacy
[2/42] Write sources
[20/42] Write swift-version-24593BA9C3E375BF.txt
[22/80] Emitting module SwiftSyntax510
[23/85] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[24/90] Emitting module SwiftSyntax509
[25/90] Compiling SwiftSyntax509 Empty.swift
[26/90] Compiling SwiftSyntax510 Empty.swift
[28/92] Wrapping AST for SwiftSyntax509 for debugging
[29/92] Wrapping AST for SwiftSyntax510 for debugging
[31/152] Compiling SwiftSyntax TokenSequence.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[32/152] Compiling SwiftSyntax TokenSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[33/152] Compiling SwiftSyntax Trivia.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[34/152] Compiling SwiftSyntax Utils.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[35/152] Compiling SwiftSyntax ChildNameForKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[36/152] Compiling SwiftSyntax SyntaxCollections.swift
[37/152] Compiling SwiftSyntax SyntaxEnum.swift
[38/152] Compiling SwiftSyntax SyntaxKind.swift
[39/152] Compiling SwiftSyntax SyntaxRewriter.swift
[40/152] Compiling SwiftSyntax SyntaxTraits.swift
[41/152] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[42/152] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[43/152] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[44/152] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[45/152] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[46/152] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/ParameterEncoding.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[47/152] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[48/152] Compiling SwiftSyntax SyntaxArena.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[49/152] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[50/152] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[51/152] Compiling SwiftSyntax SyntaxHashable.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[52/152] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[53/152] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[54/152] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[55/152] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[56/152] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[57/152] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/AuthenticationInterceptor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[58/152] Compiling SwiftSyntax SyntaxNodeStructure.swift
[59/152] Compiling SwiftSyntax SyntaxProtocol.swift
[60/152] Compiling SwiftSyntax SyntaxText.swift
[61/152] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[62/152] Compiling SwiftSyntax TokenDiagnostic.swift
[63/152] Compiling SwiftSyntax Keyword.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[64/152] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[65/152] Compiling SwiftSyntax RenamedNodesCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[66/152] Compiling SwiftSyntax SyntaxAnyVisitor.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[67/152] Compiling SwiftSyntax SyntaxBaseNodes.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/EventMonitor.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
[68/152] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[69/152] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[70/152] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[71/152] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[72/152] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[73/152] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/AFError.swift:25:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[93/161] Emitting module SwiftSyntax
[103/161] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[104/161] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[105/161] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[106/161] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[107/161] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[108/161] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[109/161] Compiling SwiftSyntax RawSyntaxValidation.swift
[110/161] Compiling SwiftSyntax SyntaxNodesAB.swift
[119/161] Compiling SwiftSyntax SyntaxTransform.swift
[120/161] Compiling SwiftSyntax SyntaxVisitor.swift
[121/161] Compiling SwiftSyntax TokenKind.swift
[122/161] Compiling SwiftSyntax Tokens.swift
[123/161] Compiling SwiftSyntax TriviaPieces.swift
[124/161] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[125/161] Compiling SwiftSyntax RawSyntaxNodesC.swift
[126/161] Compiling SwiftSyntax RawSyntaxNodesD.swift
[135/161] Compiling SwiftSyntax SyntaxNodesC.swift
[136/161] Compiling SwiftSyntax SyntaxNodesD.swift
[137/161] Compiling SwiftSyntax SyntaxNodesEF.swift
[138/161] Compiling SwiftSyntax SyntaxNodesGHI.swift
[139/161] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[140/161] Compiling SwiftSyntax SyntaxNodesOP.swift
[141/161] Compiling SwiftSyntax SyntaxNodesQRS.swift
[142/161] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[143/165] Wrapping AST for SwiftSyntax for debugging
[145/213] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[146/213] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[147/213] Compiling SwiftDiagnostics Convenience.swift
[148/213] Compiling SwiftBasicFormat Syntax+Extensions.swift
[149/213] Emitting module SwiftDiagnostics
[150/213] Compiling SwiftDiagnostics Message.swift
[151/213] Compiling SwiftDiagnostics Note.swift
[152/213] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[153/213] Compiling SwiftDiagnostics FixIt.swift
[154/213] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[155/213] Compiling SwiftDiagnostics Diagnostic.swift
[157/214] Emitting module SwiftBasicFormat
[157/214] Wrapping AST for SwiftDiagnostics for debugging
[159/214] Compiling SwiftBasicFormat BasicFormat.swift
[160/215] Wrapping AST for SwiftBasicFormat for debugging
[162/215] Compiling SwiftParser Lexer.swift
[163/215] Compiling SwiftParser RegexLiteralLexer.swift
[164/215] Compiling SwiftParser UnicodeScalarExtensions.swift
[165/215] Compiling SwiftParser Lookahead.swift
[166/215] Compiling SwiftParser LoopProgressCondition.swift
[167/220] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[168/220] Compiling SwiftParser StringLiterals.swift
[169/220] Compiling SwiftParser SwiftParserCompatibility.swift
[170/220] Compiling SwiftParser SyntaxUtils.swift
[171/220] Compiling SwiftParser TokenConsumer.swift
[172/220] Compiling SwiftParser TokenPrecedence.swift
[173/220] Compiling SwiftParser TokenSpec.swift
[174/220] Compiling SwiftParser TokenSpecSet.swift
[175/220] Compiling SwiftParser TopLevel.swift
[176/220] Compiling SwiftParser TriviaParser.swift
[177/220] Emitting module SwiftParser
[178/220] Compiling SwiftParser Attributes.swift
[179/220] Compiling SwiftParser Availability.swift
[180/220] Compiling SwiftParser CharacterInfo.swift
[181/220] Compiling SwiftParser CollectionNodes+Parsable.swift
[182/220] Compiling SwiftParser Declarations.swift
[183/220] Compiling SwiftParser Directives.swift
[184/220] Compiling SwiftParser Parser.swift
[185/220] Compiling SwiftParser Patterns.swift
[186/220] Compiling SwiftParser Recovery.swift
[187/220] Compiling SwiftParser Specifiers.swift
[188/220] Compiling SwiftParser Statements.swift
[189/220] Compiling SwiftParser Modifiers.swift
[190/220] Compiling SwiftParser Names.swift
[191/220] Compiling SwiftParser Nominals.swift
[192/220] Compiling SwiftParser Parameters.swift
[193/220] Compiling SwiftParser ParseSourceFile.swift
[194/220] Compiling SwiftParser ExperimentalFeatures.swift
[195/220] Compiling SwiftParser Expressions.swift
[196/220] Compiling SwiftParser IncrementalParseTransition.swift
[197/220] Compiling SwiftParser Cursor.swift
[198/220] Compiling SwiftParser Lexeme.swift
[199/220] Compiling SwiftParser LexemeSequence.swift
[200/220] Compiling SwiftParser Types.swift
[201/220] Compiling SwiftParser IsLexerClassified.swift
[202/220] Compiling SwiftParser LayoutNodes+Parsable.swift
[203/220] Compiling SwiftParser Parser+TokenSpecSet.swift
[204/220] Compiling SwiftParser TokenSpecStaticMembers.swift
[205/221] Wrapping AST for SwiftParser for debugging
[207/244] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[208/245] Compiling SwiftOperators PrecedenceGraph.swift
[209/245] Compiling SwiftOperators PrecedenceGroup.swift
[210/245] Compiling SwiftOperators OperatorTable.swift
[211/246] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[212/246] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[213/246] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[214/246] Emitting module SwiftOperators
[215/246] Compiling SwiftOperators OperatorError.swift
[216/246] Compiling SwiftOperators OperatorTable+Defaults.swift
[217/246] Compiling SwiftOperators SyntaxSynthesis.swift
[218/246] Compiling SwiftOperators OperatorTable+Semantics.swift
[219/246] Compiling SwiftOperators OperatorTable+Folding.swift
[221/247] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[222/247] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[223/247] Compiling SwiftParserDiagnostics Utils.swift
[223/247] Wrapping AST for SwiftOperators for debugging
[227/247] Emitting module SwiftParserDiagnostics
[228/247] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[229/247] Compiling SwiftParserDiagnostics PresenceUtils.swift
[232/247] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[233/247] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[234/248] Wrapping AST for SwiftParserDiagnostics for debugging
[236/262] Compiling SwiftSyntaxBuilder Indenter.swift
[237/262] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[238/263] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[239/263] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[240/263] Emitting module SwiftSyntaxBuilder
[241/263] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[242/263] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[243/263] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[244/263] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[245/263] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[246/263] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[247/263] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[248/263] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[249/263] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[250/263] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[251/264] Wrapping AST for SwiftSyntaxBuilder for debugging
[253/278] Compiling SwiftSyntaxMacros MemberMacro.swift
[254/279] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[255/279] Compiling SwiftSyntaxMacros Macro+Format.swift
[256/279] Compiling SwiftSyntaxMacros Macro.swift
[257/279] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[258/279] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[259/279] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[260/279] Emitting module SwiftSyntaxMacros
[261/279] Compiling SwiftSyntaxMacros AccessorMacro.swift
[262/279] Compiling SwiftSyntaxMacros AttachedMacro.swift
[263/279] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[264/279] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[265/279] Compiling SwiftSyntaxMacros PeerMacro.swift
[266/279] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[267/279] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[268/280] Wrapping AST for SwiftSyntaxMacros for debugging
[270/288] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[271/288] Emitting module SwiftSyntaxMacroExpansion
[272/288] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[273/288] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[274/288] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[275/288] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[276/288] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[277/288] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[278/289] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[280/296] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[281/296] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[282/296] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[283/296] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[284/296] Emitting module SwiftCompilerPluginMessageHandling
[285/296] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[286/296] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[287/297] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[289/299] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[290/299] Emitting module SwiftCompilerPlugin
[291/300] Wrapping AST for SwiftCompilerPlugin for debugging
[293/312] Compiling PapyrusPlugin ProtocolDeclSyntax+Utilities.swift
[294/313] Compiling PapyrusPlugin FunctionParameterSyntax+Utilities.swift
[295/313] Compiling PapyrusPlugin Macro+Utilities.swift
[296/313] Compiling PapyrusPlugin PapyrusPluginError.swift
[297/313] Compiling PapyrusPlugin Plugin.swift
[298/313] Compiling PapyrusPlugin AttributeSyntax+Utilities.swift
[299/313] Compiling PapyrusPlugin FunctionDeclSyntax+Utilities.swift
[300/313] Compiling PapyrusPlugin DecoratorMacro.swift
[301/313] Compiling PapyrusPlugin MockMacro.swift
[302/313] Compiling PapyrusPlugin String+Utilities.swift
[303/313] Emitting module PapyrusPlugin
[304/313] Compiling PapyrusPlugin APIAttribute.swift
[305/313] Compiling PapyrusPlugin APIMacro.swift
[306/314] Wrapping AST for PapyrusPlugin for debugging
[307/314] Write Objects.LinkFileList
[308/314] Linking PapyrusPlugin
[310/330] Emitting module PapyrusCore
[311/332] Compiling PapyrusCore Macros.swift
[312/332] Compiling PapyrusCore MultipartEncoder.swift
[313/332] Compiling PapyrusCore Response.swift
[314/332] Compiling PapyrusCore ResponseDecoder.swift
[315/332] Compiling PapyrusCore Part.swift
[316/332] Compiling PapyrusCore PapyrusError.swift
[317/332] Compiling PapyrusCore Provider.swift
[318/332] Compiling PapyrusCore Request.swift
[319/332] Compiling PapyrusCore HTTPService.swift
[320/332] Compiling PapyrusCore CurlInterceptor.swift
[321/332] Compiling PapyrusCore KeyMapping.swift
[322/332] Compiling PapyrusCore URLEncodedForm.swift
[323/332] Compiling PapyrusCore URLEncodedFormDecoder.swift
[324/332] Compiling PapyrusCore RequestBuilder.swift
[325/332] Compiling PapyrusCore RequestEncoder.swift
[326/332] Compiling PapyrusCore URLEncodedFormEncoder.swift
[327/332] Compiling PapyrusCore URLEncodedFormNode.swift
[328/333] Wrapping AST for PapyrusCore for debugging
[330/337] Emitting module Papyrus
[331/337] Compiling Papyrus URLSession+Papyrus.swift
[332/337] Emitting module PapyrusAlamofire
[333/337] Compiling PapyrusAlamofire Alamofire+Papyrus.swift
[335/339] Wrapping AST for Papyrus for debugging
[337/341] Emitting module Example
[338/341] Compiling Example main.swift
[339/342] Wrapping AST for Example for debugging
[340/342] Write Objects.LinkFileList
[341/342] Linking Example
Build complete! (100.22s)
Build complete.
Done.