This repository contains some useful extension to Swift's standard library and Apple's Foundation framework. Also, there are many helper objects.
FFFoundation
9.6.0
Some useful additions and classes for Apple's Foundation framework
What's New
v9.6.0
2023-10-02T16:59:25Z
What's Changed
- Add support for Swift 5.9
- Drop support for previous versions of Swift
Full Changelog: 9.5.1...9.6.0
Description
- Swift Tools 5.9.0
Description
{ "name": "FFFoundation", "path": "/usr/src/package", "targets": [ { "name": "FFFoundationTests", "path": "Tests/FFFoundationTests", "type": "test", "c99name": "FFFoundationTests", "sources": [ "AngleTests.swift", "DiffTests.swift", "NSPredicate_InterpolationTests.swift", "StringClassesExtensionTests.swift", "TestHelpers.swift", "TimerTests.swift", "TriangleTests.swift", "TypeDescriptionTests.swift", "UserDefaultTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "FFFoundation" ] }, { "name": "FFFoundation", "path": "Sources/FFFoundation", "type": "library", "c99name": "FFFoundation", "sources": [ "CacheManager.swift", "Containers/CoW.swift", "Containers/Lazy.swift", "Containers/Lens.swift", "Containers/Ref.swift", "Containers/Synchronized.swift", "Containers/UserDefault.swift", "Containers/UserDefaultsStorable.swift", "Containers/Weak.swift", "Diff.swift", "DispatchHelpers.swift", "Extensions/DictionaryExtensions.swift", "Extensions/FileManager+Directories.swift", "Extensions/Locale+LanguageRegion.swift", "Extensions/NSAttributedStringExtensions.swift", "Extensions/NSLayoutConstraint+FFAdditions.swift", "Extensions/OperationQueue+FFAdditions.swift", "Extensions/Predicate+Key.swift", "Extensions/Predicate+Operators.swift", "Extensions/Predicate+StringInterpolation.swift", "Extensions/SortDescriptor+Key.swift", "Extensions/SortDescriptor+Operators.swift", "Extensions/String+Classes.swift", "Extensions/StringExtensions.swift", "GCDFuture.swift", "Geometry/Angle.swift", "Geometry/GeometricValue.swift", "Geometry/Point.swift", "Geometry/Size.swift", "Geometry/Triangle.swift", "Logging.swift", "OSLogLinux.swift", "PropertyKey.swift", "Timer.swift", "Togglable.swift", "TypeDescription.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "FFFoundation" ] } ], "products": [ { "name": "FFFoundation", "type": { "library": [ "automatic" ] }, "targets": [ "FFFoundation" ] } ], "platforms": [ { "name": "macos", "version": "10.13" }, { "name": "ios", "version": "12.0" }, { "name": "tvos", "version": "12.0" }, { "name": "watchos", "version": "4.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-docc-plugin", "type": "sourceControl", "identity": "swift-docc-plugin", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.9", "manifest_display_name": "FFFoundation" }
Package Dump
{ "name": "FFFoundation", "targets": [ { "name": "FFFoundation", "type": "regular", "exclude": [], "settings": [ { "kind": { "enableUpcomingFeature": { "_0": "ConciseMagicFile" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "ExistentialAny" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "BareSlashRegexLiterals" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "DisableOutwardActorInference" } }, "tool": "swift" } ], "resources": [], "dependencies": [], "packageAccess": true }, { "name": "FFFoundationTests", "type": "test", "exclude": [], "settings": [ { "kind": { "enableUpcomingFeature": { "_0": "ConciseMagicFile" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "ExistentialAny" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "BareSlashRegexLiterals" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "DisableOutwardActorInference" } }, "tool": "swift" } ], "resources": [], "dependencies": [ { "byName": [ "FFFoundation", null ] } ], "packageAccess": true } ], "products": [ { "name": "FFFoundation", "type": { "library": [ "automatic" ] }, "targets": [ "FFFoundation" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.13", "platformName": "macos" }, { "options": [], "version": "12.0", "platformName": "ios" }, { "options": [], "version": "12.0", "platformName": "tvos" }, { "options": [], "version": "4.0", "platformName": "watchos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-docc-plugin", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-docc-plugin" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.9.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- SwiftDocCPlugin1.3.0
Dependencies
{ "url": "/usr/src/package", "name": "FFFoundation", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-docc-plugin", "name": "SwiftDocCPlugin", "path": "/usr/src/package/.build/checkouts/swift-docc-plugin", "version": "1.3.0", "identity": "swift-docc-plugin", "dependencies": [ { "url": "https://github.com/apple/swift-docc-symbolkit", "name": "SymbolKit", "path": "/usr/src/package/.build/checkouts/swift-docc-symbolkit", "version": "1.0.0", "identity": "swift-docc-symbolkit", "dependencies": [] } ] } ] }