Advertisement
Guest User

Untitled

a guest
Feb 1st, 2025
869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. % LLVM_SYMBOLIZER_PATH=/usr/local/opt/llvm/bin/llvm-symbolizer swift main.swift
  2. Swift/ContiguousArrayBuffer.swift:600: Fatal error: Index out of range
  3. Stack dump:
  4. 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
  5. 1. Apple Swift version 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
  6. 2. Compiling with effective version 5.10
  7. 3. While running user code "main.swift"
  8. #0 0x000000010dac0968 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x10658a968)
  9. #1 0x000000010dabe739 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x106588739)
  10. #2 0x000000010dac0f26 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x10658af26)
  11. #3 0x00007ff80e3edfdd (/usr/lib/system/libsystem_platform.dylib+0x7ff80046afdd)
  12. #4 0x00007ff810ded961
  13. #5 0x00007ff81ea976be (/usr/lib/swift/libswiftCore.dylib+0x7ff810b146be)
  14. #6 0x00007ff81ea9756d (/usr/lib/swift/libswiftCore.dylib+0x7ff810b1456d)
  15. #7 0x00007ff81ea97126 (/usr/lib/swift/libswiftCore.dylib+0x7ff810b14126)
  16. #8 0x00007ff81ea7a5f1 (/usr/lib/swift/libswiftCore.dylib+0x7ff810af75f1)
  17. #9 0x00007ff81ea7ad9e (/usr/lib/swift/libswiftCore.dylib+0x7ff810af7d9e)
  18. #10 0x00000001111af06e
  19. #11 0x00000001079fe10d (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1004c810d)
  20. #12 0x0000000107903290 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1003cd290)
  21. #13 0x00000001079109bc (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1003da9bc)
  22. #14 0x000000010789bd7a (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x100365d7a)
  23. #15 0x00000001078964e7 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1003604e7)
  24. #16 0x0000000107895a8f (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x10035fa8f)
  25. #17 0x00000001078995b2 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1003635b2)
  26. #18 0x0000000107897818 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x100361818)
  27. #19 0x000000010780a167 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend+0x1002d4167)
  28. #20 0x00007ff80e033345
  29. 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