Build Information
Successful build of SDGCornerstone, reference master (09f6c7
), with Swift 5.9 for macOS (SPM) on 11 Sep 2024 06:58:42 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sdggiesbrecht/sdgcornerstone.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sdggiesbrecht/sdgcornerstone
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 09f6c74 Version 10.2.0
Cloned https://github.com/sdggiesbrecht/sdgcornerstone.git
Revision (git rev-parse @):
09f6c745f0f1d16b06afa0883aa7b8325f5edd2a
SUCCESS checkout https://github.com/sdggiesbrecht/sdgcornerstone.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/sdggiesbrecht/sdgcornerstone.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling _NumericsShims _NumericsShims.c
[2/83] Emitting module SDGLogic
[3/83] Compiling SDGLogic Equatable.swift
[4/83] Compiling SDGLogic NilLiteral.swift
[5/83] Compiling SDGLogic Tuple.swift
[6/83] Compiling SDGLogic Bool.swift
[7/83] Compiling SDGLogic Operators.swift
[8/83] Compiling SDGLogic Any.swift
[9/83] Compiling RealModule Real.swift
[10/83] Compiling RealModule Float80+Real.swift
[11/84] Compiling RealModule Float+Real.swift
[12/84] Compiling RealModule ElementaryFunctions.swift
[13/84] Compiling RealModule Float16+Real.swift
[14/84] Compiling RealModule AugmentedArithmetic.swift
[15/84] Compiling RealModule AlgebraicField.swift
[16/84] Compiling RealModule ApproximateEquality.swift
[17/84] Emitting module RealModule
[18/84] Compiling RealModule Double+Real.swift
[19/84] Compiling RealModule RealFunctions.swift
[20/84] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[21/84] Compiling OrderedCollections _HashTable.swift
[22/84] Compiling OrderedCollections _Hashtable+Header.swift
[23/84] Compiling OrderedCollections OrderedDictionary+Codable.swift
[24/84] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[25/84] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[26/84] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[27/84] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[28/84] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[29/84] Compiling OrderedCollections OrderedDictionary+Elements.swift
[30/89] Compiling OrderedCollections OrderedSet+Codable.swift
[31/89] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[32/89] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[33/89] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[34/89] Compiling OrderedCollections OrderedSet+Diffing.swift
[35/89] Compiling OrderedCollections OrderedSet+Invariants.swift
[36/89] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[37/89] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[38/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[39/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[40/89] Compiling OrderedCollections OrderedSet+Equatable.swift
[41/89] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[42/89] Compiling OrderedCollections OrderedSet+Hashable.swift
[43/89] Compiling OrderedCollections OrderedSet+Initializers.swift
[44/89] Compiling OrderedCollections OrderedSet+Insertions.swift
[45/89] Compiling OrderedCollections _HashTable+Bucket.swift
[46/89] Compiling OrderedCollections _HashTable+BucketIterator.swift
[47/89] Compiling OrderedCollections _HashTable+Constants.swift
[48/89] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[49/89] Compiling OrderedCollections _HashTable+Testing.swift
[50/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[51/89] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[52/89] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[53/89] Compiling OrderedCollections OrderedSet+SubSequence.swift
[54/89] Compiling OrderedCollections OrderedSet+Testing.swift
[55/89] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[56/89] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[57/89] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[58/89] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[59/89] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[60/89] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[61/89] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[62/89] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[63/89] Compiling OrderedCollections OrderedDictionary+Values.swift
[64/89] Compiling OrderedCollections OrderedDictionary.swift
[65/89] Emitting module OrderedCollections
[66/89] Compiling SDGControlFlow Tuple.swift
[67/90] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[68/90] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[69/90] Compiling OrderedCollections OrderedSet.swift
[70/90] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[71/90] Compiling OrderedCollections _UnsafeBitset.swift
[72/90] Emitting module SDGControlFlow
[77/90] Compiling SDGControlFlow Weak.swift
[90/121] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[91/121] Compiling SDGMathematics OneDimensionalPoint.swift
[92/121] Compiling SDGMathematics OneDimensionalVector.swift
[93/124] Compiling SDGMathematics PointProtocol.swift
[94/124] Compiling SDGMathematics RationalArithmetic.swift
[95/124] Compiling SDGMathematics RationalNumberProtocol.swift
[96/124] Compiling SDGMathematics Angle.swift
[97/124] Compiling SDGMathematics BitField.swift
[98/124] Compiling SDGMathematics ClosedRange.swift
[99/124] Compiling SDGMathematics Comparable.swift
[100/124] Compiling SDGMathematics WholeNumberProtocol.swift
[101/124] Compiling SDGMathematics Operators.swift
[102/124] Compiling SDGMathematics OrderedEnumeration.swift
[103/124] Compiling SDGMathematics Measurement.swift
[104/124] Compiling SDGMathematics Addable.swift
[105/124] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[106/124] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[107/124] Compiling SDGMathematics Subtractable.swift
[108/124] Compiling SDGMathematics VectorProtocol.swift
[109/124] Compiling SDGMathematics WholeArithmetic.swift
[110/124] Compiling SDGMathematics IntegerProtocol.swift
[111/124] Compiling SDGMathematics IntegralArithmetic.swift
[112/124] Compiling SDGMathematics Negatable.swift
[113/124] Compiling SDGMathematics RationalVector.swift
[114/124] Compiling SDGMathematics RealArithmetic.swift
[115/124] Compiling SDGMathematics RealNumberProtocol.swift
[116/124] Compiling SDGMathematics Sequence.swift
[117/124] Compiling SDGMathematics Tuple.swift
[118/124] Compiling SDGMathematics UInt.swift
[119/124] Emitting module SDGMathematics
[120/124] Compiling SDGMathematics Data.swift
[121/124] Compiling SDGMathematics Float.swift
[122/124] Compiling SDGMathematics FunctionAnalysis.swift
[123/124] Compiling SDGMathematics Int.swift
[124/188] Compiling SDGCollections ExclusiveSuffixMatch.swift
[125/188] Compiling SDGCollections InclusivePrefixMatch.swift
[126/188] Compiling SDGCollections InclusiveSuffixMatch.swift
[127/188] Compiling SDGCollections AlternativeMatch.swift
[128/188] Compiling SDGCollections AlternativePatterns.swift
[129/188] Compiling SDGCollections NaryAlternativeMatch.swift
[130/188] Compiling SDGCollections NaryAlternativePatterns.swift
[131/194] Compiling SDGCollections AnyBidirectionalPattern.swift
[132/194] Compiling SDGCollections AnyPattern.swift
[133/194] Compiling SDGCollections AnyPatternMatch.swift
[134/194] Compiling SDGCollections AtomicPatternMatch.swift
[135/194] Compiling SDGCollections ConcatenatedMatch.swift
[136/194] Compiling SDGCollections ConcatenatedPatterns.swift
[137/194] Compiling SDGCollections NaryConcatenatedMatch.swift
[138/194] Compiling SDGCollections NaryConcatenatedPatterns.swift
[139/194] Compiling SDGCollections ConditionalPattern.swift
[140/194] Compiling SDGCollections LiteralPattern.swift
[141/194] Compiling SDGCollections NegatedPattern.swift
[142/194] Compiling SDGCollections NestingContentsPattern.swift
[143/194] Compiling SDGCollections NestingMatch.swift
[144/194] Compiling SDGCollections NestingMatchContents.swift
[145/194] Compiling SDGCollections RepetitionMatch.swift
[146/194] Compiling SDGCollections RepetitionPattern.swift
[147/194] Compiling SDGCollections SeparatedComponentMatch.swift
[148/194] Compiling SDGCollections Range.swift
[149/194] Compiling SDGCollections RangeExpression.swift
[150/194] Compiling SDGCollections RangeReplaceableCollection.swift
[151/194] Compiling SDGCollections ReversedCollection.swift
[152/194] Compiling SDGCollections Intersection.swift
[153/194] Compiling SDGCollections MutableSet.swift
[154/194] Compiling SDGCollections Set.swift
[155/194] Compiling SDGCollections SetDefinition.swift
[156/194] Compiling SDGCollections SetInRepresentableUniverse.swift
[157/194] Compiling SDGCollections Union.swift
[158/194] Compiling SDGCollections CollectionDifference.swift
[159/194] Compiling SDGCollections CollectionDifferenceChange.swift
[160/194] Compiling SDGCollections FillDirection.swift
[161/194] Compiling SDGCollections LexicographicalComparison.swift
[162/194] Compiling SDGCollections OrderedSet.SubSequence.swift
[163/194] Compiling SDGCollections OrderedSet.swift
[164/194] Compiling SDGCollections ExclusivePrefixMatch.swift
[165/194] Compiling SDGCollections SearchableBidirectionalCollection.swift
[166/194] Compiling SDGCollections SearchableCollection.swift
[167/194] Compiling SDGCollections Slice.swift
[168/194] Compiling SDGCollections AbsoluteComplement.swift
[169/194] Compiling SDGCollections ComparableSet.swift
[170/194] Compiling SDGCollections FiniteSet.swift
[171/194] Compiling SDGCollections IntensionalSet.swift
[172/194] Compiling SDGCollections NestingMatchSegment.swift
[173/194] Compiling SDGCollections NestingPattern.swift
[174/194] Compiling SDGCollections NestingSegmentPattern.swift
[175/194] Compiling SDGCollections BidirectionalPattern.swift
[176/194] Compiling SDGCollections Pattern.swift
[177/194] Compiling SDGCollections PatternMatch.swift
[178/194] Compiling SDGCollections PatternConsumption.swift
[179/194] Compiling SDGCollections StringProtocol.swift
[180/194] Compiling SDGCollections LegacyMode.swift
[181/194] Compiling SDGCollections Operators.swift
[182/194] Compiling SDGCollections AnyCollection.swift
[183/194] Compiling SDGCollections Array.swift
[184/194] Compiling SDGCollections BidirectionalCollection.swift
[185/194] Compiling SDGCollections Collection.swift
[186/194] Compiling SDGCollections Addable.swift
[187/194] Compiling SDGCollections BijectiveMapping.swift
[188/194] Compiling SDGCollections ContextualMapping.swift
[189/194] Compiling SDGCollections Dictionary.swift
[190/194] Compiling SDGCollections CharacterSet.swift
[191/194] Compiling SDGCollections Data.swift
[192/194] Compiling SDGCollections String.swift
[193/194] Emitting module SDGCollections
[194/223] Compiling SDGText CharacterSet.swift
[195/223] Compiling SDGText CollectionStringFamily.swift
[196/223] Compiling SDGText CollectionUnicodeScalar.swift
[197/223] Compiling SDGText StaticString.swift
[198/226] Compiling SDGText String.swift
[199/226] Compiling SDGText StringClusterView.swift
[200/226] Compiling SDGText StringScalarView.swift
[201/226] Compiling SDGText Newline.swift
[202/226] Compiling SDGText NewlinePattern.swift
[203/226] Compiling SDGText StringFamily.swift
[204/226] Compiling SDGText StrictStringInterpolationProtocol.swift
[205/226] Compiling SDGText StrictStringStringInterpolation.swift
[206/226] Compiling SDGText ExtendedGraphemeClusterView.swift
[207/226] Compiling SDGText Line.swift
[208/226] Compiling SDGText LineView.swift
[209/226] Compiling SDGText LineViewIndex.swift
[210/226] Compiling SDGText MarkupPlaygroundDisplay.swift
[211/226] Compiling SDGText Range.swift
[212/226] Compiling SDGText SemanticMarkup.swift
[213/226] Compiling SDGText StringIndex.swift
[214/226] Compiling SDGText UnicodeScalarView.swift
[215/226] Compiling SDGText UnicodeScalar.swift
[216/226] Emitting module SDGText
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-sendable type 'Font.Definition'
internal var definition: Definition
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
internal enum Definition {
^
: Sendable
[217/226] Compiling SDGText SemanticMarkupStringInterpolation.swift
[218/226] Compiling SDGText StrictString.swift
[219/226] Compiling SDGText StrictStringClusterView.swift
[220/226] Compiling SDGText ExtendedGraphemeCluster.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-sendable type 'Font.Definition'
internal var definition: Definition
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
internal enum Definition {
^
: Sendable
[221/226] Compiling SDGText Font.Definition.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-sendable type 'Font.Definition'
internal var definition: Definition
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
internal enum Definition {
^
: Sendable
[222/226] Compiling SDGText Font.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-sendable type 'Font.Definition'
internal var definition: Definition
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
internal enum Definition {
^
: Sendable
[223/226] Compiling SDGText NSFont.swift
[224/226] Compiling SDGText SwiftUI.Font.swift
[225/226] Compiling SDGText UIFont.swift
[226/236] Compiling SDGPersistence StrictString.swift
[227/236] Compiling SDGPersistence ProcessInfo.swift
[228/236] Compiling SDGPersistence URL.swift
[229/236] Compiling SDGPersistence PreferenceSet.swift
[230/236] Compiling SDGPersistence String.swift
[231/236] Compiling SDGPersistence Data.swift
[232/236] Emitting module SDGPersistence
[233/236] Compiling SDGPersistence FileManager.swift
[234/236] Compiling SDGPersistence FileConvertible.swift
[235/236] Compiling SDGPersistence Preference.swift
[236/239] Emitting module sdg_copy_source
[237/239] Compiling sdg_copy_source CopySource.swift
[238/239] Compiling sdg_copy_source main.swift
[238/239] Linking sdg_copy_source
Build complete! (16.46s)
Building for debugging...
[1/4] Compiling sdg_embed_resource main.swift
[2/4] Compiling sdg_embed_resource EmbedResource.swift
[3/4] Emitting module sdg_embed_resource
[3/4] Linking sdg_embed_resource
Build complete! (0.86s)
[1/1] Compiling plugin SDGCopySources
[2/2] Compiling plugin SDGEmbedResources
Building for debugging...
[2/7] Copying Root
[3/7] Compiling _NumericsShims _NumericsShims.c
[5/88] Emitting module SDGLogic
[6/88] Compiling SDGLogic Any.swift
[7/88] Compiling SDGLogic Bool.swift
[8/88] Compiling SDGLogic Tuple.swift
[9/88] Compiling SDGLogic Equatable.swift
[10/88] Compiling SDGLogic NilLiteral.swift
[11/88] Compiling SDGLogic Operators.swift
[12/88] Compiling RealModule Real.swift
[13/88] Compiling RealModule Float80+Real.swift
[14/89] Compiling RealModule Float+Real.swift
[15/89] Compiling RealModule Float16+Real.swift
[16/89] Compiling RealModule ElementaryFunctions.swift
[17/89] Compiling RealModule AlgebraicField.swift
[18/89] Compiling RealModule AugmentedArithmetic.swift
[19/89] Emitting module RealModule
[20/89] Compiling RealModule ApproximateEquality.swift
[21/89] Compiling RealModule Double+Real.swift
[22/89] Compiling RealModule RealFunctions.swift
[23/89] Compiling OrderedCollections OrderedSet+Codable.swift
[24/89] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[25/89] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[26/89] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[27/89] Compiling OrderedCollections OrderedSet+Diffing.swift
[28/89] Compiling OrderedCollections OrderedSet+Equatable.swift
[29/89] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[30/89] Compiling OrderedCollections OrderedSet+Hashable.swift
[31/89] Compiling OrderedCollections OrderedSet+Initializers.swift
[32/89] Compiling OrderedCollections OrderedSet+Insertions.swift
[33/94] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[34/94] Compiling OrderedCollections _HashTable.swift
[35/94] Compiling OrderedCollections _Hashtable+Header.swift
[36/94] Compiling OrderedCollections OrderedDictionary+Codable.swift
[37/94] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[38/94] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[39/94] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[40/94] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[41/94] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[42/94] Compiling OrderedCollections OrderedDictionary+Elements.swift
[43/94] Compiling OrderedCollections _HashTable+Bucket.swift
[44/94] Compiling OrderedCollections _HashTable+BucketIterator.swift
[45/94] Compiling OrderedCollections _HashTable+Constants.swift
[46/94] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[47/94] Compiling OrderedCollections _HashTable+Testing.swift
[48/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[49/94] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[50/94] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[51/94] Compiling OrderedCollections OrderedSet+SubSequence.swift
[52/94] Compiling OrderedCollections OrderedSet+Testing.swift
[53/94] Compiling OrderedCollections OrderedSet+Invariants.swift
[54/94] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[55/94] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[56/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[57/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[58/94] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[59/94] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[60/94] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[61/94] Compiling OrderedCollections OrderedDictionary+Values.swift
[62/94] Compiling OrderedCollections OrderedDictionary.swift
[63/94] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[64/94] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[65/94] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[66/94] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[67/94] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[68/94] Emitting module OrderedCollections
[71/95] Compiling SDGControlFlow Weak.swift
[72/95] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[73/95] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[74/95] Compiling OrderedCollections OrderedSet.swift
[75/95] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[76/95] Compiling OrderedCollections _UnsafeBitset.swift
[77/95] Compiling SDGControlFlow Tuple.swift
[84/95] Emitting module SDGControlFlow
[93/128] Emitting module SDGConcurrency
[94/128] Compiling SDGMathematics Measurement.swift
[95/128] Compiling SDGMathematics Addable.swift
[96/128] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[97/128] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[98/128] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[99/128] Compiling SDGMathematics OneDimensionalPoint.swift
[100/128] Compiling SDGMathematics OneDimensionalVector.swift
[101/128] Compiling SDGMathematics PointProtocol.swift
[102/128] Compiling SDGMathematics RationalArithmetic.swift
[103/128] Compiling SDGMathematics RationalNumberProtocol.swift
[104/131] Compiling SDGMathematics RationalVector.swift
[105/131] Compiling SDGMathematics RealArithmetic.swift
[106/131] Compiling SDGMathematics RealNumberProtocol.swift
[107/131] Compiling SDGMathematics Subtractable.swift
[108/131] Compiling SDGMathematics VectorProtocol.swift
[109/131] Compiling SDGMathematics WholeArithmetic.swift
[110/131] Compiling SDGMathematics WholeNumberProtocol.swift
[111/131] Compiling SDGMathematics Operators.swift
[112/131] Compiling SDGMathematics OrderedEnumeration.swift
[113/131] Compiling SDGMathematics Angle.swift
[114/131] Compiling SDGMathematics BitField.swift
[115/131] Compiling SDGMathematics ClosedRange.swift
[116/131] Compiling SDGMathematics Comparable.swift
[117/131] Compiling SDGMathematics IntegerProtocol.swift
[118/131] Compiling SDGMathematics IntegralArithmetic.swift
[119/131] Compiling SDGMathematics Negatable.swift
[120/131] Compiling SDGConcurrency RunLoop.swift
[121/131] Compiling SDGMathematics Sequence.swift
[122/131] Compiling SDGMathematics Tuple.swift
[123/131] Compiling SDGMathematics UInt.swift
[124/131] Compiling SDGMathematics Data.swift
[125/131] Compiling SDGMathematics Float.swift
[126/131] Compiling SDGMathematics FunctionAnalysis.swift
[127/131] Compiling SDGMathematics Int.swift
[128/131] Emitting module SDGMathematics
[129/208] Compiling SDGRandomization Bool.swift
[130/208] Compiling SDGRandomization PseudorandomNumberGenerator.swift
[131/208] Emitting module SDGRandomization
[132/208] Compiling SDGRandomization CyclicalNumberGenerator.swift
[133/208] Compiling SDGCollections NestingMatchSegment.swift
[134/208] Compiling SDGCollections NestingPattern.swift
[135/208] Compiling SDGCollections NestingSegmentPattern.swift
[136/208] Compiling SDGCollections BidirectionalPattern.swift
[137/208] Compiling SDGCollections Pattern.swift
[138/208] Compiling SDGCollections PatternMatch.swift
[139/208] Compiling SDGCollections PatternConsumption.swift
[140/208] Compiling SDGCollections NaryConcatenatedPatterns.swift
[141/208] Compiling SDGCollections ConditionalPattern.swift
[142/208] Compiling SDGCollections LiteralPattern.swift
[143/208] Compiling SDGCollections NegatedPattern.swift
[144/208] Compiling SDGCollections NestingContentsPattern.swift
[145/208] Compiling SDGCollections NestingMatch.swift
[146/208] Compiling SDGCollections NestingMatchContents.swift
[147/208] Compiling SDGCollections ExclusiveSuffixMatch.swift
[148/208] Compiling SDGCollections InclusivePrefixMatch.swift
[149/208] Compiling SDGCollections InclusiveSuffixMatch.swift
[150/208] Compiling SDGCollections AlternativeMatch.swift
[151/208] Compiling SDGCollections AlternativePatterns.swift
[152/208] Compiling SDGCollections NaryAlternativeMatch.swift
[153/208] Compiling SDGCollections NaryAlternativePatterns.swift
[154/214] Compiling SDGCollections SearchableBidirectionalCollection.swift
[155/214] Compiling SDGCollections SearchableCollection.swift
[156/214] Compiling SDGCollections Slice.swift
[157/214] Compiling SDGCollections AbsoluteComplement.swift
[158/214] Compiling SDGCollections ComparableSet.swift
[159/214] Compiling SDGCollections FiniteSet.swift
[160/214] Compiling SDGCollections IntensionalSet.swift
[161/214] Compiling SDGCollections RepetitionMatch.swift
[162/214] Compiling SDGCollections RepetitionPattern.swift
[163/214] Compiling SDGCollections SeparatedComponentMatch.swift
[164/214] Compiling SDGCollections Range.swift
[165/214] Compiling SDGCollections RangeExpression.swift
[166/214] Compiling SDGCollections RangeReplaceableCollection.swift
[167/214] Compiling SDGCollections ReversedCollection.swift
[168/214] Compiling SDGCollections AnyBidirectionalPattern.swift
[169/214] Compiling SDGCollections AnyPattern.swift
[170/214] Compiling SDGCollections AnyPatternMatch.swift
[171/214] Compiling SDGCollections AtomicPatternMatch.swift
[172/214] Compiling SDGCollections ConcatenatedMatch.swift
[173/214] Compiling SDGCollections ConcatenatedPatterns.swift
[174/214] Compiling SDGCollections NaryConcatenatedMatch.swift
[175/214] Compiling SDGCollections CollectionDifference.swift
[176/214] Compiling SDGCollections CollectionDifferenceChange.swift
[177/214] Compiling SDGCollections FillDirection.swift
[178/214] Compiling SDGCollections LexicographicalComparison.swift
[179/214] Compiling SDGCollections OrderedSet.SubSequence.swift
[180/214] Compiling SDGCollections OrderedSet.swift
[181/214] Compiling SDGCollections ExclusivePrefixMatch.swift
[182/214] Compiling SDGCollections Intersection.swift
[183/214] Compiling SDGCollections MutableSet.swift
[184/214] Compiling SDGCollections Set.swift
[185/214] Compiling SDGCollections SetDefinition.swift
[186/214] Compiling SDGCollections SetInRepresentableUniverse.swift
[187/214] Compiling SDGCollections Union.swift
[188/214] Compiling SDGCollections StringProtocol.swift
[189/214] Compiling SDGCollections LegacyMode.swift
[190/214] Compiling SDGCollections Operators.swift
[191/214] Compiling SDGCollections AnyCollection.swift
[192/214] Compiling SDGCollections Array.swift
[193/214] Compiling SDGCollections BidirectionalCollection.swift
[194/214] Compiling SDGCollections Collection.swift
[195/214] Compiling SDGCollections Addable.swift
[196/214] Compiling SDGCollections BijectiveMapping.swift
[197/214] Compiling SDGCollections ContextualMapping.swift
[198/214] Compiling SDGCollections Dictionary.swift
[199/214] Compiling SDGCollections CharacterSet.swift
[200/214] Compiling SDGCollections Data.swift
[201/214] Compiling SDGCollections String.swift
[202/214] Compiling SDGGeometry TwoDimensionalPoint.swift
[203/214] Compiling SDGGeometry TwoDimensionalVectorProtocol.swift
[204/214] Compiling SDGGeometry TwoDimensionalVector.swift
[205/214] Compiling SDGGeometry CGVector.swift
[206/214] Compiling SDGGeometry TwoDimensionalPointProtocol.swift
[207/214] Emitting module SDGCollections
[208/249] Compiling SDGGeometry CGPoint.swift
[209/249] Compiling SDGGeometry Be_zierPath.swift
[210/249] Emitting module SDGGeometry
[211/249] Compiling SDGGeometry Angle.swift
[212/249] Compiling SDGBinaryData UInt.swift
[213/249] Emitting module SDGBinaryData
[214/249] Compiling SDGBinaryData Data.swift
[215/249] Compiling SDGBinaryData DataBinaryView.swift
[216/249] Compiling SDGBinaryData DataStream.swift
[217/249] Compiling SDGBinaryData UIntBinaryView.swift
[218/249] Compiling SDGText CharacterSet.swift
[219/249] Compiling SDGText CollectionStringFamily.swift
[220/249] Compiling SDGText CollectionUnicodeScalar.swift
[221/249] Compiling SDGText StaticString.swift
[222/252] Compiling SDGText StrictStringInterpolationProtocol.swift
[223/252] Compiling SDGText StrictStringStringInterpolation.swift
[224/252] Compiling SDGText ExtendedGraphemeClusterView.swift
[225/252] Compiling SDGText Line.swift
[226/252] Compiling SDGText LineView.swift
[227/252] Compiling SDGText LineViewIndex.swift
[228/252] Compiling SDGText String.swift
[229/252] Compiling SDGText StringClusterView.swift
[230/252] Compiling SDGText StringScalarView.swift
[231/252] Compiling SDGText NSFont.swift
[232/252] Compiling SDGText SwiftUI.Font.swift
[233/252] Compiling SDGText UIFont.swift
[234/252] Compiling SDGText Newline.swift
[235/252] Compiling SDGText NewlinePattern.swift
[236/252] Compiling SDGText StringFamily.swift
[237/252] Compiling SDGText ExtendedGraphemeCluster.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-sendable type 'Font.Definition'
internal var definition: Definition
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
internal enum Definition {
^
: Sendable
[238/252] Compiling SDGText Font.Definition.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-sendable type 'Font.Definition'
internal var definition: Definition
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
internal enum Definition {
^
: Sendable
[239/252] Compiling SDGText Font.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-sendable type 'Font.Definition'
internal var definition: Definition
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
internal enum Definition {
^
: Sendable
[240/252] Compiling SDGText StringIndex.swift
[241/252] Compiling SDGText UnicodeScalarView.swift
[242/252] Compiling SDGText UnicodeScalar.swift
[243/252] Compiling SDGText MarkupPlaygroundDisplay.swift
[244/252] Compiling SDGText Range.swift
[245/252] Compiling SDGText SemanticMarkup.swift
[246/252] Compiling SDGText SemanticMarkupStringInterpolation.swift
[247/252] Compiling SDGText StrictString.swift
[248/252] Compiling SDGText StrictStringClusterView.swift
[249/252] Emitting module SDGText
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-sendable type 'Font.Definition'
internal var definition: Definition
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
internal enum Definition {
^
: Sendable
[250/262] Compiling SDGPersistence ProcessInfo.swift
[251/262] Compiling SDGPersistence String.swift
[252/262] Compiling SDGPersistence PreferenceSet.swift
[253/262] Compiling SDGPersistence StrictString.swift
[254/262] Compiling SDGPersistence Data.swift
[255/262] Compiling SDGPersistence URL.swift
[256/262] Compiling SDGPersistence FileConvertible.swift
[257/262] Emitting module SDGPersistence
[258/262] Compiling SDGPersistence FileManager.swift
[259/262] Compiling SDGPersistence Preference.swift
[260/321] Emitting module sdg_copy_source
[261/321] Compiling sdg_copy_source main.swift
[262/321] Compiling sdg_copy_source CopySource.swift
[263/321] Compiling SDGLocalization GrammaticalGender.swift
[264/321] Compiling SDGLocalization GrammaticalNumber.swift
[265/321] Compiling SDGLocalization __________.swift
[266/321] Compiling SDGLocalization _________________.swift
[267/325] Emitting module sdg_embed_resource
[268/325] Compiling sdg_embed_resource EmbedResource.swift
[269/325] Compiling sdg_embed_resource main.swift
[269/325] Linking sdg_copy_source
[270/325] Linking sdg_embed_resource
[272/325] Compiling SDGLocalization TextConvertibleNumberParseError.swift
[273/325] Compiling SDGLocalization InputLocalization.swift
[274/325] Compiling SDGLocalization Casing.swift
[275/325] Compiling SDGLocalization EnglishCasing.swift
[276/325] Compiling SDGLocalization Angle.swift
[277/325] Compiling SDGLocalization Float.swift
[278/325] Compiling SDGLocalization Int.swift
[279/325] Compiling SDGLocalization IntegerProtcool.swift
[280/325] Compiling SDGLocalization IntegralArithmetic.swift
[281/325] Compiling SDGLocalization Precondition.swift
[282/325] Compiling SDGLocalization PresentableError.swift
[283/325] Compiling SDGLocalization Range.swift
[284/325] Compiling SDGLocalization TextConvertibleNumber.swift
[285/325] Compiling SDGLocalization StateData.swift
[286/325] Compiling SDGLocalization TextDirection.swift
[287/325] Compiling SDGLocalization UserFacing.swift
[288/325] Compiling SDGLocalization UserFacingDynamic.swift
[289/325] Emitting module SDGLocalization
[290/325] Compiling SDGLocalization RationalArithmetic.swift
[291/325] Compiling SDGLocalization RationalNumberProtocol.swift
[292/325] Compiling SDGLocalization UInt.swift
[293/325] Compiling SDGLocalization WholeArithmetic.swift
[294/325] Compiling SDGLocalization WholeNumberProtocol.swift
[295/325] Compiling SDGLocalization CachedLocalization.swift
[296/325] Compiling SDGLocalization Bool.swift
[297/325] Compiling SDGLocalization CodableViaEnumeration.swift
[298/325] Compiling SDGLocalization Decodable.swift
[299/325] Compiling SDGLocalization LosslessStringConvertible.swift
[300/325] Compiling SDGCollation Operators.swift
[301/326] Compiling SDGCollation CollationTailoringBuilder.swift
[302/326] Compiling SDGCollation CollationTailoring.swift
[303/326] Compiling SDGCollation OperatorFunctions.swift
[304/326] Compiling SDGCollation Resources 1.swift
[305/326] Compiling SDGCollation CollationTailoring.Anchor.swift
[308/326] Emitting module SDGCollation
[313/326] Compiling SDGLocalization AnyLocalization.swift
[314/326] Compiling SDGLocalization ContentLocalization.swift
[315/326] Compiling SDGLocalization FormatLocalization.swift
[316/326] Compiling SDGLocalization InterfaceLocalization.swift
[317/326] Compiling SDGLocalization Localization.swift
[318/326] Compiling SDGLocalization LocalizationSetting.swift
[319/326] Compiling SDGLocalization LocalizationSettingStabilizationMode.swift
[320/326] Compiling SDGLocalization APILocalization.swift
[321/326] Compiling SDGLocalization Language.swift
[322/326] Compiling SDGLocalization LocalizationData.swift
[323/326] Compiling SDGLocalization Script.swift
[324/326] Compiling SDGLocalization State.swift
[325/334] Compiling SDGCollation resource_bundle_accessor.swift
[326/334] Compiling SDGCornerstoneLocalizations FormatLocalization.swift
[327/334] Emitting module SDGCornerstoneLocalizations
[328/334] Compiling SDGCornerstoneLocalizations InterfaceLocalization.swift
[329/334] Compiling SDGCornerstoneLocalizations APILocalization.swift
[330/341] Compiling SDGExternalProcess Shell.swift
[331/423] Emitting module SDGExternalProcess
[332/423] Compiling SDGExternalProcess ExternalProcessError.swift
[333/423] Compiling SDGExternalProcess ExternalProcess.swift
[334/423] Compiling generate_root_collation CollationElement.swift
[335/423] Compiling generate_root_collation CollationLevel.swift
[336/423] Compiling generate_root_collation RootCollationGenerator.swift
[337/423] Compiling generate_root_collation RootCollation.swift
[338/423] Compiling SDGCalendar DescribableDate.swift
[339/423] Compiling SDGCalendar FoundationDate.swift
[340/423] Compiling SDGCalendar GregorianDate.swift
[341/425] Compiling SDGTesting PerformanceTest.swift
[342/425] Compiling SDGTesting Test.swift
[343/425] Emitting module SDGTesting
[344/425] Compiling SDGCalendar NumericCalendarComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:133:41: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal mutating func superEncoder<Key>(forKey key: Key) -> Encoder where Key: CodingKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:19:34: note: 'Key' previously declared here
internal struct KeyedContainer<Key>: KeyedEncodingContainerProtocol, XMLEncoderContainer
^
[345/425] Compiling SDGCalendar OrdinalCalendarComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:133:41: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal mutating func superEncoder<Key>(forKey key: Key) -> Encoder where Key: CodingKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:19:34: note: 'Key' previously declared here
internal struct KeyedContainer<Key>: KeyedEncodingContainerProtocol, XMLEncoderContainer
^
[346/425] Compiling SDGCalendar RawRepresentableCalendarComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:133:41: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal mutating func superEncoder<Key>(forKey key: Key) -> Encoder where Key: CodingKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:19:34: note: 'Key' previously declared here
internal struct KeyedContainer<Key>: KeyedEncodingContainerProtocol, XMLEncoderContainer
^
[347/425] Compiling SDGCalendar SmallestCalendarComponent.swift
[348/425] Compiling SDGCalendar Weekday.swift
[349/425] Compiling SDGCalendar Year.swift
[350/425] Emitting module SDGXML
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:172:32: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func superDecoder<Key>(forKey key: Key) throws -> Decoder where Key: CodingKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:23:34: note: 'Key' previously declared here
internal struct KeyedContainer<Key>: KeyedDecodingContainerProtocol, XMLDecoderContainer
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:133:41: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal mutating func superEncoder<Key>(forKey key: Key) -> Encoder where Key: CodingKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:19:34: note: 'Key' previously declared here
internal struct KeyedContainer<Key>: KeyedEncodingContainerProtocol, XMLEncoderContainer
^
[351/432] Emitting module generate_root_collation
[352/432] Compiling generate_root_collation DUCET.swift
[353/432] Compiling generate_root_collation Repository.swift
[354/432] Compiling SDGCalendar ConsistentlyOrderedCalendarComponent.swift
[355/432] Compiling SDGCalendar Day.swift
[356/432] Compiling SDGCalendar HebrewPart.swift
[357/432] Compiling SDGVersioning Version.swift
[358/432] Emitting module SDGVersioning
[359/432] Compiling SDGPrecisionMathematics WholeNumber.swift
[360/432] Compiling SDGPrecisionMathematics HalvesView.swift
[361/432] Compiling SDGPrecisionMathematics WholeNumberBinaryViewIndexDistance.swift
[362/432] Compiling SDGPrecisionMathematics WholeNumberBinaryViewIndex.swift
[363/432] Compiling SDGPrecisionMathematics WholeNumberBinaryView.swift
[364/432] Compiling SDGCalendar CalendarComponent.swift
[365/432] Compiling SDGCalendar CardinalCalendarComponent.swift
[366/432] Compiling SDGCalendar ConsistentDurationCalendarComponent.swift
[367/432] Emitting module SDGPrecisionMathematics
[368/432] Compiling SDGPrecisionMathematics Integer.swift
[369/432] Compiling SDGPrecisionMathematics UInt.swift
[370/432] Compiling SDGPrecisionMathematics RationalNumber.swift
[371/432] Compiling SDGCalendar HebrewMonth.swift
[372/432] Compiling SDGCalendar HebrewMonthAndYear.swift
[373/432] Compiling SDGCalendar EnumerationCalendarComponent.swift
[374/432] Compiling SDGCalendar HebrewWeekday.swift
[375/432] Compiling SDGCalendar HebrewWeekdayDate.swift
[376/432] Compiling SDGCalendar HebrewYear.swift
[377/432] Compiling SDGCalendar HebrewDay.swift
[378/432] Compiling SDGCalendar HebrewHour.swift
[379/432] Compiling SDGCalendar ICalendarComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:172:32: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func superDecoder<Key>(forKey key: Key) throws -> Decoder where Key: CodingKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:23:34: note: 'Key' previously declared here
internal struct KeyedContainer<Key>: KeyedDecodingContainerProtocol, XMLDecoderContainer
^
[380/432] Compiling SDGCalendar ISOCalendarComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:172:32: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func superDecoder<Key>(forKey key: Key) throws -> Decoder where Key: CodingKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:23:34: note: 'Key' previously declared here
internal struct KeyedContainer<Key>: KeyedDecodingContainerProtocol, XMLDecoderContainer
^
[381/432] Compiling SDGCalendar Month.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:172:32: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func superDecoder<Key>(forKey key: Key) throws -> Decoder where Key: CodingKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:23:34: note: 'Key' previously declared here
internal struct KeyedContainer<Key>: KeyedDecodingContainerProtocol, XMLDecoderContainer
^
[382/432] Emitting module SDGCalendar
[382/436] Linking generate_root_collation
[384/436] Emitting module SDGLogicTestUtilities
[385/436] Compiling SDGLogicTestUtilities Equatable.swift
[386/436] Emitting module SDGRandomizationTestUtilities
[387/436] Compiling SDGRandomizationTestUtilities Randomizer.swift
[401/436] Compiling SDGXML XML.Parser.swift
[402/436] Compiling SDGXML XML.swift
[403/448] Compiling SDGCalendar HebrewYearLength.swift
[404/448] Compiling SDGCalendar RationalArithmetic.swift
[405/448] Compiling SDGCalendar RelativeDate.swift
[406/448] Compiling SDGCalendar UnknownDate.swift
[407/448] Compiling SDGCalendar GregorianHour.swift
[408/448] Compiling SDGCalendar GregorianMinute.swift
[409/448] Compiling SDGCalendar GregorianMonth.swift
[410/448] Compiling SDGCalendar GregorianSecond.swift
[412/448] Compiling SDGCalendar CalendarDate.swift
[413/448] Compiling SDGCalendar CalendarInterval.swift
[414/448] Compiling SDGCalendar Date.swift
[415/448] Compiling SDGCalendar DateDefinition.swift
[416/448] Compiling SDGCalendar GregorianWeekday.swift
[417/448] Compiling SDGCalendar GregorianWeekdayDate.swift
[418/448] Compiling SDGCalendar GregorianYear.swift
[419/448] Compiling SDGCalendar HebrewDate.swift
[434/448] Compiling SDGCollectionsTestUtilities SetDefinition.swift
[435/449] Compiling SDGCollectionsTestUtilities RandomAccessCollection.swift
[436/449] Compiling SDGCollectionsTestUtilities RangeReplaceableCollection.swift
[437/449] Compiling SDGCollectionsTestUtilities MutableSet.swift
[438/449] Compiling SDGCollectionsTestUtilities Collection.swift
[439/449] Compiling SDGCollectionsTestUtilities ComparableSet.swift
[440/449] Compiling SDGCollectionsTestUtilities BidirectionalCollection.swift
[441/449] Compiling SDGCollectionsTestUtilities BidirectionalPattern.swift
[442/449] Emitting module SDGCollectionsTestUtilities
[443/449] Compiling SDGCollectionsTestUtilities FiniteSet.swift
[444/449] Compiling SDGCollectionsTestUtilities Hashable.swift
[445/449] Compiling SDGCollectionsTestUtilities Pattern.swift
[446/453] Compiling SDGCollectionsTestUtilities SetInRepresentableUniverse.swift
[447/453] Compiling SDGPersistenceTestUtilities Codable.swift
[448/453] Compiling SDGPersistenceTestUtilities FileConvertible.swift
[449/453] Compiling SDGPersistenceTestUtilities Specification.swift
[450/453] Emitting module SDGPersistenceTestUtilities
[451/473] Compiling SDGMathematicsTestUtilities Negatable.swift
[452/473] Compiling SDGMathematicsTestUtilities NumericAdditiveArithmetic.swift
[453/474] Emitting module SDGLocalizationTestUtilities
[454/474] Compiling SDGLocalizationTestUtilities CustomStringConvertible.swift
[455/474] Compiling SDGMathematicsTestUtilities Addable.swift
[456/474] Compiling SDGMathematicsTestUtilities BitField.swift
[457/474] Compiling SDGMathematicsTestUtilities Comparable.swift
[458/474] Compiling SDGMathematicsTestUtilities FixedScaleOneDimensionalPoint.swift
[459/474] Emitting module SDGMathematicsTestUtilities
[460/474] Compiling SDGMathematicsTestUtilities Float.swift
[461/474] Compiling SDGMathematicsTestUtilities GenericAdditiveArithmetic.swift
[462/474] Compiling SDGMathematicsTestUtilities OneDimensionalPoint.swift
[463/474] Compiling SDGMathematicsTestUtilities PointProtocol.swift
[464/474] Compiling SDGMathematicsTestUtilities VectorProtocol.swift
[465/474] Compiling SDGMathematicsTestUtilities RealArithmetic.swift
[466/474] Compiling SDGMathematicsTestUtilities Subtractable.swift
[467/474] Compiling SDGMathematicsTestUtilities RationalArithmetic.swift
[468/474] Compiling SDGMathematicsTestUtilities RationalVector.swift
[469/474] Compiling SDGMathematicsTestUtilities IntegralArithmetic.swift
[470/474] Compiling SDGMathematicsTestUtilities Measurement.swift
[471/474] Compiling SDGMathematicsTestUtilities WholeArithmetic.swift
[472/477] Emitting module SDGGeometryTestUtilities
[473/477] Compiling SDGGeometryTestUtilities TwoDimensionalPointProtocol.swift
[474/477] Compiling SDGGeometryTestUtilities TwoDimensionalVectorProtocol.swift
[475/477] Compiling SDGXCTestUtilities XCTAssert.swift
[476/477] Compiling SDGXCTestUtilities TestCase.swift
[477/477] Emitting module SDGXCTestUtilities
Build complete! (57.07s)
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-collections
[1/5576] Fetching swift-numerics
[448/20584] Fetching swift-numerics, swift-collections
Fetched https://github.com/apple/swift-collections (2.51s)
Fetched https://github.com/apple/swift-numerics (2.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.0 (0.61s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.0 (0.59s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.0
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/SDGEmbedResourcesTests/Resources.swift': File not found.
Build complete.
Done.