Is it reproducible with SwiftPM command-line tools: swift build, swift test, swift package etc?
Description
All SPDX SBOMs created with SwiftPM have a CreationInfo class with the created field set to 1970-01-01T00:00:00Z.
Expected behavior
created field will be set to the date when SPDX file was created
Actual behavior
created field is always set to 1970-01-01T00:00:00Z.
Steps to reproduce
swift build --sbom-spec spdx
- Check generated file
Swift Package Manager version/commit hash
No response
Swift & OS version (output of swift --version ; uname -a)
Swift version 6.4-dev (LLVM bd4914e5e305d02, Swift b9395feff7b870b)
Target: aarch64-unknown-linux-gnu
Is it reproducible with SwiftPM command-line tools:
swift build,swift test,swift packageetc?swift build,swift test,swift packageetc.Description
All SPDX SBOMs created with SwiftPM have a CreationInfo class with the
createdfield set to1970-01-01T00:00:00Z.Expected behavior
createdfield will be set to the date when SPDX file was createdActual behavior
createdfield is always set to1970-01-01T00:00:00Z.Steps to reproduce
swift build --sbom-spec spdxSwift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version ; uname -a)Swift version 6.4-dev (LLVM bd4914e5e305d02, Swift b9395feff7b870b)
Target: aarch64-unknown-linux-gnu