The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swm-homology with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taketo1024/swm-homology.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/taketo1024/swm-homology
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 112f3d2 Merge branch 'develop'
Cloned https://github.com/taketo1024/swm-homology.git
Revision (git rev-parse @):
112f3d2c4c8bee4a1e5fcbfa7efb9e380c65744d
SUCCESS checkout https://github.com/taketo1024/swm-homology.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/taketo1024/swm-homology.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/taketo1024/swm-core.git
Fetching https://github.com/taketo1024/swm-matrix-tools.git
[1/15984] Fetching swm-core
[1760/16784] Fetching swm-core, swm-matrix-tools
Fetched https://github.com/taketo1024/swm-matrix-tools.git from cache (0.51s)
Fetched https://github.com/taketo1024/swm-core.git from cache (0.52s)
Computing version for https://github.com/taketo1024/swm-matrix-tools.git
Computed https://github.com/taketo1024/swm-matrix-tools.git at 1.3.3 (0.46s)
Computing version for https://github.com/taketo1024/swm-core.git
Computed https://github.com/taketo1024/swm-core.git at 1.3.1 (0.46s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5180] Fetching swift-algorithms
[4922/18926] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.08s)
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 0.2.1 (0.44s)
Fetching https://github.com/apple/swift-numerics
[1/5277] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.77s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.48s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.0
Creating working copy for https://github.com/taketo1024/swm-core.git
Working copy of https://github.com/taketo1024/swm-core.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 0.2.1
Creating working copy for https://github.com/taketo1024/swm-matrix-tools.git
Working copy of https://github.com/taketo1024/swm-matrix-tools.git resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Building for debugging...
[0/9] Write sources
[7/9] Compiling _NumericsShims _NumericsShims.c
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/36] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[11/36] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[12/38] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[13/38] Compiling _CollectionsUtilities Specialize.swift
[14/38] Emitting module _CollectionsUtilities
[15/38] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/38] Compiling _CollectionsUtilities Integer rank.swift
[17/38] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[18/38] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/38] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[20/38] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[21/38] Compiling RealModule ElementaryFunctions.swift
[22/39] Compiling RealModule RealFunctions.swift
[23/39] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/39] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/39] Emitting module RealModule
[30/39] Compiling RealModule Float16+Real.swift
[31/39] Compiling _CollectionsUtilities _SortedCollection.swift
[32/39] Compiling _CollectionsUtilities _UniqueCollection.swift
[33/39] Compiling _CollectionsUtilities UInt+reversed.swift
[34/39] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[35/39] Compiling _CollectionsUtilities Debugging.swift
[36/39] Compiling _CollectionsUtilities Descriptions.swift
[37/40] Compiling RealModule Float+Real.swift
[38/40] Compiling RealModule Float80+Real.swift
[39/40] Compiling RealModule Real.swift
[42/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[43/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[44/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[45/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[46/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[47/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[48/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[49/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[50/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[51/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[52/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[53/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[54/126] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[55/126] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[56/126] Compiling OrderedCollections OrderedDictionary.swift
[57/126] Compiling OrderedCollections OrderedSet+Codable.swift
[58/126] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[59/126] Compiling OrderedCollections OrderedSet+Descriptions.swift
[60/126] Compiling OrderedCollections OrderedSet+Diffing.swift
[61/126] Compiling OrderedCollections OrderedSet+Equatable.swift
[62/126] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[63/126] Compiling OrderedCollections OrderedSet+Hashable.swift
[64/126] Compiling OrderedCollections OrderedSet+Initializers.swift
[65/126] Compiling OrderedCollections OrderedSet+Insertions.swift
[66/126] Compiling OrderedCollections OrderedSet+Invariants.swift
[67/126] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[68/126] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[69/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[70/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[71/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[72/126] Compiling OrderedCollections _HashTable+Testing.swift
[73/126] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[74/126] Compiling OrderedCollections _HashTable.swift
[75/129] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[76/129] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[77/129] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[78/129] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[79/129] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[80/129] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[81/129] Compiling Algorithms Trim.swift
[82/129] Compiling Algorithms Unique.swift
[83/129] Compiling OrderedCollections OrderedDictionary+Codable.swift
[84/129] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[85/129] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[86/129] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[87/129] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[88/129] Compiling OrderedCollections OrderedDictionary+Elements.swift
[89/129] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[90/129] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[99/129] Compiling Algorithms Windows.swift
[100/129] Compiling OrderedCollections _HashTable+Bucket.swift
[101/129] Compiling OrderedCollections _HashTable+BucketIterator.swift
[102/129] Compiling OrderedCollections _HashTable+Constants.swift
[103/129] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[107/129] Compiling OrderedCollections _Hashtable+Header.swift
[108/129] Compiling OrderedCollections OrderedSet+Sendable.swift
[109/129] Compiling OrderedCollections OrderedSet+SubSequence.swift
[110/129] Compiling OrderedCollections OrderedSet+Testing.swift
[111/129] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[112/129] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[113/129] Compiling OrderedCollections OrderedSet.swift
[114/129] Compiling OrderedCollections _UnsafeBitset.swift
[119/129] Emitting module OrderedCollections
[130/130] Emitting module Algorithms
[132/174] Emitting module SwmCore
[133/179] Compiling SwmCore Combinatorics.swift
[134/179] Compiling SwmCore GraphAlgorithms.swift
[135/179] Compiling SwmCore IntList.swift
[136/179] Compiling SwmCore Operators.swift
[137/179] Compiling SwmCore Random.swift
[138/179] Compiling SwmCore TypeParameters.swift
[139/179] Compiling SwmCore RandomAccessCollection.swift
[140/179] Compiling SwmCore Sequence.swift
[141/179] Compiling SwmCore Set.swift
[142/179] Compiling SwmCore String.swift
[143/179] Compiling SwmCore LinearCombination.swift
[144/179] Compiling SwmCore LinearCombinationType.swift
[145/179] Compiling SwmCore Module.swift
[146/179] Compiling SwmCore Monoid.swift
[147/179] Compiling SwmCore Ring.swift
[148/179] Compiling SwmCore Array.swift
[149/179] Compiling SwmCore Codable.swift
[150/179] Compiling SwmCore Dictionary.swift
[151/179] Compiling SwmCore Complex.swift
[152/179] Compiling SwmCore F2.swift
[153/179] Compiling SwmCore Integer.swift
[154/179] Compiling SwmCore IntegerQuotient.swift
[155/179] Compiling SwmCore Quaternion.swift
[156/179] Compiling SwmCore Rational.swift
[157/179] Compiling SwmCore Cache.swift
[158/179] Compiling SwmCore Debug.swift
[159/179] Compiling SwmCore Format.swift
[160/179] Compiling SwmCore Logger.swift
[161/179] Compiling SwmCore Storage.swift
error: compile command failed due to signal 6 (use -v to see invocation)
swift-frontend: /home/build-user/swift/lib/SIL/IR/TypeLowering.cpp:2955: void swift::Lowering::TypeConverter::verifyLowering(const swift::Lowering::TypeLowering &, swift::Lowering::AbstractionPattern, swift::CanType, swift::TypeExpansionContext): Assertion `hasNoNontrivialLexicalLeaf && "Found non-trivial lexical leaf in non-trivial non-lexical type?!"' failed.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/AdditiveGroup.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/EuclideanRing.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Field.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/FractionField.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Group.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/MathSet.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Module.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Monoid.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Ring.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Array.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Codable.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Dictionary.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/RandomAccessCollection.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Sequence.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Set.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/String.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/LinearCombination/LinearCombination.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/LinearCombination/LinearCombinationType.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/LinearCombination/TensorGenerator.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Matrix/DefaultMatrixImpl.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Matrix/Matrix.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Matrix/MatrixIF.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Matrix/MatrixImpl.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/BitSequence.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/Combinatorics.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/GraphAlgorithms.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/IntList.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/Operators.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/Random.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/TypeParameters.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Complex.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/F2.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Integer.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/IntegerQuotient.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Quaternion.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Rational.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Real.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Permutation/Permutation.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/GenericPolynomial.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/MultivariatePolynomial.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/Polynomial.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/PolynomialQuotient.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Cache.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Debug.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Format.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Logger.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Storage.swift -supplementary-output-file-map /tmp/TemporaryDirectory.iLViCO/supplementaryOutputs-7 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file=/host/spi-builder-workspace/.build/checkouts/swift-numerics/Sources/_NumericsShims/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/.build/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name SwmCore -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/Real.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/Permutation.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/GenericPolynomial.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/MultivariatePolynomial.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/Polynomial.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/PolynomialQuotient.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b551eb2f613)
2.	Compiling with the current language version
3.	While evaluating request ASTLoweringRequest(Lowering AST to SIL for file "/host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/GenericPolynomial.swift")
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x7307d73)[0x55de8bb45d73]
/usr/bin/swift-frontend(+0x7305abe)[0x55de8bb43abe]
/usr/bin/swift-frontend(+0x73080ea)[0x55de8bb460ea]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f993ee5a520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f993eeae9fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f993ee5a476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f993ee407f3]
/lib/x86_64-linux-gnu/libc.so.6(+0x2871b)[0x7f993ee4071b]
/lib/x86_64-linux-gnu/libc.so.6(+0x39e96)[0x7f993ee51e96]
/usr/bin/swift-frontend(+0x1f35ccb)[0x55de86773ccb]
/usr/bin/swift-frontend(+0x1f4a416)[0x55de86788416]
/usr/bin/swift-frontend(+0x1f3721f)[0x55de8677521f]
/usr/bin/swift-frontend(+0x1f35c3c)[0x55de86773c3c]
/usr/bin/swift-frontend(+0x1eb1986)[0x55de866ef986]
/usr/bin/swift-frontend(+0x1eafb43)[0x55de866edb43]
/usr/bin/swift-frontend(+0x1ea4d72)[0x55de866e2d72]
/usr/bin/swift-frontend(+0x1ea8bba)[0x55de866e6bba]
/usr/bin/swift-frontend(+0x1ea99f7)[0x55de866e79f7]
/usr/bin/swift-frontend(+0x1e9ceb7)[0x55de866daeb7]
/usr/bin/swift-frontend(+0x1515cc8)[0x55de85d53cc8]
/usr/bin/swift-frontend(+0x15192fb)[0x55de85d572fb]
/usr/bin/swift-frontend(+0x151a464)[0x55de85d58464]
/usr/bin/swift-frontend(+0x16140c1)[0x55de85e520c1]
/usr/bin/swift-frontend(+0x160f7da)[0x55de85e4d7da]
/usr/bin/swift-frontend(+0x160f66d)[0x55de85e4d66d]
/usr/bin/swift-frontend(+0x151c5c7)[0x55de85d5a5c7]
/usr/bin/swift-frontend(+0x15fca8c)[0x55de85e3aa8c]
/usr/bin/swift-frontend(+0x151f8df)[0x55de85d5d8df]
/usr/bin/swift-frontend(+0x151d408)[0x55de85d5b408]
/usr/bin/swift-frontend(+0xe3477b)[0x55de8567277b]
/usr/bin/swift-frontend(+0xe4a7f5)[0x55de856887f5]
/usr/bin/swift-frontend(+0xe382ad)[0x55de856762ad]
/usr/bin/swift-frontend(+0xe369db)[0x55de856749db]
/usr/bin/swift-frontend(+0xcc3315)[0x55de85501315]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f993ee41d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f993ee41e40]
/usr/bin/swift-frontend(+0xcc2375)[0x55de85500375]
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling SwmCore AdditiveGroup.swift
[3/18] Compiling SwmCore EuclideanRing.swift
[4/18] Compiling SwmCore Field.swift
[5/20] Compiling SwmCore FractionField.swift
[6/20] Compiling SwmCore Group.swift
[7/20] Compiling SwmCore MathSet.swift
[8/24] Compiling SwmCore Polynomial.swift
[9/24] Compiling SwmCore PolynomialQuotient.swift
[10/28] Emitting module SwmCore
[11/32] Compiling SwmCore Module.swift
[12/32] Compiling SwmCore Monoid.swift
[13/32] Compiling SwmCore Ring.swift
[14/32] Compiling SwmCore Array.swift
[15/36] Compiling SwmCore Codable.swift
[16/36] Compiling SwmCore Dictionary.swift
[17/36] Compiling SwmCore RandomAccessCollection.swift
[18/36] Compiling SwmCore Sequence.swift
[19/40] Compiling SwmCore Set.swift
[20/40] Compiling SwmCore String.swift
[21/40] Compiling SwmCore LinearCombination.swift
[22/40] Compiling SwmCore LinearCombinationType.swift
[23/43] Compiling SwmCore Combinatorics.swift
[24/43] Compiling SwmCore GraphAlgorithms.swift
[25/43] Compiling SwmCore IntList.swift
[26/43] Compiling SwmCore Operators.swift
[27/46] Compiling SwmCore TensorGenerator.swift
error: compile command failed due to signal 6 (use -v to see invocation)
[28/46] Compiling SwmCore DefaultMatrixImpl.swift
[29/46] Compiling SwmCore Matrix.swift
[30/46] Compiling SwmCore MatrixIF.swift
[31/46] Compiling SwmCore MatrixImpl.swift
[32/46] Compiling SwmCore BitSequence.swift
[33/46] Compiling SwmCore Real.swift
[34/46] Compiling SwmCore Permutation.swift
swift-frontend: /home/build-user/swift/lib/SIL/IR/TypeLowering.cpp:2955: void swift::Lowering::TypeConverter::verifyLowering(const swift::Lowering::TypeLowering &, swift::Lowering::AbstractionPattern, swift::CanType, swift::TypeExpansionContext): Assertion `hasNoNontrivialLexicalLeaf && "Found non-trivial lexical leaf in non-trivial non-lexical type?!"' failed.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/AdditiveGroup.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/EuclideanRing.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Field.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/FractionField.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Group.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/MathSet.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Module.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Monoid.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Abstract/Ring.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Array.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Codable.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Dictionary.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/RandomAccessCollection.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Sequence.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/Set.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Extensions/String.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/LinearCombination/LinearCombination.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/LinearCombination/LinearCombinationType.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/LinearCombination/TensorGenerator.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Matrix/DefaultMatrixImpl.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Matrix/Matrix.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Matrix/MatrixIF.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Matrix/MatrixImpl.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/BitSequence.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/Combinatorics.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/GraphAlgorithms.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/IntList.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/Operators.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/Random.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Misc/TypeParameters.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Complex.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/F2.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Integer.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/IntegerQuotient.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Quaternion.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Rational.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Numbers/Real.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Permutation/Permutation.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/GenericPolynomial.swift -primary-file /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/MultivariatePolynomial.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/Polynomial.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/PolynomialQuotient.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Cache.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Debug.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Format.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Logger.swift /host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Util/Storage.swift -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/GenericPolynomial.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/GenericPolynomial.swiftdeps -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/MultivariatePolynomial.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/MultivariatePolynomial.swiftdeps -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file=/host/spi-builder-workspace/.build/checkouts/swift-numerics/Sources/_NumericsShims/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/.build/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name SwmCore -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/GenericPolynomial.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwmCore.build/MultivariatePolynomial.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b551eb2f613)
2.	Compiling with the current language version
3.	While evaluating request ASTLoweringRequest(Lowering AST to SIL for file "/host/spi-builder-workspace/.build/checkouts/swm-core/Sources/SwmCore/Polynomial/GenericPolynomial.swift")
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x7307d73)[0x55c15c38cd73]
/usr/bin/swift-frontend(+0x7305abe)[0x55c15c38aabe]
/usr/bin/swift-frontend(+0x73080ea)[0x55c15c38d0ea]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7fd288879520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7fd2888cd9fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7fd288879476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7fd28885f7f3]
/lib/x86_64-linux-gnu/libc.so.6(+0x2871b)[0x7fd28885f71b]
/lib/x86_64-linux-gnu/libc.so.6(+0x39e96)[0x7fd288870e96]
/usr/bin/swift-frontend(+0x1f35ccb)[0x55c156fbaccb]
/usr/bin/swift-frontend(+0x1f4a416)[0x55c156fcf416]
/usr/bin/swift-frontend(+0x1f3721f)[0x55c156fbc21f]
/usr/bin/swift-frontend(+0x1f35c3c)[0x55c156fbac3c]
/usr/bin/swift-frontend(+0x1eb1986)[0x55c156f36986]
/usr/bin/swift-frontend(+0x1eafb43)[0x55c156f34b43]
/usr/bin/swift-frontend(+0x1ea4d72)[0x55c156f29d72]
/usr/bin/swift-frontend(+0x1ea8bba)[0x55c156f2dbba]
/usr/bin/swift-frontend(+0x1ea99f7)[0x55c156f2e9f7]
/usr/bin/swift-frontend(+0x1e9ceb7)[0x55c156f21eb7]
/usr/bin/swift-frontend(+0x1515cc8)[0x55c15659acc8]
/usr/bin/swift-frontend(+0x15192fb)[0x55c15659e2fb]
/usr/bin/swift-frontend(+0x151a464)[0x55c15659f464]
/usr/bin/swift-frontend(+0x16140c1)[0x55c1566990c1]
/usr/bin/swift-frontend(+0x160f7da)[0x55c1566947da]
/usr/bin/swift-frontend(+0x160f66d)[0x55c15669466d]
/usr/bin/swift-frontend(+0x151c5c7)[0x55c1565a15c7]
/usr/bin/swift-frontend(+0x15fca8c)[0x55c156681a8c]
/usr/bin/swift-frontend(+0x151f8df)[0x55c1565a48df]
/usr/bin/swift-frontend(+0x151d408)[0x55c1565a2408]
/usr/bin/swift-frontend(+0xe3477b)[0x55c155eb977b]
/usr/bin/swift-frontend(+0xe4a7f5)[0x55c155ecf7f5]
/usr/bin/swift-frontend(+0xe382ad)[0x55c155ebd2ad]
/usr/bin/swift-frontend(+0xe369db)[0x55c155ebb9db]
/usr/bin/swift-frontend(+0xcc3315)[0x55c155d48315]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7fd288860d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7fd288860e40]
/usr/bin/swift-frontend(+0xcc2375)[0x55c155d47375]
BUILD FAILURE 5.10 linux

Build Machine: Linux 2