Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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"
- 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):
- 0 swift-frontend 0x0000000115926968 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 40
- 1 swift-frontend 0x0000000115924739 llvm::sys::RunSignalHandlers() + 233
- 2 swift-frontend 0x0000000115926f26 SignalHandler(int) + 278
- 3 libsystem_platform.dylib 0x00007ff80e3edfdd _sigtramp + 29
- 4 CoreAudio 0x00007ff810ded961 void std::__1::__introsort<std::__1::_ClassicAlgPolicy, std::__1::__less<void, void>&, AMCP::Terminal_Description*, false>(AMCP::Terminal_Description*, AMCP::Terminal_Description*, std::__1::__less<void, void>&, std::__1::iterator_traits<AMCP::Terminal_Description*>::difference_type, bool) + 6915
- 5 libswiftCore.dylib 0x00007ff81ea976be $ss17_assertionFailure__4file4line5flagss5NeverOs12StaticStringV_A2HSus6UInt32VtFySRys5UInt8VGXEfU_yAMXEfU_ + 270
- 6 libswiftCore.dylib 0x00007ff81ea9756d $ss17_assertionFailure__4file4line5flagss5NeverOs12StaticStringV_A2HSus6UInt32VtFySRys5UInt8VGXEfU_ + 381
- 7 libswiftCore.dylib 0x00007ff81ea97126 $ss17_assertionFailure__4file4line5flagss5NeverOs12StaticStringV_A2HSus6UInt32VtF + 230
- 8 libswiftCore.dylib 0x00007ff81ea7a5f1 $sSa15_checkSubscript_20wasNativeTypeCheckeds16_DependenceTokenVSi_SbtF + 129
- 9 libswiftCore.dylib 0x00007ff81ea7ad9e $sSayxSicig + 78
- 10 libswiftCore.dylib 0x00000001190b006e $sSayxSicig + 18446603374781747998
- 11 swift-frontend 0x000000010f86410d llvm::orc::runAsMain(int (*)(int, char**), llvm::ArrayRef<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>, std::__1::optional<llvm::StringRef>) + 1965
- 12 swift-frontend 0x000000010f769290 swift::SwiftJIT::runMain(llvm::ArrayRef<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>) + 144
- 13 swift-frontend 0x000000010f7769bc swift::RunImmediately(swift::CompilerInstance&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>> const&, swift::IRGenOptions const&, swift::SILOptions const&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>&&) + 1308
- 14 swift-frontend 0x000000010f701d7a processCommandLineAndRunImmediately(swift::CompilerInstance&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>&&, llvm::PointerUnion<swift::ModuleDecl*, swift::SourceFile*>, swift::FrontendObserver*, int&) + 602
- 15 swift-frontend 0x000000010f6fc4e7 performCompileStepsPostSILGen(swift::CompilerInstance&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>, llvm::PointerUnion<swift::ModuleDecl*, swift::SourceFile*>, swift::PrimarySpecificPaths const&, int&, swift::FrontendObserver*) + 2215
- 16 swift-frontend 0x000000010f6fba8f swift::performCompileStepsPostSema(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 3455
- 17 swift-frontend 0x000000010f6ff5b2 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 3842
- 18 swift-frontend 0x000000010f6fd818 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 4392
- 19 swift-frontend 0x000000010f670167 swift::mainEntry(int, char const**) + 8103
- 20 dyld 0x00007ff80e033345 start + 1909
- zsh: illegal hardware instruction swift main.swift
Advertisement
Add Comment
Please, Sign In to add comment