What's New
0.4.0
2025-11-27T22:08:49Z
Changes
- Update to swift-standards 0.7.0
- Use
Time.Year.rawValuefor formatting - Tests use Int comparison operators for Time.Year, Month, Day
Description
- Swift Tools 6.2.0
Description
{
"name": "swift-rfc-3339",
"path": "/usr/src/package",
"targets": [
{
"name": "RFC 3339 Tests",
"path": "Tests",
"type": "test",
"c99name": "RFC_3339_Tests",
"sources": [
"RFC_3339_Tests/EdgeCases Tests.swift",
"RFC_3339_Tests/Formatter Tests.swift",
"RFC_3339_Tests/Offset Tests.swift",
"RFC_3339_Tests/Parser Tests.swift",
"RFC_3339_Tests/RoundTrip Tests.swift",
"RFC_3339_Tests/String+RFC_3339 Tests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"RFC 3339"
],
"product_dependencies": [
"StandardsTestSupport"
]
},
{
"name": "RFC 3339",
"path": "Sources",
"type": "library",
"c99name": "RFC_3339",
"sources": [
"RFC_3339/RFC_3339.DateTime.swift",
"RFC_3339/RFC_3339.Formatter.swift",
"RFC_3339/RFC_3339.Offset.swift",
"RFC_3339/RFC_3339.Parser.swift",
"RFC_3339/RFC_3339.Validation.swift",
"RFC_3339/RFC_3339.swift",
"RFC_3339/String+RFC_3339.swift",
"RFC_3339/Time+RFC_3339.swift",
"RFC_3339/exports.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"RFC 3339"
],
"product_dependencies": [
"Standards",
"StandardTime",
"INCITS 4 1986"
]
}
],
"products": [
{
"name": "RFC 3339",
"type": {
"library": [
"automatic"
]
},
"targets": [
"RFC 3339"
]
}
],
"platforms": [
{
"name": "macos",
"version": "15.0"
},
{
"name": "ios",
"version": "18.0"
},
{
"name": "tvos",
"version": "18.0"
},
{
"name": "watchos",
"version": "11.0"
}
],
"dependencies": [
{
"url": "https://github.com/swift-standards/swift-standards",
"type": "sourceControl",
"identity": "swift-standards",
"requirement": {
"range": [
{
"lower_bound": "0.7.0",
"upper_bound": "1.0.0"
}
]
}
},
{
"url": "https://github.com/swift-standards/swift-incits-4-1986",
"type": "sourceControl",
"identity": "swift-incits-4-1986",
"requirement": {
"range": [
{
"lower_bound": "0.1.0",
"upper_bound": "1.0.0"
}
]
}
}
],
"tools_version": "6.2",
"manifest_display_name": "swift-rfc-3339",
"swift_languages_versions": [
"6"
]
}
Package Dump
{
"name": "swift-rfc-3339",
"traits": [],
"targets": [
{
"name": "RFC 3339",
"type": "regular",
"exclude": [],
"settings": [
{
"kind": {
"enableUpcomingFeature": {
"_0": "ExistentialAny"
}
},
"tool": "swift"
},
{
"kind": {
"enableUpcomingFeature": {
"_0": "InternalImportsByDefault"
}
},
"tool": "swift"
},
{
"kind": {
"enableUpcomingFeature": {
"_0": "MemberImportVisibility"
}
},
"tool": "swift"
}
],
"resources": [],
"dependencies": [
{
"product": [
"Standards",
"swift-standards",
null,
null
]
},
{
"product": [
"StandardTime",
"swift-standards",
null,
null
]
},
{
"product": [
"INCITS 4 1986",
"swift-incits-4-1986",
null,
null
]
}
],
"packageAccess": true
},
{
"name": "RFC 3339 Tests",
"type": "test",
"exclude": [],
"settings": [
{
"kind": {
"enableUpcomingFeature": {
"_0": "ExistentialAny"
}
},
"tool": "swift"
},
{
"kind": {
"enableUpcomingFeature": {
"_0": "InternalImportsByDefault"
}
},
"tool": "swift"
},
{
"kind": {
"enableUpcomingFeature": {
"_0": "MemberImportVisibility"
}
},
"tool": "swift"
}
],
"resources": [],
"dependencies": [
{
"byName": [
"RFC 3339",
null
]
},
{
"product": [
"StandardsTestSupport",
"swift-standards",
null,
null
]
}
],
"packageAccess": true
}
],
"products": [
{
"name": "RFC 3339",
"type": {
"library": [
"automatic"
]
},
"targets": [
"RFC 3339"
],
"settings": []
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "15.0",
"platformName": "macos"
},
{
"options": [],
"version": "18.0",
"platformName": "ios"
},
{
"options": [],
"version": "18.0",
"platformName": "tvos"
},
{
"options": [],
"version": "11.0",
"platformName": "watchos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-standards",
"location": {
"remote": [
{
"urlString": "https://github.com/swift-standards/swift-standards"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "0.7.0",
"upperBound": "1.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-incits-4-1986",
"location": {
"remote": [
{
"urlString": "https://github.com/swift-standards/swift-incits-4-1986"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "0.1.0",
"upperBound": "1.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "6.2.0",
"experimentalFeatures": []
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"defaultLocalization": null,
"swiftLanguageVersions": [
"6"
]
}
Dependencies
- swift-standards0.30.1
- swift-incits-4-19860.5.0
Dependencies
{
"url": "/usr/src/package",
"name": "swift-rfc-3339",
"path": "/usr/src/package",
"traits": [
"default"
],
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/swift-standards/swift-standards",
"name": "swift-standards",
"path": "/usr/src/package/.build/checkouts/swift-standards",
"traits": [
"default"
],
"version": "0.30.1",
"identity": "swift-standards",
"dependencies": [
{
"url": "https://github.com/coenttb/swift-testing-performance",
"name": "swift-testing-performance",
"path": "/usr/src/package/.build/checkouts/swift-testing-performance",
"traits": [
"default"
],
"version": "0.3.1",
"identity": "swift-testing-performance",
"dependencies": [
{
"url": "https://github.com/apple/swift-numerics",
"name": "swift-numerics",
"path": "/usr/src/package/.build/checkouts/swift-numerics",
"traits": [
"default"
],
"version": "1.1.1",
"identity": "swift-numerics",
"dependencies": []
},
{
"url": "https://github.com/coenttb/swift-memory-allocation",
"name": "swift-memory-allocation",
"path": "/usr/src/package/.build/checkouts/swift-memory-allocation",
"traits": [
"default"
],
"version": "0.2.0",
"identity": "swift-memory-allocation",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-numerics",
"name": "swift-numerics",
"path": "/usr/src/package/.build/checkouts/swift-numerics",
"traits": [
"default"
],
"version": "1.1.1",
"identity": "swift-numerics",
"dependencies": []
},
{
"url": "https://github.com/swiftlang/swift-syntax",
"name": "swift-syntax",
"path": "/usr/src/package/.build/checkouts/swift-syntax",
"traits": [
"default"
],
"version": "602.0.0",
"identity": "swift-syntax",
"dependencies": []
}
]
},
{
"url": "https://github.com/swift-standards/swift-incits-4-1986",
"name": "swift-incits-4-1986",
"path": "/usr/src/package/.build/checkouts/swift-incits-4-1986",
"traits": [
"default"
],
"version": "0.5.0",
"identity": "swift-incits-4-1986",
"dependencies": [
{
"url": "https://github.com/swift-standards/swift-standards",
"name": "swift-standards",
"path": "/usr/src/package/.build/checkouts/swift-standards",
"traits": [
"default"
],
"version": "0.30.1",
"identity": "swift-standards",
"dependencies": [
{
"url": "https://github.com/coenttb/swift-testing-performance",
"name": "swift-testing-performance",
"path": "/usr/src/package/.build/checkouts/swift-testing-performance",
"traits": [
"default"
],
"version": "0.3.1",
"identity": "swift-testing-performance",
"dependencies": [
{
"url": "https://github.com/apple/swift-numerics",
"name": "swift-numerics",
"path": "/usr/src/package/.build/checkouts/swift-numerics",
"traits": [
"default"
],
"version": "1.1.1",
"identity": "swift-numerics",
"dependencies": []
},
{
"url": "https://github.com/coenttb/swift-memory-allocation",
"name": "swift-memory-allocation",
"path": "/usr/src/package/.build/checkouts/swift-memory-allocation",
"traits": [
"default"
],
"version": "0.2.0",
"identity": "swift-memory-allocation",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-numerics",
"name": "swift-numerics",
"path": "/usr/src/package/.build/checkouts/swift-numerics",
"traits": [
"default"
],
"version": "1.1.1",
"identity": "swift-numerics",
"dependencies": []
},
{
"url": "https://github.com/swiftlang/swift-syntax",
"name": "swift-syntax",
"path": "/usr/src/package/.build/checkouts/swift-syntax",
"traits": [
"default"
],
"version": "602.0.0",
"identity": "swift-syntax",
"dependencies": []
}
]
}
]
}
]
}