<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/compilers/swift/libdispatch, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>swiftPackages.swift{,-corelibs-libdispatch}: fix build with modern clang</title>
<updated>2025-10-11T21:44:17+00:00</updated>
<author>
<name>Sam</name>
<email>30577766+Samasaur1@users.noreply.github.com</email>
</author>
<published>2025-09-18T18:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f3ea8478299b7aa02a546efb46bad05d4a1fd44b'/>
<id>f3ea8478299b7aa02a546efb46bad05d4a1fd44b</id>
<content type='text'>
We apply this patch to the copy of libdispatch that's copied into Swift
and to the standalone build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We apply this patch to the copy of libdispatch that's copied into Swift
and to the standalone build.
</pre>
</div>
</content>
</entry>
<entry>
<title>swiftPackages.Dispatch: backport patch for modern LLVM</title>
<updated>2025-09-02T03:09:46+00:00</updated>
<author>
<name>Emily</name>
<email>vcs@emily.moe</email>
</author>
<published>2025-08-11T14:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3b773c7baee7221d1bbe0280d3dfc5790583ff0c'/>
<id>3b773c7baee7221d1bbe0280d3dfc5790583ff0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: run nixfmt 1.0.0</title>
<updated>2025-07-24T11:55:40+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-07-22T13:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5a0711127cd8b916c3d3128f473388c8c79df0da'/>
<id>5a0711127cd8b916c3d3128f473388c8c79df0da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: switch instances of lib.teams.*.members to the new meta.teams attribute</title>
<updated>2025-04-26T01:20:17+00:00</updated>
<author>
<name>Fernando Rodrigues</name>
<email>alpha@sigmasquadron.net</email>
</author>
<published>2025-04-21T02:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=05580f4b4433fda48fff30f60dfd303d6ee05d21'/>
<id>05580f4b4433fda48fff30f60dfd303d6ee05d21</id>
<content type='text'>
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues &lt;alpha@sigmasquadron.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues &lt;alpha@sigmasquadron.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: format all inactive Nix files</title>
<updated>2024-12-10T19:26:33+00:00</updated>
<author>
<name>Silvan Mosberger</name>
<email>silvan.mosberger@tweag.io</email>
</author>
<published>2024-12-10T19:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4f0dadbf38ee4cf4cc38cbc232b7708fddf965bc'/>
<id>4f0dadbf38ee4cf4cc38cbc232b7708fddf965bc</id>
<content type='text'>
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
    result/bin/apply-formatting $NIXPKGS_PATH
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
    result/bin/apply-formatting $NIXPKGS_PATH
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: update meta.maintainers for Swift suite</title>
<updated>2024-07-18T02:34:16+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>torres.anderson.85@protonmail.com</email>
</author>
<published>2024-07-17T16:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=7246208bc794c778ab88940338f7c09b415ddc03'/>
<id>7246208bc794c778ab88940338f7c09b415ddc03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: add lib.teams.swift.members to Swift suite</title>
<updated>2024-07-18T02:34:16+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>torres.anderson.85@protonmail.com</email>
</author>
<published>2024-07-17T15:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2a9a026118eaddbdb027d25158862806bb69cfbd'/>
<id>2a9a026118eaddbdb027d25158862806bb69cfbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: remove dtzWill as maintainer [no orphans]</title>
<updated>2024-07-18T02:34:16+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>torres.anderson.85@protonmail.com</email>
</author>
<published>2024-07-17T15:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c9f7d60011d69933fa103cf4bbdbc9c9bd05bd5a'/>
<id>c9f7d60011d69933fa103cf4bbdbc9c9bd05bd5a</id>
<content type='text'>
Since theey is not active in a long span of time.

None of the packages in this commit are orphan.

All the packages listed here are related to Swift programming language compiler
suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since theey is not active in a long span of time.

None of the packages in this commit are orphan.

All the packages listed here are related to Swift programming language compiler
suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>swiftPackages.Dispatch: fix linux build</title>
<updated>2022-11-21T18:18:10+00:00</updated>
<author>
<name>Stéphan Kochen</name>
<email>git@stephank.nl</email>
</author>
<published>2022-11-21T18:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=813c58dab17bb3ea910bd5101db61191a6573f19'/>
<id>813c58dab17bb3ea910bd5101db61191a6573f19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>swift: track version in a central sources.nix</title>
<updated>2022-11-15T13:24:25+00:00</updated>
<author>
<name>Stéphan Kochen</name>
<email>git@stephank.nl</email>
</author>
<published>2022-11-15T12:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=449e2f1b017b232118ceb85606fec294bae5b983'/>
<id>449e2f1b017b232118ceb85606fec294bae5b983</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
