Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % LLVM_SYMBOLIZER_PATH=/usr/local/opt/llvm/bin/llvm-symbolizer swift main.swift
- Swift/ContiguousArrayBuffer.swift:600: Fatal error: Index out of range
- Stack dump:
- 0. Program arguments: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -interpret main.swift -enable-objc-interop -stack-check -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -color-diagnostics -new-driver-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-driver -empty-abi-descriptor -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -module-name main -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins
- 1. Apple Swift version 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
- 2. Compiling with effective version 5.10
- 3. While running user code "main.swift"
- #0 0x000000010dac0968 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x10658a968)
- #1 0x000000010dabe739 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x106588739)
- #2 0x000000010dac0f26 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x10658af26)
- #3 0x00007ff80e3edfdd (/usr/lib/system/libsystem_platform.dylib+0x7ff80046afdd)
- #4 0x00007ff810ded961
- #5 0x00007ff81ea976be (/usr/lib/swift/libswiftCore.dylib+0x7ff810b146be)
- #6 0x00007ff81ea9756d (/usr/lib/swift/libswiftCore.dylib+0x7ff810b1456d)
- #7 0x00007ff81ea97126 (/usr/lib/swift/libswiftCore.dylib+0x7ff810b14126)
- #8 0x00007ff81ea7a5f1 (/usr/lib/swift/libswiftCore.dylib+0x7ff810af75f1)
- #9 0x00007ff81ea7ad9e (/usr/lib/swift/libswiftCore.dylib+0x7ff810af7d9e)
- #10 0x00000001111af06e
- #11 0x00000001079fe10d (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1004c810d)
- #12 0x0000000107903290 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1003cd290)
- #13 0x00000001079109bc (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1003da9bc)
- #14 0x000000010789bd7a (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x100365d7a)
- #15 0x00000001078964e7 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1003604e7)
- #16 0x0000000107895a8f (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x10035fa8f)
- #17 0x00000001078995b2 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1003635b2)
- #18 0x0000000107897818 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x100361818)
- #19 0x000000010780a167 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1002d4167)
- #20 0x00007ff80e033345
- zsh: illegal hardware instruction LLVM_SYMBOLIZER_PATH=/usr/local/opt/llvm/bin/llvm-symbolizer swift main.swift
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement