-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Insights: swiftlang/swift
Overview
Could not load contribution data
Please try again later
109 Pull requests merged by 42 people
-
stdlib: Resolve
-strict-memory-safety
warnings#81593 merged
May 19, 2025 -
Runtimes: adjust the synchronization module build
#81558 merged
May 19, 2025 -
CommandLineSupport: add a directive for autolinking on Windows
#81589 merged
May 19, 2025 -
Embedded: Suppress spurious unused result warnings
#81592 merged
May 18, 2025 -
[docs][gardening]: fix typo in KeyPaths.md
#81392 merged
May 18, 2025 -
[Swiftify] Don't create safe wrapper for autoreleasing pointers
#81568 merged
May 18, 2025 -
Sema: Fix UB in
NonisolatedNonsendingByDefault
migration diagnosis#81570 merged
May 18, 2025 -
SILGen: insert an
end_lifetime
in the throw-branch of aBuiltin.emplace
#81567 merged
May 17, 2025 -
[android][test] Fix or disable the remaining failing tests on the Android CI
#81398 merged
May 17, 2025 -
[6.2] AST, Sema: Cherry-pick 4
NonisolatedNonsendingByDefault
bug fixes#81573 merged
May 17, 2025 -
[doc] Atomic.add, .subtract: Add note on atomic codegen
#78799 merged
May 17, 2025 -
[6.2] [Driver] Avoid using response files for SourceKit
#81559 merged
May 17, 2025 -
6.2: [MoveOnly] Fix consume of addr with mutated field.
#81544 merged
May 16, 2025 -
[6.2] [Sema] Continue type-checking
for
body when preamble fails#81554 merged
May 16, 2025 -
[Sema] Continue type-checking
for
body when preamble fails#81540 merged
May 16, 2025 -
Add a new semantics attribute to disable SIL verification on a function
#81520 merged
May 16, 2025 -
[swift-inspect] Fix corpse leaks when target doesn't have libswiftCore loaded.
#81457 merged
May 16, 2025 -
[Driver] Avoid using response files for SourceKit
#81555 merged
May 16, 2025 -
Runtimes: make
SwiftCore
searchREQUIRED
#81556 merged
May 16, 2025 -
[6.2][Macros] Mitigate plugin process 'wait' failure
#81535 merged
May 16, 2025 -
[Macros] Revert the 'wait' timeout update back to 1 second
#81547 merged
May 16, 2025 -
Cache the last ObjC bridging conformance we looked up
#81545 merged
May 16, 2025 -
[Caching] Clear benign CodeGen options when building modules
#81536 merged
May 16, 2025 -
[cmake] add Synchronization library to Supplemental build
#81310 merged
May 16, 2025 -
[MoveOnly] Fix consume of addr with mutated field.
#81541 merged
May 16, 2025 -
Swift AST/SIL: some additions and improvements of Integer type APIs
#81539 merged
May 16, 2025 -
AST, Sema: Fix 2
NonisolatedNonsendingByDefault
bugs#81538 merged
May 16, 2025 -
[Concurrency] Fix
@_inheritActorContext(always)
to use `forActorIns…#81543 merged
May 16, 2025 -
[CSGen] Prevent
@concurrent
on closures from skippingthrows
infe…#81549 merged
May 16, 2025 -
[6.2][IRGen] Don't set HasLayoutString flag on non-copyable generic types
#81531 merged
May 16, 2025 -
[6.2] IRGen: Fix out-of-order task_dealloc with parameter pack metadata
#81523 merged
May 16, 2025 -
[IRGen] Don't set HasLayoutString flag on non-copyable generic types
#81530 merged
May 15, 2025 -
IRGen: Fix out-of-order task_dealloc with parameter pack metadata
#81516 merged
May 15, 2025 -
[Macros] Mitigate plugin process 'wait' failure
#81517 merged
May 15, 2025 -
[Concurrency] Add underscore prefixes for not yet official API.
#81472 merged
May 15, 2025 -
[6.2][Frontend] Add a way to print features supported by the compiler
#81518 merged
May 15, 2025 -
[cmake] add FindSwiftCore module for supplemental libraries
#81215 merged
May 15, 2025 -
[AST/Sema/SIL] Implement
@_inheritActorContext(always)
#81496 merged
May 15, 2025 -
Manually merge main into rebranch
#81526 merged
May 15, 2025 -
AST: Fix two bugs with SelfProtocolConformance
#81522 merged
May 15, 2025 -
[SourceKit] Allow passing
cancel_on_subsequent_request: 0
for all requests that use a OncePerASTToken#81507 merged
May 15, 2025 -
[Concurrency] Diagnose loss of global actor isolation in async functi…
#81418 merged
May 15, 2025 -
embedded: fix source location of diagnostics which appear in imported modules
#81502 merged
May 15, 2025 -
[6.2] preset: build swift with no assertion for swiftpm on linux
#81513 merged
May 15, 2025 -
[6.2] Fix InstructionDeleter for drop_deinit instruction
#81512 merged
May 15, 2025 -
Make initial changes for module selectors
#81459 merged
May 15, 2025 -
[6.2] preset: treat swift testing the same as xctest
#81505 merged
May 15, 2025 -
[Caching] Remove CASFS based clang module implementation
#81494 merged
May 14, 2025 -
[presets] Escalate C++ "unused" warnings in macOS smoke test
#81284 merged
May 14, 2025 -
Fix InstructionDeleter for drop_deinit instruction
#81499 merged
May 14, 2025 -
[6.2][stdlib] SE-0472: Rename Task and*TaskGroup APIs to match the proposal
#81488 merged
May 14, 2025 -
6.2: Copy WasmKit to
host_install_destdir
#81504 merged
May 14, 2025 -
Set debug location to Coroutine call expression
#81495 merged
May 14, 2025 -
Runtimes: Enable CommandLine support wholesale
#81491 merged
May 14, 2025 -
[ClangImporter] Fix enum conversion type when importing global values (unwrap if needed)
#81492 merged
May 14, 2025 -
Runtimes: tweak default configuration for Windows
#81479 merged
May 14, 2025 -
Concurrency: silence warning on Windows
#81477 merged
May 14, 2025 -
Runtimes: correct CommandLineSupport build on Windows
#81490 merged
May 14, 2025 -
[IDE] Avoid uses of
isBeforeInBuffer
inTypeCheckASTNodeAtLocRequest
#81028 merged
May 14, 2025 -
[6.2] FunctionSignatureOptimization: don't convert indirect
@in
to@in_guaranteed
if the argument is mutated#81497 merged
May 14, 2025 -
Fixed no copying IsIsolated flag when cloning subscript params
#81022 merged
May 14, 2025 -
Sema: Allow
T == NonCopyableOrEscapable
same-type constraints without a redundantT: ~Copyable
.#81424 merged
May 14, 2025 -
[6.2, cmake] LifetimeDependenceMutableAccessors should be enabled
#81484 merged
May 14, 2025 -
Reenable build of compiler-rt with LLVM_ENABLE_RUNTIMES in Linux bots...
#81386 merged
May 14, 2025 -
[6.2] [Parse] Avoid parsing
unsafe
expression before binary or postfix op#81486 merged
May 14, 2025 -
[Parse]Check if unsafe is used as the condition operand in a ternary operator
#81429 merged
May 14, 2025 -
FunctionSignatureOptimization: don't convert indirect
@in
to@in_guaranteed
if the argument is mutated#81480 merged
May 14, 2025 -
TempRValueElimination: handle
store
instructions to the temporary stack location#81469 merged
May 14, 2025 -
Add regression test for rdar://148357926
#81476 merged
May 14, 2025 -
CommandLineSupport: prefer
_strdup
overstrdup
#81478 merged
May 14, 2025 -
Set debug location to Coroutine call expression
#81463 merged
May 14, 2025 -
preset: treat swift testing the same as xctest
#81401 merged
May 13, 2025 -
[Caching] Reduce the number of cas ID passed on frontend commandline
#81264 merged
May 13, 2025 -
Swiftify anonymous params rel
#81399 merged
May 13, 2025 -
[6.2] Sema: Allow
T == NonCopyableOrEscapable
same-type constraints without a redundantT: ~Copyable
.#81461 merged
May 13, 2025 -
[cmake] LifetimeDependenceMutableAccessors should be enabled
#81465 merged
May 13, 2025 -
[SwiftCompilerSources][build] Bump the minimum supported compiler version to 5.9
#76575 merged
May 13, 2025 -
PrintAsClang: Print a C block in the compatibility header for
@cdecl
functions#80917 merged
May 13, 2025 -
[6.2] [Strict memory safety] Squash warning about unsafety in "@objc enum" synthesized code
#81467 merged
May 13, 2025 -
[Concurrency] Don't pass negative times to the Dispatch code.
#81335 merged
May 13, 2025 -
[Driver][Frontend] -nostdimport and -nostdlibimport should remove the default framework search paths
#81269 merged
May 13, 2025 -
[Strict memory safety] Squash warning about unsafety in "@objc enum" synthesized code
#81466 merged
May 13, 2025 -
[6.2][CSApply] Don't attempt to mark autoclosures as non-implicit
#81453 merged
May 13, 2025 -
[rebranch] SIL: Restore old behavior in
llvm::APInt
ctor call#81464 merged
May 13, 2025 -
Runtimes: support installing the swiftdoc for the modules
#81425 merged
May 13, 2025 -
[6.2 🍒][Dependency Scanning][Refactor] Reduce the number of ClangImporter instances used by the scanner
#81452 merged
May 13, 2025 -
SIL: introduce the
vector_base_addr
instruction and use it inInlineArray
#81441 merged
May 13, 2025 -
[SE-0470] Include isolated conformance checks for default value expressions
#81451 merged
May 13, 2025 -
🍒[cxx-interop] Do not install binary
.swiftmodule
files for the overlays#81410 merged
May 13, 2025 -
Fix typo in KnownSizeSet documentation
#81439 merged
May 13, 2025 -
Prevent silgen for macro expansions with type errors (#81396)
#81409 merged
May 13, 2025 -
[Swiftify] Emit @availability when expansions contain Span (#81320)
#81388 merged
May 13, 2025 -
[6.2] build.ps1 updates for new SwiftASN1 dependency
#81443 merged
May 12, 2025 -
[6.2🍒] Add llvm-objdump and llvm-objcopy to toolchain
#81447 merged
May 12, 2025 -
Fix
@_implements
type resolution diagnostics#81421 merged
May 12, 2025 -
[SE-0470] Include isolated conformance checks for default value expressions
#81450 merged
May 12, 2025 -
[AST & Runtime] Correctly mangle extended existentials with inverse requirements
#81365 merged
May 12, 2025 -
[Concurrency] Remove deprecation attribute for now.
#81446 merged
May 12, 2025 -
NFC: Fix comment typos in
Type.swift
#81442 merged
May 12, 2025 -
[embedded] Fix
memmove
for testing#81435 merged
May 12, 2025 -
[Dependency Scanning][Refactor] Reduce the number of
ClangImporter
instances used by the scanner#81361 merged
May 12, 2025 -
[CSApply] Don't attempt to mark autoclosures as non-implicit
#81422 merged
May 12, 2025 -
[cxx-interop] Do not install binary
.swiftmodule
files for the overlays#81408 merged
May 12, 2025 -
[stdlib] SE-0472: Rename
Task
and*TaskGroup
APIs to match the pro…#81428 merged
May 12, 2025 -
utils: indicate that the old driver is in effect
#81437 merged
May 12, 2025 -
[Concurrency] Make initial executor construction fully thread safe.
#81326 merged
May 12, 2025
53 Pull requests opened by 35 people
-
[Concurrency][Stdlib] Add SwiftStdlibCurrentOS availability, use it.
#81440 opened
May 12, 2025 -
[cxx-interop] Build CxxStdlib overlay for static Linux SDK
#81448 opened
May 12, 2025 -
[DependencyScanning] Use clang scanner callback to speed up bridging
#81454 opened
May 12, 2025 -
[stdlib] Mark `contains` methods on `Range/ClosedRange` transparent
#81458 opened
May 12, 2025 -
[6.2][stdlib] Mark contains methods on Range/ClosedRange transparent
#81460 opened
May 12, 2025 -
[DNM] 6.2 toolchain testing
#81462 opened
May 12, 2025 -
[SE-0466] Don't infer @MainActor on types conforming to Sendable
#81468 opened
May 13, 2025 -
[DNM] Address Sanitizer for Wasm/WASI
#81470 opened
May 13, 2025 -
PrintAsClang: Print `#include` to import headers used from `@cdecl` functions
#81481 opened
May 13, 2025 -
[stdlib] Add ASCII shortcuts for isUppercase and isLowercase
#81483 opened
May 13, 2025 -
[ClangImporter][Serialization] Produce more remarks about details of module loading under -Rmodule-loading
#81487 opened
May 13, 2025 -
[DoNotMerge][6.2][Caching] Reduce the number of cas ID passed on frontend commandline
#81493 opened
May 13, 2025 -
6.2: Fixed no copying IsIsolated flag when cloning subscript params
#81498 opened
May 14, 2025 -
[Concurrency] Lower the availability of task inits with names
#81501 opened
May 14, 2025 -
Build preset for linux + foundation tests release.
#81506 opened
May 14, 2025 -
[Compile Time Values] Add syntactic verification of valid expressions in `@const` contexts
#81510 opened
May 14, 2025 -
[Demangling] Add name and parameters range tracking when demangling a name
#81511 opened
May 14, 2025 -
Sema: Update more diagnostics for `@cdecl` and representability in the C language
#81519 opened
May 14, 2025 -
[6.2] Add a new semantics attribute to disable SIL verification on a function
#81521 opened
May 14, 2025 -
Remove Alex Hoppen as a code owner
#81524 opened
May 15, 2025 -
[Cxx] Build the C++ interop support library for the Static SDK for Linux
#81527 opened
May 15, 2025 -
[6.2][Cxx] Build the C++ interop support library for the Static SDK for Linux.
#81528 opened
May 15, 2025 -
[Runtimes][CMake] Add Distributed to Supplemental build
#81529 opened
May 15, 2025 -
[6.2][Concurrency] Add underscore prefixes for not yet official API.
#81532 opened
May 15, 2025 -
[AutoDiff] Run AutoDiff closure spec pass for all VJPs
#81548 opened
May 16, 2025 -
[Swiftify] Escape param decl refs
#81550 opened
May 16, 2025 -
Improve LifetimeDependenceDefUseWalker: consult DestructorAnalysis.
#81551 opened
May 16, 2025 -
[Runtime] Allow weak references to ErrorObjects.
#81562 opened
May 16, 2025 -
Set the Compilation directory when generating the Skeleton CU
#81563 opened
May 16, 2025 -
IRGen: Fix miscompile when a generic parameter is fixed to a tuple containing a pack
#81564 opened
May 16, 2025 -
[6.2] IRGen: Fix miscompile when a generic parameter is fixed to a tuple containing a pack
#81565 opened
May 16, 2025 -
[MoveOnlyChecker] Don't complete phis.
#81566 opened
May 16, 2025 -
[Legacy Driver] Obsolete and remove batch compilation mode from the legacy driver
#81569 opened
May 16, 2025 -
[rbi] Treat a partial_apply as nonisolated(unsafe) if all of its captures are nonisolated(unsafe).
#81571 opened
May 16, 2025 -
[stdlib] Adopt `@_inheritActorContext(always)` on `Task.immediate`
#81572 opened
May 16, 2025 -
6.2: [MoveOnlyChecker] Don't complete phis.
#81574 opened
May 16, 2025 -
Sema: Don't complain about implied Sendable conformance of imported type being retroactive
#81576 opened
May 16, 2025 -
[6.2][Concurrency] Diagnose loss of global actor isolation in async functi…
#81577 opened
May 16, 2025 -
XFAIL `Interop/cxx/stdlib/use-std-function.swift` on Amazon Linux 2023
#81578 opened
May 16, 2025 -
[Swiftify] Always annotate overloads with @_disfavoredOverload
#81579 opened
May 16, 2025 -
[TypeLowering] Record packs used in signatures.
#81581 opened
May 17, 2025 -
[SourceKit] Remove diagnostics path calculation
#81582 opened
May 17, 2025 -
[Swiftify] Copy doc comment from clang node
#81584 opened
May 17, 2025 -
[Swiftify] Always remove count parameters when possible
#81585 opened
May 17, 2025 -
[stdlib] Add 'equal()' function to checking for equal numbers
#81586 opened
May 17, 2025 -
Plumb native-clang-tools-path to build support.
#81587 opened
May 17, 2025 -
[Swiftify] Don't create safe wrapper for autoreleasing pointers (#81568)
#81590 opened
May 18, 2025 -
[region-isolation]fix crash due to missing VectorBaseAddrInst case
#81591 opened
May 18, 2025 -
Support 16 KB page sizes on Android
#81596 opened
May 18, 2025 -
Runtimes: mark CommandLineSupporta as an OBJECT library
#81597 opened
May 19, 2025 -
Implement Builtin.select binding llvm select instruction
#81598 opened
May 19, 2025
14 Issues closed by 12 people
-
@Sendable and @MainActor shouldn't be used together in closure signature
#81552 closed
May 19, 2025 -
Parameter pack type cannot be Sendable?
#74484 closed
May 18, 2025 -
Conformance to RawRepresentable prevents static members from being initialized
#81575 closed
May 16, 2025 -
'freed pointer was not the last allocation' when using parameter pack version of existing api
#67702 closed
May 15, 2025 -
[Bug] Strange or incorrect behavior of IdentityOperator (===) in edge cases
#81533 closed
May 15, 2025 -
False positive in isolation checking subscript isolated to an argument
#80992 closed
May 14, 2025 -
Compilation error: expected expression after 'unsafe'
#81323 closed
May 14, 2025 -
[6.x] SIL verification failed: Found mutating or consuming use of an in_guaranteed parameter
#81444 closed
May 14, 2025 -
Build badges show status as failing
#81431 closed
May 13, 2025 -
Crash when using concurrency, parameter packs and associated type together
#68698 closed
May 13, 2025 -
[cxx-interop] Frontend crash when extending a specialized generic type inside a swift module
#81430 closed
May 13, 2025 -
[SR-14285] Generic typealiases don't constrain their known types in extensions
#56644 closed
May 13, 2025 -
InternalImportsByDefault issue on Swift 6.0 Toolchain
#81248 closed
May 13, 2025
25 Issues opened by 21 people
-
Compiler crash when conforming to protocol with a method using parameter pack with generic type
#81600 opened
May 19, 2025 -
Inconsistent isolation of top-level closure
#81599 opened
May 19, 2025 -
Crash Analyzing Escapability in Autoclosure Argument
#81595 opened
May 18, 2025 -
Circular dependency between modules 'Swift' and '_Builtin_float'
#81594 opened
May 18, 2025 -
Embedded KeyPath Optimization Limited to Types Internal to the Module
#81588 opened
May 17, 2025 -
cannot define property wrapper variable where wrappedValue has opaque type
#81561 opened
May 16, 2025 -
Setup and harvest secondary clang resources
#81557 opened
May 16, 2025 -
Failed to produce diagnostic for expression at "var body: some View {"
#81553 opened
May 16, 2025 -
Can't send into Mutex
#81546 opened
May 15, 2025 -
The main-snapshot-2025-05-14 compiler can't compile `InlineArray`
#81534 opened
May 15, 2025 -
Misleading error message with closure capture of a consuming parameter
#81525 opened
May 15, 2025 -
Compile crash; "reborrows not legal at this SIL stage"
#81515 opened
May 14, 2025 -
Crash when printing expr.description with improperly formed code
#81514 opened
May 14, 2025 -
Protobuf - Command SwiftCompile failed with a nonzero exit code
#81509 opened
May 14, 2025 -
`debugDescription` of `KeyPath` may generate incorrect string representations
#81508 opened
May 14, 2025 -
Embedded Swift emits unimplemented protocol conformance checks
#81503 opened
May 14, 2025 -
Compiler crash: "Require PartitionOp's argument should already be tracked"
#81500 opened
May 14, 2025 -
Trailing comma not supported in tuples or closure types despite SE-0439
#81485 opened
May 13, 2025 -
Passing an element of tuple which contains a parameter pack to a function causes a compiler crash
#81482 opened
May 13, 2025 -
Trailing comma not allowed in @available annotation despite SE-0439
#81475 opened
May 13, 2025 -
Trailing comma not allowed in generic argument lists despite SE-0439
#81474 opened
May 13, 2025 -
`AsyncIteratorProtocol` empty conformance accepted without warning or error in 6.1 & main compilers
#81473 opened
May 13, 2025 -
[Windows] SDK file name changed from amd64 -> x64
#81471 opened
May 13, 2025 -
Variadic-generic opaque return types produce malformed module interfaces
#81455 opened
May 12, 2025
54 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[cxx-interop] Fix metadata mismatch regarding fields of structs
#81035 commented on
May 16, 2025 • 12 new comments -
[Observation] Initial implementation of Observed for transactional tracked values over time
#79817 commented on
May 16, 2025 • 6 new comments -
[FreeBSD] Adding FreeBSD support
#77836 commented on
May 14, 2025 • 4 new comments -
[Runtimes][CMake] Build Differentiation in new style.
#81239 commented on
May 15, 2025 • 2 new comments -
Fix the static_functions_not_mutating error messsage
#78052 commented on
May 18, 2025 • 2 new comments -
[Sema]: diagnose implicit strong captures of weak capture list entries
#77063 commented on
May 15, 2025 • 1 new comment -
[cxx-interop] Add `CxxStack` protocol for `std::stack` ergonomics.
#81087 commented on
May 15, 2025 • 1 new comment -
[Concurrency] improve cancellation handler to not hop and use caller execution context
#80753 commented on
May 15, 2025 • 1 new comment -
Adopt `@abi` in the standard library
#79937 commented on
May 14, 2025 • 1 new comment -
[stdlib] Adopt typed throws in some Dictionary APIs and some Sequence APIs
#77957 commented on
May 14, 2025 • 0 new comments -
Support differentiation of wrapped value modify accessors
#78794 commented on
May 12, 2025 • 0 new comments -
[AutoDiff] Support custom derivatives for @_alwaysEmitIntoClient functions
#78908 commented on
May 19, 2025 • 0 new comments -
Add an additional case for clocks to sleep with a wallclock deadline
#79139 commented on
May 16, 2025 • 0 new comments -
[DebugInfo] Emit debug info for witness tables
#79171 commented on
May 18, 2025 • 0 new comments -
[ConstraintSystem] Return of the new disjunction favoring/selection algorithm
#79461 commented on
May 17, 2025 • 0 new comments -
DNM - toolchain testing
#79684 commented on
May 13, 2025 • 0 new comments -
[Sema] Type inference from default expression doesn’t compile in free function
#79989 commented on
May 16, 2025 • 0 new comments -
Tests: enable Swift PM tests in Windows toolchain build
#80405 commented on
May 16, 2025 • 0 new comments -
Added experimental feature to allow weak let and immutable weak captures
#80440 commented on
May 19, 2025 • 0 new comments -
[6.2, SE-0456] enable span properties for the small-String representation
#80742 commented on
May 13, 2025 • 0 new comments -
[DNM] OutputSpan prototype
#80792 commented on
May 16, 2025 • 0 new comments -
[stdlib][runtime] Establish Swift Stdlib/runtime version 6.3
#80870 commented on
May 17, 2025 • 0 new comments -
[Concurrency][SE-review update] Task names update
#80984 commented on
May 14, 2025 • 0 new comments -
[Sema] Support additional args in @dynamicMemberLookup subscripts
#81148 commented on
May 12, 2025 • 0 new comments -
Utils: fix CMake not picking up the correct Python
#81168 commented on
May 12, 2025 • 0 new comments -
[SILGen] Handle struct `projectedValue` in struct property wrapper that has mutating setter
#81232 commented on
May 15, 2025 • 0 new comments -
[DNM] For `main` toolchain builds
#81263 commented on
May 18, 2025 • 0 new comments -
utils: flesh out the experimental SDK and prepare to package
#81433 commented on
May 15, 2025 • 0 new comments -
Compiler rejects protocol compositions involving protocols with primary associated types, but only for existentials
#81295 commented on
May 12, 2025 • 0 new comments -
Runtime crash: 'freed pointer was not the last allocation'
#75501 commented on
May 13, 2025 • 0 new comments -
[AArch64] When signing return addresses by default, using some Concurrency primitives can cause a crash
#80059 commented on
May 13, 2025 • 0 new comments -
Extensions of generic type aliases are not fully implemented
#52493 commented on
May 13, 2025 • 0 new comments -
Swift Android Test Failures
#78350 commented on
May 13, 2025 • 0 new comments -
Fuzzing support is broken since Xcode 15
#75800 commented on
May 14, 2025 • 0 new comments -
Assertion `object->metadata->isClassObject()' destroying ErrorObject for !SWIFT_OBJC_INTEROP
#81144 commented on
May 14, 2025 • 0 new comments -
Undefined symbols error when referencing Swift extensions of C definitions across packages
#81412 commented on
May 14, 2025 • 0 new comments -
Segfault when running test with statically linked libFoundation
#81367 commented on
May 15, 2025 • 0 new comments -
Offer additional note for why method with Self reference cannot be used on `any SomeType`
#76320 commented on
May 15, 2025 • 0 new comments -
Non-deterministic regex result between app launches
#81427 commented on
May 15, 2025 • 0 new comments -
`Mutex` allows to return the protected `Value` instance without reinitialization
#81274 commented on
May 16, 2025 • 0 new comments -
6.2 nightly crashes on Actor.assumeIsolated<A>
#80115 commented on
May 16, 2025 • 0 new comments -
swiftinterface generator confuses `@exclusivity(unchecked)` and `@_optimize(none)` on Windows
#76279 commented on
May 16, 2025 • 0 new comments -
Linux Observation crash.
#75670 commented on
May 16, 2025 • 0 new comments -
error: the -experimental-skip-*-function-bodies* flags do not support emitting IR
#77551 commented on
May 17, 2025 • 0 new comments -
Isolated actor parameters to initializers are silently ignored
#60106 commented on
May 17, 2025 • 0 new comments -
OpenBSD port tracking
#78437 commented on
May 17, 2025 • 0 new comments -
trimmingPrefixOrNil
#81368 commented on
May 18, 2025 • 0 new comments -
[SR-6656] Useless fixit switching enum tuple
#49205 commented on
May 18, 2025 • 0 new comments -
Diagnostic for `static nonmutating` should be improved
#77835 commented on
May 18, 2025 • 0 new comments -
Variadics and UnsafePointers
#71452 commented on
May 18, 2025 • 0 new comments -
[6.1] Compilation fails when body macro is applied to function with closure capture list
#80050 commented on
May 19, 2025 • 0 new comments -
Implement experimental module selectors (MyMod::someName) feature
#34556 commented on
May 15, 2025 • 0 new comments -
DNM: toolchain build
#65907 commented on
May 16, 2025 • 0 new comments -
[Sema] Fix compiler error when extending a typealias of a partially specialized generic type
#73169 commented on
May 18, 2025 • 0 new comments