You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Swift 6 toolchain reports parameterless closing #sourceLocation() directive without prior opening #sourceLocation(file:,line:) directive unexpectedly.
Apple Swift version 6.0-dev (LLVM de395d39a90ed7a, Swift 490cf64aee23f13)
Target: arm64-apple-macosx14.0
Reports error:
swift-driver version: 1.109.2 Apple Swift version 6.0 (swiftlang-6.0.0.3.300 clang-1600.0.20.10)
Target: arm64-apple-macosx14.0
No error:
swift-driver version: 1.90.11.1 Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
Target: arm64-apple-macosx14.0
Additional information
No response
The text was updated successfully, but these errors were encountered:
leptos-null
added
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
labels
Jun 19, 2024
Description
The Swift 6 toolchain reports
parameterless closing #sourceLocation() directive without prior opening #sourceLocation(file:,line:) directive
unexpectedly.Reproduction
Compile with
swiftc -c -emit-module-path bug_report -swift-version 5 -parse-as-library file.swift
Expected behavior
The sample code produces a module without errors.
Note that
completes without errors.
Environment
Tested with
Reports error:
Reports error:
No error:
Additional information
No response
The text was updated successfully, but these errors were encountered: