summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/swift/default.nix
AgeCommit message (Expand)Author
2025-09-02swiftPackages.stdenv: use the default standard environmentEmily
2025-09-02swiftPackages.*: build with the default LLVM versionEmily
2025-04-19treewide: remove usage of deprecated apple_sdk framework stubsIhar Hrachyshka
2025-01-03swiftpm: remove old Darwin SDK pattern detritusEmily
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
2024-10-10swift: set Foundation to `null` on DarwinRandy Eckenrode
2024-10-10swift: use overrideLibcxx instead of a manual overrideRandy Eckenrode
2024-10-10swift: drop unnecessary overridesRandy Eckenrode
2024-10-10swift: update commentsRandy Eckenrode
2024-10-10swift: build Swift with associated SDK versionRandy Eckenrode
2024-09-25treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin
2024-07-19Merge staging-next into staginggithub-actions[bot]
2024-07-17tree-wide: use top-level cctoolsRandy Eckenrode
2024-07-17swiftpm2nix: migrate to Swift suite directoryAnderson Torres
2024-04-02Revert "swift: don't pass -march to swiftc"Sam
2024-03-17Merge remote-tracking branch 'upstream/master' into staging-nextannalee
2024-03-16swift: don't pass -march to swiftcannalee
2024-03-11llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into...a-n-n-a-l-e-e
2023-12-15treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobsAdam Joseph
2023-08-04swift: use stdenv libc++ on DarwinRandy Eckenrode
2023-05-06swift-format: init at 5.8Stéphan Kochen
2023-04-30swift: 5.7.3 -> 5.8Stéphan Kochen
2023-01-22swift: bootstrap using system stdlibStéphan Kochen
2022-10-10swift-docc: init at 5.7Stéphan Kochen
2022-10-10sourcekit-lsp: init at 5.7Stéphan Kochen
2022-10-10swift-driver: init at 5.7Stéphan Kochen
2022-10-10swiftpm: init at 5.7Stéphan Kochen
2022-10-10swiftPackages.XCTest: init at 5.7Stéphan Kochen
2022-10-10swiftPackages.Foundation: init at 5.7Stéphan Kochen
2022-10-10swiftPackages.Dispatch: 5.5 -> 5.7Stéphan Kochen
2022-10-10swift: compiler only build & darwin supportStéphan Kochen
2022-10-09swift: fix build with libxcryptMartin Weinelt
2022-08-22swift: add myself as maintainerAndreas Stührk
2022-08-22swift: 5.5.3 -> 5.6.2Andreas Stührk
2022-05-30swift: mark brokenRick van Schijndel
2022-04-16treewide: remove nativeBuildInputs that are in stdenvBen Siraphob
2022-03-08treewide: rename name to pname&versionFelix Buehler
2022-02-09swift: 5.5.2 -> 5.5.3Daniel Duan
2022-01-29swift: 5.4.2 -> 5.5.2Daniel Duan
2021-12-08Use lib.makeLibraryPathConnor Brewster
2021-12-07swift: Fix libuuid path in LIBRARY_PATH that was causing a test failureConnor Brewster
2021-10-22swift: fix buildRyan Burns
2021-08-10swift: 5.1.1 -> 5.4.2Tom Repetti
2021-01-29swift: mark as brokenRobert Schütz
2021-01-29swift: mark as insecureRobert Schütz
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth
2021-01-23pkgs/development/compilers: stdenv.lib -> libBen Siraphob
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
2020-09-12swift: fix build w/glibc-2.32Maximilian Bosch
2020-08-04Merge branch 'staging-next' into stagingVladimír Čunát