[swift] small improvements (#19675)

* [swift] small improments

* [swift] small improments

* [swift] small improments

* [swift] make CI pass

* [swift] make CI pass

* [swift] make CI pass

* [swift] make CI pass

* [swift] make CI pass

* [swift] make CI pass

* [swift] make CI pass
This commit is contained in:
Bruno Coelho
2024-09-27 06:11:08 +01:00
committed by GitHub
parent 76aca6618f
commit 911455d206
1321 changed files with 1282 additions and 81137 deletions

View File

@@ -14,20 +14,13 @@ DIRECTORY=`dirname $0`
# spm build
(cd $DIRECTORY/alamofireLibrary/ && ./run_spmbuild.sh)
(cd $DIRECTORY/anycodableLibrary/ && ./run_spmbuild.sh)
(cd $DIRECTORY/asyncAwaitLibrary/ && ./run_spmbuild.sh)
(cd $DIRECTORY/combineLibrary/ && ./run_spmbuild.sh)
(cd $DIRECTORY/default/ && ./run_spmbuild.sh)
(cd $DIRECTORY/deprecated/ && ./run_spmbuild.sh)
(cd $DIRECTORY/frozenEnums/ && ./run_spmbuild.sh)
(cd $DIRECTORY/nonPublicApi/ && ./run_spmbuild.sh)
(cd $DIRECTORY/objcCompatible/ && ./run_spmbuild.sh)
(cd $DIRECTORY/oneOf/ && ./run_spmbuild.sh)
(cd $DIRECTORY/promisekitLibrary/ && ./run_spmbuild.sh)
(cd $DIRECTORY/readonlyProperties/ && ./run_spmbuild.sh)
(cd $DIRECTORY/resultLibrary/ && ./run_spmbuild.sh)
(cd $DIRECTORY/rxswiftLibrary/ && ./run_spmbuild.sh)
(cd $DIRECTORY/urlsessionLibrary/ && ./run_spmbuild.sh)
#(cd $DIRECTORY/vaporLibrary/ && ./run_spmbuild.sh)
(cd $DIRECTORY/x-swift-hashable/ && ./run_spmbuild.sh)