Skip to content

Instantly share code, notes, and snippets.

@dharmatech
Created October 2, 2021 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dharmatech/ea446afe27312fc92c337311f7009f36 to your computer and use it in GitHub Desktop.
Save dharmatech/ea446afe27312fc92c337311f7009f36 to your computer and use it in GitHub Desktop.
~/src/vapor-toolbox$ make install
swiftc ./scripts/build.swift
scripts/build.swift:48:10: warning: 'launchPath' is deprecated: renamed to 'executableURL'
task.launchPath = "/usr/bin/env"
^
scripts/build.swift:48:10: note: use 'executableURL' instead
task.launchPath = "/usr/bin/env"
^~~~~~~~~~
executableURL
scripts/build.swift:50:10: warning: 'launch()' is deprecated: renamed to 'run'
task.launch()
^
scripts/build.swift:50:10: note: use 'run' instead
task.launch()
^~~~~~
run
scripts/build.swift:61:10: warning: 'launchPath' is deprecated: renamed to 'executableURL'
task.launchPath = "/usr/bin/env"
^
scripts/build.swift:61:10: note: use 'executableURL' instead
task.launchPath = "/usr/bin/env"
^~~~~~~~~~
executableURL
scripts/build.swift:69:10: warning: 'launch()' is deprecated: renamed to 'run'
task.launch()
^
scripts/build.swift:69:10: note: use 'run' instead
task.launch()
^~~~~~
run
./build
$ swift build --disable-sandbox --configuration release -Xswiftc -cross-module-optimization --enable-test-discovery
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/tanner0101/mustache.git
Fetching https://github.com/jpsim/Yams.git
Fetched https://github.com/vapor/console-kit.git (0.95s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/tanner0101/mustache.git (1.83s)
Fetched https://github.com/jpsim/Yams.git (1.83s)
Fetched https://github.com/apple/swift-nio.git (6.90s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.21s)
Computing version for https://github.com/tanner0101/mustache.git
Computed https://github.com/tanner0101/mustache.git at 0.1.1 (0.21s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.2.7 (1.63s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-log.git (0.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.2 (0.20s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.33.0 (0.29s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.33.0
Creating working copy for https://github.com/tanner0101/mustache.git
Working copy of https://github.com/tanner0101/mustache.git resolved at 0.1.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.2.7
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
warning: '--enable-test-discovery' option is deprecated; tests are automatically discovered on all platforms
=== NIOConcurrencyHelpers, SwiftOverlayShims, timeval
/home/dharmatech/src/vapor-toolbox/.build/checkouts/Yams/Sources/Yams/Emitter.swift:338:32: warning: initialization of 'UnsafeMutablePointer<yaml_version_directive_t>' (aka 'UnsafeMutablePointer<yaml_version_directive_s>') results in a dangling pointer
versionDirective = UnsafeMutablePointer(&versionDirectiveValue)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dharmatech/src/vapor-toolbox/.build/checkouts/Yams/Sources/Yams/Emitter.swift:338:53: note: implicit argument conversion from 'yaml_version_directive_t' (aka 'yaml_version_directive_s') to 'UnsafeMutablePointer<yaml_version_directive_t>' (aka 'UnsafeMutablePointer<yaml_version_directive_s>') produces a pointer valid only for the duration of the call to 'init(_:)'
versionDirective = UnsafeMutablePointer(&versionDirectiveValue)
^~~~~~~~~~~~~~~~~~~~~~
/home/dharmatech/src/vapor-toolbox/.build/checkouts/Yams/Sources/Yams/Emitter.swift:338:53: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
versionDirective = UnsafeMutablePointer(&versionDirectiveValue)
^
swift-frontend: /home/build-user/swift/lib/SILOptimizer/Analysis/CallerAnalysis.cpp:237: (anonymous namespace)::FunctionInfo &swift::CallerAnalysis::unsafeGetFunctionInfo(swift::SILFunction *): Assertion `r != funcInfos.end() && "Function does not have functionInfo!"' failed.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project and the crash backtrace.
Stack dump:
0. Program arguments: /home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend -frontend -c /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/BSDSocketAPICommon.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/BSDSocketAPIPosix.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/BSDSocketAPIWindows.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/BaseSocket.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/BaseSocketChannel.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/BaseStreamSocketChannel.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/Bootstrap.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/ControlMessage.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/DatagramVectorReadManager.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/FileDescriptor.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/GetaddrinfoResolver.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/HappyEyeballs.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/IO.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/IntegerBitPacking.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/IntegerTypes.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/Linux.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/LinuxCPUSet.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/LinuxUring.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/NIOThreadPool.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/NonBlockingFileIO.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/PendingDatagramWritesManager.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/PendingWritesManager.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/PipeChannel.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/PipePair.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/PointerHelpers.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/Resolver.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/Selectable.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableChannel.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/SelectorEpoll.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/SelectorGeneric.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/SelectorKqueue.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/SelectorUring.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/ServerSocket.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/Socket.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/SocketChannel.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/SocketProtocols.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/System.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/Thread.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/ThreadPosix.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/ThreadWindows.swift /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/NIOPosix/Utilities.swift -supplementary-output-file-map /tmp/TemporaryDirectory.3ZuQyN/supplementaryOutputs-1 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release -color-diagnostics -g -module-cache-path /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/ModuleCache -swift-version 5 -O -D SWIFT_PACKAGE -new-driver-path /home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-driver -resource-dir /home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/lib/swift -Xcc -fmodule-map-file=/home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/CNIOAtomics.build/module.modulemap -Xcc -I -Xcc /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=/home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/CNIOWindows/include/module.modulemap -Xcc -I -Xcc /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/CNIOWindows/include -Xcc -fmodule-map-file=/home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/CNIODarwin.build/module.modulemap -Xcc -I -Xcc /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/CNIODarwin/include -Xcc -fmodule-map-file=/home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/CNIOLinux.build/module.modulemap -Xcc -I -Xcc /home/dharmatech/src/vapor-toolbox/.build/checkouts/swift-nio/Sources/CNIOLinux/include -module-name NIOPosix -parse-as-library -num-threads 16 -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/BSDSocketAPICommon.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/BSDSocketAPIPosix.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/BSDSocketAPIWindows.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/BaseSocket.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/BaseSocketChannel+SocketOptionProvider.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/BaseSocketChannel.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/BaseStreamSocketChannel.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/Bootstrap.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/ControlMessage.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/DatagramVectorReadManager.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/FileDescriptor.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/GetaddrinfoResolver.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/HappyEyeballs.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/IO.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/IntegerBitPacking.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/IntegerTypes.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/Linux.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/LinuxCPUSet.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/LinuxUring.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/MultiThreadedEventLoopGroup.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/NIOThreadPool.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/NonBlockingFileIO.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/PendingDatagramWritesManager.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/PendingWritesManager.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/PipeChannel.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/PipePair.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/PointerHelpers.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/Resolver.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/Selectable.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/SelectableChannel.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/SelectableEventLoop.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/SelectorEpoll.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/SelectorGeneric.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/SelectorKqueue.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/SelectorUring.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/ServerSocket.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/Socket.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/SocketChannel.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/SocketProtocols.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/System.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/Thread.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/ThreadPosix.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/ThreadWindows.swift.o -o /home/dharmatech/src/vapor-toolbox/.build/x86_64-unknown-linux-gnu/release/NIOPosix.build/Utilities.swift.o -cross-module-optimization
1. Swift version 5.5 (swift-5.5-RELEASE)
2.
3. While evaluating request ExecuteSILPipelineRequest(Run pipelines { PrepareOptimizationPasses, EarlyModulePasses, HighLevel,Function+EarlyLoopOpt, HighLevel,Module+StackPromote, Serialize, MidLevel,Function, ClosureSpecialize, LowLevel,Function, LateLoopOpt, SIL Debug Info Generator } on SIL for NIOPosix.NIOPosix)
4. While running pass #19711 SILModuleTransform "GlobalOpt".
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):
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x5a1fd93]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x5a1dc7e]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x5a20115]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x153c0)[0x7f77308fa3c0]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x7f77303a118b]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b)[0x7f7730380859]
/lib/x86_64-linux-gnu/libc.so.6(+0x25729)[0x7f7730380729]
/lib/x86_64-linux-gnu/libc.so.6(+0x36f36)[0x7f7730391f36]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x103f8cf]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x1041ec8]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x10ef649]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0xd9f510]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0xda1e0a]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0xd9bd78]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0xd9bd2b]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0xdbc8ba]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0xda72c3]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0xd9bf55]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0xda8e1f]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x6f7c12]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x56bcba]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x56b68e]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x55ed13]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x4b140e]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x7f77303820b3]
/home/dharmatech/src/swift-5.5-RELEASE-ubuntu20.04/usr/bin/swift-frontend[0x4b104e]
Swift/ErrorType.swift:200: Fatal error: Error raised at top level: build.ShellError(terminationStatus: 1)
Current stack trace:
0 libswiftCore.so 0x00007f59afa14a10 swift_reportError + 50
1 libswiftCore.so 0x00007f59afa8d1a0 _swift_stdlib_reportFatalErrorInFile + 109
2 libswiftCore.so 0x00007f59af79a4d2 <unavailable> + 1414354
3 libswiftCore.so 0x00007f59af79a1fb <unavailable> + 1413627
4 libswiftCore.so 0x00007f59af798ee0 _assertionFailure(_:_:file:line:flags:) + 447
5 libswiftCore.so 0x00007f59af7f9c80 swift_errorInMain + 731
6 build 0x000055f2d85f1127 <unavailable> + 8487
7 libc.so.6 0x00007f59af1fcfc0 __libc_start_main + 243
8 build 0x000055f2d85f0e9e <unavailable> + 7838
make: *** [Makefile:5: build] Illegal instruction
make: *** Deleting file 'build'
@iankoex
Copy link

iankoex commented Nov 11, 2021

Hi there, did you solve this?

@dharmatech
Copy link
Author

dharmatech commented Nov 11, 2021

@iankoex

Hi there, did you solve this?

The issue was reported to the Swift devs. Should be fixed in the next release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment