issues
search
swiftlang
/
swift-foundation
The Foundation project
Apache License 2.0
2.4k
stars
159
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update Concurrency-Safe Notifications to use SF-0010
#1045
iCharlesHu
opened
1 hour ago
1
`URL(filePath:)` should resolve Windows drive-relative paths
#1044
jrflat
opened
7 hours ago
1
rdar://133742708 (JSONDecoder crashes whole app on invalid input instead of throwing Error)
#1043
kperryua
closed
5 hours ago
1
Add linked-on-or-after check for apps that pass an empty URL string
#1042
jrflat
closed
1 day ago
1
Fix upper bound in Calendar.RecurrenceRule.recurrences(of:in:)
#1041
Salynn
opened
4 days ago
1
Calendar.RecurrenceRule.recurrences(of:in) can find dates excluded by the range
#1040
Salynn
opened
4 days ago
1
JSONEncoder using large amount of memory when encoding array of structs
#1039
jmschonfeld
closed
4 days ago
1
`URL.path` should not strip trailing slash for root paths on Windows
#1038
jrflat
closed
1 day ago
2
No support for DescriptiveNumberFormatConfiguration.Presentation in IntegerFormatStyle or DecimalFormatStyle
#1037
orj
opened
1 week ago
1
Fix incorrect unicode escape sequence encodings
#1036
kperryua
closed
6 days ago
1
FileManager: avoid a TOCTOU issue in computing CWD
#1035
compnerd
closed
5 days ago
6
Race condition in `_FileManagerImpl.currentDirectoryPath`
#1034
ahoppen
closed
5 days ago
0
Use `SHCreateDirectoryExW` to create a directory with intermediate directories on Windows
#1033
ahoppen
closed
1 week ago
8
improve CustomNSError.errorDomain calculation
#1032
ChrisBenua
closed
1 week ago
1
undefined symbol for `type metadata for Foundation.Data._Representation` on Linux in Swift 6 when using caching
#1030
MahdiBM
opened
1 week ago
0
Swift should support kCFStringEncodingDOSLatinUS on Linux
#1029
microtherion
opened
1 week ago
1
Delete unused variable in unit tests
#1028
hristost
closed
1 week ago
1
[DNM] Attempt to reproduce flaky swift-corelibs-foundation test in CI
#1027
jrflat
opened
1 week ago
8
Add flag for CFURLs originating from Swift
#1026
jrflat
closed
1 week ago
1
Ensure predicate diagnostics contain source information when possible
#1025
jmschonfeld
closed
1 week ago
1
Adopt primary associated types to FormatStyle
#1024
MolinDeng
closed
1 week ago
2
[6.0.x] Restore URL.host bracket stripping for compatibility
#1023
jrflat
closed
1 week ago
1
[6.0.x] URL.deletingLastPathComponent() should append .. in special cases
#1022
jrflat
closed
1 week ago
4
Don't fail `createDirectory` if directory is created concurrently by another process
#1021
ahoppen
closed
1 week ago
2
Calendar.RecurrenceRule: Only match weekday components when filtering by weekday
#1020
hristost
closed
1 day ago
3
[6.0.x] URL: Appending to an empty file path results in an absolute path (#988)
#1019
jrflat
closed
2 weeks ago
1
Fix `IS_DECOMPOSABLE` flag when bridging to `CFURL`
#1018
jrflat
closed
2 weeks ago
1
Inconsistent Date Results on macOS vs. Linux for Swift Code Calculating Current Month Range
#1017
MartinLau7
closed
2 weeks ago
2
Discrepancy: `String.data(using: .japaneseEUC)` returns `nil` on non-Darwin.
#1016
YOCKOW
opened
2 weeks ago
0
☂️ `String.init(data:encoding:)`/`String.data(using:)` regression.
#1015
YOCKOW
opened
2 weeks ago
7
Regression: `String.data(using: .iso2022JP)` unexpectedly returns `nil` on non-Darwin.
#1014
YOCKOW
opened
2 weeks ago
0
[6.0.x] String+Path performance improvements and bug fixes
#1013
jrflat
closed
1 week ago
1
rdar://135836990 (JSONEncoder performance regressed from 5.10 toolchain to 6.0)
#1012
kperryua
closed
2 weeks ago
2
Revert "rdar://135836990 (JSONEncoder performance regressed from 5.10 toolchain to 6.0) (#1006)"
#1010
kperryua
closed
2 weeks ago
2
Revert "Fix JSONEncoder performance regression in 6.0 toolchain"
#1009
hjyamauchi
closed
2 weeks ago
4
Restore `URL.host` bracket stripping for compatibility
#1008
jrflat
closed
2 weeks ago
2
Fix typo in String.replacingTildeWithRealHomeDirectory
#1007
jmschonfeld
closed
2 weeks ago
1
Fix JSONEncoder performance regression in 6.0 toolchain
#1006
kperryua
closed
2 weeks ago
2
URL.path(percentEncoded: false) is NOT Equivalent to URL.path property for File URLs
#1011
swillits
opened
2 weeks ago
6
RecurrenceRule: Respect leap months
#1005
hristost
closed
1 week ago
3
Revert "(138059051) URL: Appending to an empty file path results in a…
#1004
tshortli
closed
2 weeks ago
0
Provide concrete implementation of all decodeIfPresent API in KeyedContainerProtocol for JSONDecoder
#1003
iCharlesHu
closed
2 weeks ago
1
OpenStep plist decoding via PropertyListDecoder is not available on Windows and Linux
#1002
iCharlesHu
closed
2 weeks ago
3
JSONDecoder should parse base64 via a buffer instead of creating a string
#1001
iCharlesHu
closed
2 weeks ago
1
Don't skip anchors with strict matching in Calendar.RecurrenceRule. Resolve #881
#1000
hristost
closed
1 week ago
3
[android] fix the android build
#999
hyp
closed
2 weeks ago
7
[6.0.x] Fetching user/group info causes race conditions (#994)
#998
jmschonfeld
closed
2 weeks ago
1
Update contribution guideline for minor API proposals
#997
itingliu
closed
2 weeks ago
1
Ensure empty AttributedSubstrings produce no runs
#996
jmschonfeld
closed
1 week ago
1
Make RecurrenceRule and its friends conform to Hashable
#995
hristost
closed
2 weeks ago
1
Next