Build Information
Successful build of SDGWeb, reference master (a3b7cd), with Swift 6.1 for Wasm on 28 May 2025 15:48:19 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sdggiesbrecht/sdgweb.git
Reference: master
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/sdggiesbrecht/sdgweb
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a3b7cdf Updated Workspace.
Cloned https://github.com/sdggiesbrecht/sdgweb.git
Revision (git rev-parse @):
a3b7cdf24fde9ad6b3f277d4e36cefc140349dca
SUCCESS checkout https://github.com/sdggiesbrecht/sdgweb.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/sdggiesbrecht/sdgweb.git
https://github.com/sdggiesbrecht/sdgweb.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "sdgcornerstone",
"requirement" : {
"range" : [
{
"lower_bound" : "10.1.2",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/SDGCornerstone"
}
],
"manifest_display_name" : "SDGWeb",
"name" : "SDGWeb",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SDGWeb",
"targets" : [
"SDGWeb"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGHTML",
"targets" : [
"SDGHTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGCSS",
"targets" : [
"SDGCSS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "generate_entity_list",
"targets" : [
"generate_entity_list"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "generate_entity_list",
"module_type" : "SwiftTarget",
"name" : "generate_entity_list",
"path" : "Sources/generate_entity_list",
"product_dependencies" : [
"SDGLogic",
"SDGText",
"SDGPersistence"
],
"product_memberships" : [
"generate_entity_list"
],
"sources" : [
"Entity.swift",
"EntityListGenerator.swift"
],
"type" : "executable"
},
{
"c99name" : "SDGWebTests",
"module_type" : "SwiftTarget",
"name" : "SDGWebTests",
"path" : "Tests/SDGWebTests",
"product_dependencies" : [
"SDGLogic",
"SDGText",
"SDGLocalization",
"SDGCalendar",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities",
"SDGXCTestUtilities"
],
"sources" : [
"APITests.swift",
"DoubleLocalization.swift",
"ElementSyntax.swift",
"MockProject.swift",
"RegressionTests.swift",
"RightToLeftLocalization.swift",
"SingleLocalization.swift",
"Unfolder.swift",
"UnknownLocalization.swift"
],
"target_dependencies" : [
"SDGHTML",
"SDGWeb",
"SDGWebLocalizations"
],
"type" : "test"
},
{
"c99name" : "SDGWebLocalizations",
"module_type" : "SwiftTarget",
"name" : "SDGWebLocalizations",
"path" : "Sources/SDGWebLocalizations",
"product_dependencies" : [
"SDGLocalization"
],
"product_memberships" : [
"SDGWeb",
"SDGHTML"
],
"sources" : [
"InterfaceLocalization.swift"
],
"type" : "library"
},
{
"c99name" : "SDGWeb",
"module_type" : "SwiftTarget",
"name" : "SDGWeb",
"path" : "Sources/SDGWeb",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGLocalization",
"SDGCalendar"
],
"product_memberships" : [
"SDGWeb"
],
"sources" : [
"Copyright.swift",
"PageTemplate.swift",
"PageTemplateLoadingError.swift",
"PageTemplateMetaDataExtractionError.swift",
"PageTemplateMetaDataParsingError.swift",
"RepositoryStructure.swift",
"Site.swift",
"SiteGenerationError.swift",
"SiteSyntaxUnfolder.swift",
"SiteValidationError.swift",
"SyntaxUnfolder.swift"
],
"target_dependencies" : [
"SDGWebLocalizations",
"SDGHTML",
"SDGCSS"
],
"type" : "library"
},
{
"c99name" : "SDGHTMLTests",
"module_type" : "SwiftTarget",
"name" : "SDGHTMLTests",
"path" : "Tests/SDGHTMLTests",
"product_dependencies" : [
"SDGLogic",
"SDGText",
"SDGPersistence",
"SDGLocalization",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities",
"SDGXCTestUtilities"
],
"sources" : [
"APITests.swift",
"InternalTests.swift",
"RegressionTests.swift",
"TestLocalization.swift"
],
"target_dependencies" : [
"SDGWebLocalizations",
"SDGHTML"
],
"type" : "test"
},
{
"c99name" : "SDGHTML",
"module_type" : "SwiftTarget",
"name" : "SDGHTML",
"path" : "Sources/SDGHTML",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGPersistence",
"SDGLocalization"
],
"product_memberships" : [
"SDGWeb",
"SDGHTML"
],
"sources" : [
"Entities.swift",
"HTML.swift",
"Localization.swift",
"Syntax/ContentSyntaxKind.swift",
"Syntax/HeadingLevel.swift",
"Syntax/Nodes/AttributeSyntax.swift",
"Syntax/Nodes/AttributeValueSyntax.swift",
"Syntax/Nodes/AttributesSyntax.swift",
"Syntax/Nodes/ClosingTagSyntax.swift",
"Syntax/Nodes/CommentSyntax.swift",
"Syntax/Nodes/ContentSyntax+Factories.swift",
"Syntax/Nodes/ContentSyntax.swift",
"Syntax/Nodes/DocumentSyntax+Factories.swift",
"Syntax/Nodes/DocumentSyntax.swift",
"Syntax/Nodes/ElementContinuationSyntax.swift",
"Syntax/Nodes/ElementSyntax+Factories.swift",
"Syntax/Nodes/ElementSyntax.swift",
"Syntax/Nodes/ListSyntax.swift",
"Syntax/Nodes/ListSyntaxAttributeSyntax.swift",
"Syntax/Nodes/ListSyntaxContentSyntax.swift",
"Syntax/Nodes/OpeningTagSyntax.swift",
"Syntax/Nodes/TextSyntax.swift",
"Syntax/Nodes/TokenSyntax.swift",
"Syntax/Protocols/AttributedSyntax.swift",
"Syntax/Protocols/ChildSet.swift",
"Syntax/Protocols/ContainerSyntax.swift",
"Syntax/Protocols/NamedSyntax.swift",
"Syntax/Protocols/Syntax.swift",
"Syntax/SyntaxError.swift",
"Syntax/SyntaxStorage.swift",
"Syntax/SyntaxUnfolder.swift",
"Syntax/SyntaxUnfolderContext.swift",
"Syntax/SyntaxUnfolderError.swift",
"Syntax/SyntaxUnfolderProtocol.swift",
"Syntax/TokenKind.swift",
"Syntax/UnfoldingError.swift",
"TextDirection.swift",
"UnicodeScalar.swift"
],
"target_dependencies" : [
"SDGWebLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGCSS",
"module_type" : "SwiftTarget",
"name" : "SDGCSS",
"path" : "Sources/SDGCSS",
"product_dependencies" : [
"SDGCollections",
"SDGText"
],
"product_memberships" : [
"SDGWeb",
"SDGCSS"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SDGCSS/Root.css",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CSS.swift",
"Resources.swift",
"Resources/Resources 1.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/SDGGiesbrecht/SDGCornerstone
[1/102117] Fetching sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/SDGCornerstone from cache (4.90s)
Computing version for https://github.com/SDGGiesbrecht/SDGCornerstone
Computed https://github.com/SDGGiesbrecht/SDGCornerstone at 10.2.0 (6.45s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-numerics
[1/5691] Fetching swift-numerics
[2/22282] Fetching swift-numerics, swift-collections
Fetched https://github.com/apple/swift-numerics from cache (1.24s)
Fetched https://github.com/apple/swift-collections from cache (1.27s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (2.03s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.04s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/SDGGiesbrecht/SDGCornerstone
Working copy of https://github.com/SDGGiesbrecht/SDGCornerstone resolved at 10.2.0
[1/1] Compiling plugin SDGEmbedResources
[2/2] Compiling plugin SDGCopySources
Building for debugging...
[2/34] Write sources
[2/34] Copying Root.css
[2/34] Write sources
[20/34] Compiling _NumericsShims _NumericsShims.c
[21/34] Write swift-version-24593BA9C3E375BF.txt
[23/82] Emitting module SDGLogic
[24/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/83] Compiling SDGLogic Tuple.swift
[26/83] Compiling RealModule Float80+Real.swift
[27/83] Compiling InternalCollectionsUtilities Descriptions.swift
[28/83] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[29/84] Emitting module InternalCollectionsUtilities
[30/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/84] Compiling RealModule Real.swift
[32/84] Compiling SDGLogic Equatable.swift
[33/84] Compiling RealModule Float16+Real.swift
[34/84] Compiling RealModule Float+Real.swift
[35/84] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/84] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/84] Compiling InternalCollectionsUtilities Debugging.swift
[39/84] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/84] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/84] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/84] Compiling InternalCollectionsUtilities Integer rank.swift
[43/84] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/84] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/86] Compiling RealModule ElementaryFunctions.swift
[57/87] Emitting module RealModule
[60/87] Compiling SDGLogic NilLiteral.swift
[61/87] Compiling SDGLogic Any.swift
[62/87] Compiling SDGLogic Bool.swift
[63/87] Compiling SDGLogic Operators.swift
[64/87] Emitting module SDGControlFlow
[70/88] Compiling RealModule RealFunctions.swift
[71/89] Compiling SDGControlFlow SharedProperty.swift
[72/89] Compiling SDGControlFlow SharedValueObserver.swift
[73/89] Compiling SDGControlFlow TextualPlaygroundDisplay.swift
[74/89] Compiling SDGControlFlow TransparentWrapper.swift
[75/89] Wrapping AST for InternalCollectionsUtilities for debugging
[76/89] Wrapping AST for SDGLogic for debugging
[78/144] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[79/144] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[80/145] Wrapping AST for RealModule for debugging
[81/145] Wrapping AST for SDGControlFlow for debugging
[83/175] Compiling SDGMathematics Subtractable.swift
[84/175] Compiling SDGMathematics VectorProtocol.swift
[85/175] Compiling SDGMathematics WholeArithmetic.swift
[86/175] Compiling SDGMathematics WholeNumberProtocol.swift
[87/175] Compiling SDGMathematics Operators.swift
[88/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[89/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[90/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[91/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[92/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[93/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[94/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[95/182] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[96/182] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[97/182] Compiling OrderedCollections OrderedDictionary.swift
[98/182] Compiling OrderedCollections OrderedSet+Codable.swift
[99/182] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[100/182] Compiling OrderedCollections OrderedSet+Descriptions.swift
[101/182] Compiling OrderedCollections OrderedSet+Diffing.swift
[102/182] Compiling OrderedCollections OrderedSet+Equatable.swift
[103/182] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[104/182] Compiling OrderedCollections OrderedSet+Hashable.swift
[105/182] Compiling OrderedCollections OrderedSet+Initializers.swift
[106/182] Compiling OrderedCollections OrderedSet+Insertions.swift
[107/182] Compiling OrderedCollections OrderedSet+Invariants.swift
[108/182] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[109/182] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[110/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[111/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[112/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[113/182] Compiling SDGMathematics Data.swift
[114/182] Compiling SDGMathematics Addable.swift
[115/182] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[116/182] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[117/182] Compiling SDGMathematics IntegerProtocol.swift
[118/182] Compiling SDGMathematics IntegralArithmetic.swift
[119/182] Compiling SDGMathematics Negatable.swift
[120/182] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[121/182] Compiling SDGMathematics OneDimensionalPoint.swift
[122/182] Compiling SDGMathematics OneDimensionalVector.swift
[123/182] Compiling SDGMathematics PointProtocol.swift
[124/182] Compiling SDGMathematics RationalArithmetic.swift
[125/182] Compiling SDGMathematics RationalNumberProtocol.swift
[126/182] Compiling SDGMathematics RationalVector.swift
[127/182] Compiling SDGMathematics RealArithmetic.swift
[128/182] Compiling SDGMathematics RealNumberProtocol.swift
[129/182] Compiling SDGMathematics Float.swift
[130/182] Compiling SDGMathematics FunctionAnalysis.swift
[131/182] Compiling SDGMathematics Int.swift
[132/182] Compiling SDGMathematics Measurement.swift
[133/182] Compiling SDGMathematics Angle.swift
[134/182] Compiling SDGMathematics BitField.swift
[135/182] Compiling SDGMathematics ClosedRange.swift
[136/182] Compiling SDGMathematics Comparable.swift
[137/182] Compiling OrderedCollections OrderedSet+Sendable.swift
[138/182] Compiling OrderedCollections OrderedSet+SubSequence.swift
[139/182] Compiling OrderedCollections OrderedSet+Testing.swift
[140/182] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[141/182] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[142/182] Compiling OrderedCollections OrderedSet.swift
[143/182] Compiling OrderedCollections _UnsafeBitset.swift
[144/182] Emitting module OrderedCollections
[145/183] Wrapping AST for OrderedCollections for debugging
[167/187] Emitting module SDGMathematics
[168/187] Compiling SDGMathematics OrderedEnumeration.swift
[169/187] Compiling SDGMathematics Sequence.swift
[170/187] Compiling SDGMathematics Tuple.swift
[171/187] Compiling SDGMathematics UInt.swift
[181/188] Wrapping AST for SDGMathematics for debugging
[183/250] Compiling SDGCollections ConditionalPattern.swift
[184/250] Compiling SDGCollections LiteralPattern.swift
[185/250] Compiling SDGCollections NegatedPattern.swift
[186/250] Compiling SDGCollections NestingContentsPattern.swift
[187/250] Compiling SDGCollections NestingMatch.swift
[188/250] Compiling SDGCollections NestingMatchContents.swift
[189/250] Compiling SDGCollections NestingMatchSegment.swift
[190/250] Compiling SDGCollections NestingPattern.swift
[191/250] Compiling SDGCollections NestingSegmentPattern.swift
[192/258] Compiling SDGCollections NaryAlternativePatterns.swift
[193/258] Compiling SDGCollections AnyBidirectionalPattern.swift
[194/258] Compiling SDGCollections AnyPattern.swift
[195/258] Compiling SDGCollections AnyPatternMatch.swift
[196/258] Compiling SDGCollections AtomicPatternMatch.swift
[197/258] Compiling SDGCollections ConcatenatedMatch.swift
[198/258] Compiling SDGCollections ConcatenatedPatterns.swift
[199/258] Compiling SDGCollections NaryConcatenatedMatch.swift
[200/258] Compiling SDGCollections NaryConcatenatedPatterns.swift
[201/258] Compiling SDGCollections OrderedSet.SubSequence.swift
[202/258] Compiling SDGCollections OrderedSet.swift
[203/258] Compiling SDGCollections ExclusivePrefixMatch.swift
[204/258] Compiling SDGCollections ExclusiveSuffixMatch.swift
[205/258] Compiling SDGCollections InclusivePrefixMatch.swift
[206/258] Compiling SDGCollections InclusiveSuffixMatch.swift
[207/258] Compiling SDGCollections AlternativeMatch.swift
[208/258] Compiling SDGCollections AlternativePatterns.swift
[209/258] Compiling SDGCollections NaryAlternativeMatch.swift
[210/258] Compiling SDGCollections FiniteSet.swift
[211/258] Compiling SDGCollections IntensionalSet.swift
[212/258] Compiling SDGCollections Intersection.swift
[213/258] Compiling SDGCollections MutableSet.swift
[214/258] Compiling SDGCollections Set.swift
[215/258] Compiling SDGCollections SetDefinition.swift
[216/258] Compiling SDGCollections SetInRepresentableUniverse.swift
[217/258] Compiling SDGCollections Union.swift
[218/258] Compiling SDGCollections Operators.swift
[219/258] Compiling SDGCollections AnyCollection.swift
[220/258] Compiling SDGCollections Array.swift
[221/258] Compiling SDGCollections BidirectionalCollection.swift
[222/258] Compiling SDGCollections Collection.swift
[223/258] Compiling SDGCollections CollectionDifference.swift
[224/258] Compiling SDGCollections CollectionDifferenceChange.swift
[225/258] Compiling SDGCollections FillDirection.swift
[226/258] Compiling SDGCollections LexicographicalComparison.swift
[227/258] Compiling SDGCollections Addable.swift
[228/258] Compiling SDGCollections BijectiveMapping.swift
[229/258] Compiling SDGCollections ContextualMapping.swift
[230/258] Compiling SDGCollections Dictionary.swift
[231/258] Compiling SDGCollections CharacterSet.swift
[232/258] Compiling SDGCollections Data.swift
[233/258] Compiling SDGCollections String.swift
[234/258] Compiling SDGCollections StringProtocol.swift
[235/258] Compiling SDGCollections LegacyMode.swift
[236/258] Compiling SDGCollections RangeExpression.swift
[237/258] Compiling SDGCollections RangeReplaceableCollection.swift
[238/258] Compiling SDGCollections ReversedCollection.swift
[239/258] Compiling SDGCollections SearchableBidirectionalCollection.swift
[240/258] Compiling SDGCollections SearchableCollection.swift
[241/258] Compiling SDGCollections Slice.swift
[242/258] Compiling SDGCollections AbsoluteComplement.swift
[243/258] Compiling SDGCollections ComparableSet.swift
[244/258] Compiling SDGCollections BidirectionalPattern.swift
[245/258] Compiling SDGCollections Pattern.swift
[246/258] Compiling SDGCollections PatternMatch.swift
[247/258] Compiling SDGCollections PatternConsumption.swift
[248/258] Compiling SDGCollections RepetitionMatch.swift
[249/258] Compiling SDGCollections RepetitionPattern.swift
[250/258] Compiling SDGCollections SeparatedComponentMatch.swift
[251/258] Compiling SDGCollections Range.swift
[252/258] Emitting module SDGCollections
[253/259] Wrapping AST for SDGCollections for debugging
[255/288] Compiling SDGText CharacterSet.swift
[256/288] Compiling SDGText CollectionStringFamily.swift
[257/288] Compiling SDGText CollectionUnicodeScalar.swift
[258/288] Compiling SDGText StaticString.swift
[259/291] Compiling SDGText String.swift
[260/291] Compiling SDGText StringClusterView.swift
[261/291] Compiling SDGText StringScalarView.swift
[262/291] Compiling SDGText ExtendedGraphemeCluster.swift
[263/291] Compiling SDGText Font.Definition.swift
[264/291] Compiling SDGText Font.swift
[265/291] Compiling SDGText NSFont.swift
[266/291] Compiling SDGText SwiftUI.Font.swift
[267/291] Compiling SDGText LineViewIndex.swift
[268/291] Compiling SDGText Newline.swift
[269/291] Compiling SDGText NewlinePattern.swift
[270/291] Compiling SDGText StringFamily.swift
[271/291] Compiling SDGText UIFont.swift
[272/291] Compiling SDGText MarkupPlaygroundDisplay.swift
[273/291] Compiling SDGText Range.swift
[274/291] Compiling SDGText SemanticMarkup.swift
[275/291] Compiling SDGText StringIndex.swift
[276/291] Compiling SDGText UnicodeScalarView.swift
[277/291] Compiling SDGText UnicodeScalar.swift
[278/291] Compiling SDGText StrictStringStringInterpolation.swift
[279/291] Compiling SDGText ExtendedGraphemeClusterView.swift
[280/291] Compiling SDGText Line.swift
[281/291] Compiling SDGText LineView.swift
[282/291] Compiling SDGText SemanticMarkupStringInterpolation.swift
[283/291] Compiling SDGText StrictString.swift
[284/291] Compiling SDGText StrictStringClusterView.swift
[285/291] Compiling SDGText StrictStringInterpolationProtocol.swift
[286/291] Emitting module SDGText
[287/292] Wrapping AST for SDGText for debugging
[289/306] Compiling SDGPersistence Data.swift
[290/306] Compiling SDGPersistence FileConvertible.swift
[291/307] Compiling SDGPersistence StrictString.swift
[292/307] Compiling SDGPersistence String.swift
[293/307] Compiling SDGPersistence ProcessInfo.swift
[294/307] Emitting module SDGPersistence
[295/307] Compiling SDGCSS Resources.swift
[296/307] Compiling SDGCSS resource_bundle_accessor.swift
[297/307] Compiling SDGCSS Resources 1.swift
[298/307] Compiling SDGPersistence Preference.swift
[299/307] Compiling SDGPersistence PreferenceSet.swift
[300/307] Compiling SDGPersistence FileManager.swift
[301/307] Emitting module SDGCSS
[302/307] Compiling SDGCSS CSS.swift
[304/308] Compiling SDGPersistence URL.swift
[305/309] Wrapping AST for SDGPersistence for debugging
[307/351] Compiling generate_entity_list EntityListGenerator.swift
[308/351] Compiling generate_entity_list Entity.swift
[309/351] Emitting module generate_entity_list
[310/352] Wrapping AST for generate_entity_list for debugging
[311/352] Write Objects.LinkFileList
[313/352] Emitting module SDGLocalization
[314/357] Compiling SDGLocalization TextConvertibleNumber.swift
[315/357] Compiling SDGLocalization TextConvertibleNumberParseError.swift
[316/357] Compiling SDGLocalization InputLocalization.swift
[317/357] Compiling SDGLocalization Casing.swift
[318/357] Compiling SDGLocalization EnglishCasing.swift
[319/357] Compiling SDGLocalization Float.swift
[320/357] Compiling SDGLocalization Int.swift
[321/357] Compiling SDGLocalization IntegerProtcool.swift
[322/357] Compiling SDGLocalization IntegralArithmetic.swift
[323/357] Compiling SDGLocalization RationalArithmetic.swift
[324/357] Compiling SDGLocalization RationalNumberProtocol.swift
[325/357] Compiling SDGLocalization GrammaticalGender.swift
[326/357] Compiling SDGLocalization GrammaticalNumber.swift
[327/357] Compiling SDGLocalization __________.swift
[328/357] Compiling SDGLocalization _________________.swift
[329/357] Compiling SDGLocalization Localization.swift
[330/357] Compiling SDGLocalization FormatLocalization.swift
[331/357] Compiling SDGLocalization InterfaceLocalization.swift
[332/357] Compiling SDGLocalization Language.swift
[333/357] Compiling SDGLocalization LocalizationData.swift
[334/357] Compiling SDGLocalization Script.swift
[335/357] Compiling SDGLocalization LocalizationSetting.swift
[336/357] Compiling SDGLocalization LocalizationSettingStabilizationMode.swift
[337/357] Compiling SDGLocalization APILocalization.swift
[338/357] Compiling SDGLocalization AnyLocalization.swift
[339/357] Compiling SDGLocalization ContentLocalization.swift
[340/357] Compiling SDGLocalization UInt.swift
[341/357] Compiling SDGLocalization WholeArithmetic.swift
[342/357] Compiling SDGLocalization WholeNumberProtocol.swift
[343/357] Compiling SDGLocalization Precondition.swift
[344/357] Compiling SDGLocalization PresentableError.swift
[345/357] Compiling SDGLocalization Range.swift
[346/357] Compiling SDGLocalization CachedLocalization.swift
[347/357] Compiling SDGLocalization Bool.swift
[348/357] Compiling SDGLocalization CodableViaEnumeration.swift
[349/357] Compiling SDGLocalization Decodable.swift
[350/357] Compiling SDGLocalization LosslessStringConvertible.swift
[351/357] Compiling SDGLocalization Angle.swift
[352/357] Compiling SDGLocalization State.swift
[353/357] Compiling SDGLocalization StateData.swift
[354/357] Compiling SDGLocalization TextDirection.swift
[355/357] Compiling SDGLocalization UserFacing.swift
[356/357] Compiling SDGLocalization UserFacingDynamic.swift
[358/364] Compiling SDGCornerstoneLocalizations FormatLocalization.swift
[359/364] Compiling SDGCornerstoneLocalizations InterfaceLocalization.swift
[360/364] Compiling SDGCornerstoneLocalizations APILocalization.swift
[361/364] Compiling SDGWebLocalizations InterfaceLocalization.swift
/host/spi-builder-workspace/Sources/SDGWebLocalizations/InterfaceLocalization.swift:25:21: warning: static property 'fallbackLocalization' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 | case deutschDeutschland = "de\u{2D}DE"
24 |
25 | public static var fallbackLocalization: InterfaceLocalization = .englishUnitedKingdom
| |- warning: static property 'fallbackLocalization' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'fallbackLocalization' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'fallbackLocalization' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | }
27 |
[362/364] Emitting module SDGWebLocalizations
/host/spi-builder-workspace/Sources/SDGWebLocalizations/InterfaceLocalization.swift:25:21: warning: static property 'fallbackLocalization' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 | case deutschDeutschland = "de\u{2D}DE"
24 |
25 | public static var fallbackLocalization: InterfaceLocalization = .englishUnitedKingdom
| |- warning: static property 'fallbackLocalization' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'fallbackLocalization' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'fallbackLocalization' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | }
27 |
[363/364] Emitting module SDGCornerstoneLocalizations
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[365/366] Linking generate_entity_list.wasm
[367/441] Emitting module SDGHTML
[368/445] Compiling SDGCalendar AnyDescribableDate.swift
[369/445] Compiling SDGCalendar CalendarDate.swift
[370/445] Compiling SDGCalendar CalendarInterval.swift
[371/445] Compiling SDGCalendar Date.swift
[372/445] Compiling SDGCalendar DateDefinition.swift
[373/445] Emitting module SDGCalendar
[374/450] Compiling SDGCalendar GregorianMinute.swift
[375/450] Compiling SDGCalendar GregorianMonth.swift
[376/450] Compiling SDGCalendar GregorianSecond.swift
[377/450] Compiling SDGCalendar GregorianWeekday.swift
[378/450] Compiling SDGCalendar GregorianWeekdayDate.swift
[379/450] Compiling SDGCalendar GregorianYear.swift
[380/450] Compiling SDGCalendar HebrewDate.swift
[381/450] Compiling SDGCalendar HebrewDay.swift
[382/450] Compiling SDGCalendar HebrewHour.swift
[383/450] Compiling SDGCalendar GregorianHour.swift
[388/450] Compiling SDGCalendar CalendarComponent.swift
[389/450] Compiling SDGCalendar CardinalCalendarComponent.swift
[390/450] Compiling SDGCalendar ConsistentDurationCalendarComponent.swift
[391/450] Compiling SDGCalendar ConsistentlyOrderedCalendarComponent.swift
[392/450] Compiling SDGCalendar Day.swift
[393/450] Compiling SDGCalendar DescribableDate.swift
[394/450] Compiling SDGCalendar FoundationDate.swift
[395/450] Compiling SDGCalendar GregorianDate.swift
[396/450] Compiling SDGCalendar GregorianDay.swift
[398/450] Compiling SDGHTML TokenKind.swift
[399/450] Compiling SDGHTML UnfoldingError.swift
[400/450] Compiling SDGHTML TextDirection.swift
[401/450] Compiling SDGHTML UnicodeScalar.swift
[402/450] Compiling SDGCalendar EnumerationCalendarComponent.swift
[403/450] Compiling SDGCalendar ICalendarComponent.swift
[404/450] Compiling SDGCalendar ISOCalendarComponent.swift
[405/450] Compiling SDGCalendar Month.swift
[406/450] Compiling SDGCalendar NumericCalendarComponent.swift
[407/450] Compiling SDGCalendar OrdinalCalendarComponent.swift
[408/450] Compiling SDGCalendar RawRepresentableCalendarComponent.swift
[409/450] Compiling SDGCalendar SmallestCalendarComponent.swift
[410/450] Compiling SDGCalendar Weekday.swift
[411/450] Compiling SDGCalendar Year.swift
[416/450] Compiling SDGCalendar HebrewWeekdayDate.swift
[430/451] Compiling SDGCalendar HebrewYear.swift
[431/451] Compiling SDGCalendar HebrewYearLength.swift
[432/451] Compiling SDGCalendar RationalArithmetic.swift
[433/451] Compiling SDGCalendar RelativeDate.swift
[434/451] Compiling SDGCalendar UnknownDate.swift
[453/463] Compiling SDGWeb SiteSyntaxUnfolder.swift
[454/463] Compiling SDGWeb SiteValidationError.swift
[455/464] Compiling SDGWeb Site.swift
[456/464] Compiling SDGWeb PageTemplateMetaDataParsingError.swift
[457/464] Compiling SDGWeb RepositoryStructure.swift
[458/464] Compiling SDGWeb SiteGenerationError.swift
[459/464] Compiling SDGWeb PageTemplateLoadingError.swift
[460/464] Compiling SDGWeb PageTemplateMetaDataExtractionError.swift
[461/464] Compiling SDGWeb Copyright.swift
[462/464] Compiling SDGWeb PageTemplate.swift
[463/464] Emitting module SDGWeb
[464/464] Compiling SDGWeb SyntaxUnfolder.swift
Build complete! (71.66s)
Build complete.
{
"dependencies" : [
{
"identity" : "sdgcornerstone",
"requirement" : {
"range" : [
{
"lower_bound" : "10.1.2",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/SDGCornerstone"
}
],
"manifest_display_name" : "SDGWeb",
"name" : "SDGWeb",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SDGWeb",
"targets" : [
"SDGWeb"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGHTML",
"targets" : [
"SDGHTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGCSS",
"targets" : [
"SDGCSS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "generate_entity_list",
"targets" : [
"generate_entity_list"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "generate_entity_list",
"module_type" : "SwiftTarget",
"name" : "generate_entity_list",
"path" : "Sources/generate_entity_list",
"product_dependencies" : [
"SDGLogic",
"SDGText",
"SDGPersistence"
],
"product_memberships" : [
"generate_entity_list"
],
"sources" : [
"Entity.swift",
"EntityListGenerator.swift"
],
"type" : "executable"
},
{
"c99name" : "SDGWebTests",
"module_type" : "SwiftTarget",
"name" : "SDGWebTests",
"path" : "Tests/SDGWebTests",
"product_dependencies" : [
"SDGLogic",
"SDGText",
"SDGLocalization",
"SDGCalendar",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities",
"SDGXCTestUtilities"
],
"sources" : [
"APITests.swift",
"DoubleLocalization.swift",
"ElementSyntax.swift",
"MockProject.swift",
"RegressionTests.swift",
"RightToLeftLocalization.swift",
"SingleLocalization.swift",
"Unfolder.swift",
"UnknownLocalization.swift"
],
"target_dependencies" : [
"SDGHTML",
"SDGWeb",
"SDGWebLocalizations"
],
"type" : "test"
},
{
"c99name" : "SDGWebLocalizations",
"module_type" : "SwiftTarget",
"name" : "SDGWebLocalizations",
"path" : "Sources/SDGWebLocalizations",
"product_dependencies" : [
"SDGLocalization"
],
"product_memberships" : [
"SDGWeb",
"SDGHTML"
],
"sources" : [
"InterfaceLocalization.swift"
],
"type" : "library"
},
{
"c99name" : "SDGWeb",
"module_type" : "SwiftTarget",
"name" : "SDGWeb",
"path" : "Sources/SDGWeb",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGLocalization",
"SDGCalendar"
],
"product_memberships" : [
"SDGWeb"
],
"sources" : [
"Copyright.swift",
"PageTemplate.swift",
"PageTemplateLoadingError.swift",
"PageTemplateMetaDataExtractionError.swift",
"PageTemplateMetaDataParsingError.swift",
"RepositoryStructure.swift",
"Site.swift",
"SiteGenerationError.swift",
"SiteSyntaxUnfolder.swift",
"SiteValidationError.swift",
"SyntaxUnfolder.swift"
],
"target_dependencies" : [
"SDGWebLocalizations",
"SDGHTML",
"SDGCSS"
],
"type" : "library"
},
{
"c99name" : "SDGHTMLTests",
"module_type" : "SwiftTarget",
"name" : "SDGHTMLTests",
"path" : "Tests/SDGHTMLTests",
"product_dependencies" : [
"SDGLogic",
"SDGText",
"SDGPersistence",
"SDGLocalization",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities",
"SDGXCTestUtilities"
],
"sources" : [
"APITests.swift",
"InternalTests.swift",
"RegressionTests.swift",
"TestLocalization.swift"
],
"target_dependencies" : [
"SDGWebLocalizations",
"SDGHTML"
],
"type" : "test"
},
{
"c99name" : "SDGHTML",
"module_type" : "SwiftTarget",
"name" : "SDGHTML",
"path" : "Sources/SDGHTML",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGPersistence",
"SDGLocalization"
],
"product_memberships" : [
"SDGWeb",
"SDGHTML"
],
"sources" : [
"Entities.swift",
"HTML.swift",
"Localization.swift",
"Syntax/ContentSyntaxKind.swift",
"Syntax/HeadingLevel.swift",
"Syntax/Nodes/AttributeSyntax.swift",
"Syntax/Nodes/AttributeValueSyntax.swift",
"Syntax/Nodes/AttributesSyntax.swift",
"Syntax/Nodes/ClosingTagSyntax.swift",
"Syntax/Nodes/CommentSyntax.swift",
"Syntax/Nodes/ContentSyntax+Factories.swift",
"Syntax/Nodes/ContentSyntax.swift",
"Syntax/Nodes/DocumentSyntax+Factories.swift",
"Syntax/Nodes/DocumentSyntax.swift",
"Syntax/Nodes/ElementContinuationSyntax.swift",
"Syntax/Nodes/ElementSyntax+Factories.swift",
"Syntax/Nodes/ElementSyntax.swift",
"Syntax/Nodes/ListSyntax.swift",
"Syntax/Nodes/ListSyntaxAttributeSyntax.swift",
"Syntax/Nodes/ListSyntaxContentSyntax.swift",
"Syntax/Nodes/OpeningTagSyntax.swift",
"Syntax/Nodes/TextSyntax.swift",
"Syntax/Nodes/TokenSyntax.swift",
"Syntax/Protocols/AttributedSyntax.swift",
"Syntax/Protocols/ChildSet.swift",
"Syntax/Protocols/ContainerSyntax.swift",
"Syntax/Protocols/NamedSyntax.swift",
"Syntax/Protocols/Syntax.swift",
"Syntax/SyntaxError.swift",
"Syntax/SyntaxStorage.swift",
"Syntax/SyntaxUnfolder.swift",
"Syntax/SyntaxUnfolderContext.swift",
"Syntax/SyntaxUnfolderError.swift",
"Syntax/SyntaxUnfolderProtocol.swift",
"Syntax/TokenKind.swift",
"Syntax/UnfoldingError.swift",
"TextDirection.swift",
"UnicodeScalar.swift"
],
"target_dependencies" : [
"SDGWebLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGCSS",
"module_type" : "SwiftTarget",
"name" : "SDGCSS",
"path" : "Sources/SDGCSS",
"product_dependencies" : [
"SDGCollections",
"SDGText"
],
"product_memberships" : [
"SDGWeb",
"SDGCSS"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SDGCSS/Root.css",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CSS.swift",
"Resources.swift",
"Resources/Resources 1.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.