Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: swiftlang/swift-package-manager

Swift 6.1.3 Release

08 Sep 16:23
587a4fd
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • [6.1] Frequent crashes in LLBuildProgressTracker while building swift-java on linux and swift 6.1.2 by@rconnell9 in#9019
  • Bump the Swift version to 6.1.3 by@shahmishal in#9065

Full Changelog:swift-6.1.2-RELEASE...swift-6.1.3-RELEASE

Contributors

  • @shahmishal
  • @rconnell9
shahmishal and rconnell9
Loading

Swift 6.2 Release

14 Oct 06:11
3cf1cb6
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Read more

Contributors

  • @stmontgomery
  • @xedin
  • @shawnhyam
  • @compnerd
  • @MaxDesiatov
  • @neonichu
  • @rintaro
  • @marcprux
  • @plemarquand
  • @DougGregor
  • @jakepetroules
  • @sphanley
  • @bnbarham
  • @owenv
  • @DmT021
  • @shahmishal
  • @FranzBusch
  • @pmattos
  • @ahoppen
  • @ehyche
  • @hi2gage
  • @natecook1000
  • @fortmarek
  • @michael-yuji
  • @bkhouri
  • @hborla
  • @daniel-grumberg
  • @bripeticca
  • @AnthonyLatsis
  • @furby-tm
  • @finagolfin
  • @esnssr
  • @cmcgee1024
  • @johnbute
  • @dschaefer2
  • @kcieplak
  • @yyvch
  • @rconnell9
stmontgomery, xedin, and 36 other contributors
Assets2
Loading

Swift 6.1.1 Release

24 May 07:56
a892ce7
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:swift-6.1-RELEASE...swift-6.1.1-RELEASE

Contributors

  • @shahmishal
  • @dschaefer2
shahmishal and dschaefer2
Loading

Swift 6.1 Release

01 Apr 08:24
1fc90e2
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Suppress redundant linkage warnings due to dependency linkage propagation by@pusukuri in#7404
  • Write output-file-map.json atomically by@ahoppen in#7406
  • Fix a memory leak inDownloadTaskManager andDataTaskManager by@ahoppen in#7408
  • Fix doc comment typo inSandbox.swift by@MaxDesiatov in#7418
  • PackageModelTests: fix warnings by@mnaruse in#7421
  • Usearguments instead ofargumentList in the macro template by@ahoppen in#7422
  • On Darwin, allow XCTest to be missing if we're only building swift-testing tests. by@grynspan in#7426
  • Fix indentation inProduct.swift by@coffmark in#7427
  • Add aswift-corelibs-foundation specific workaround by@xedin in#7425
  • Suppress warnings for remote Clang targets by@xedin in#7423
  • [cxx-interop] Propagate interop flag to the test entry point target by@egorzhdan in#7428
  • Allowswift-corelibs-foundation to use unsafeFlags when used as a d… by@xedin in#7431
  • MakesupportedTriples optional in artifactbundle metadata by@kateinoigakukun in#7432
  • Improve error message about the PackageGraphError.productDependencyNotFound by@k-kohey in#7419
  • Improvements to prebuilt library configuration handling by@xedin in#7433
  • DeleteExamples/package-info directory as outdated by@MaxDesiatov in#7434
  • Update Swift version to 5.9 in.swiftformat by@MaxDesiatov in#7438
  • [PubGrub] Avoid resolving package versions twice in presence of prebuilt libraries by@xedin in#7436
  • Fix sendability warnings inURLSessionHTTPClient by@MaxDesiatov in#7441
  • NFC: Fix@Sendable @escaping order, symbol name typo by@MaxDesiatov in#7446
  • Bumpswift-syntax in template to600.0.0-latest by@MaxDesiatov in#7443
  • Update XCBuildSupport CODEOWNERS by@jakepetroules in#7449
  • Add basicQueryEngine scaffolding w/Encodable hashing by@MaxDesiatov in#7347
  • AddHashEncoder andQueryEngineTests by@MaxDesiatov in#7435
  • Implement per target swift version selection by@xedin in#7439
  • ExposecomputeTestTargetsForExecutableTargets via SPI by@MaxDesiatov in#7455
  • Add VisionOS platform support toPIF.PlatformFilter by@Ryu0118 in#7448
  • RenameResolvedTarget toResolvedModule by@MaxDesiatov in#7459
  • Enable strict concurrency checks onBasics module by@MaxDesiatov in#7451
  • Fix empty token on swift package-registry login (Issue#7453) by@pwallrich in#7454
  • AddUndirectedGraph andDirectedGraph data structures by@MaxDesiatov in#7460
  • Remove outdated doc comment inWorkspace+State.swift by@MaxDesiatov in#7463
  • Add basic thresholds forPackageGraphBenchmarks.swift by@MaxDesiatov in#7462
  • Remove use ofSWIFT_FORCE_* build settings by@neonichu in#7464
  • Revert "Revert "Support macros when cross-compiling (#7118)" (#7352)" by@MaxDesiatov in#7353
  • Add simple synthetic modules graph benchmarks by@MaxDesiatov in#7465
  • pkgconfig: Apply PKG_CONFIG_SYSROOTDIR when generating paths by@euanh in#7461
  • Use new SPI for SourceKitLSPAPITests by@bnbarham in#7468
  • Add synthetic modules-with-macros graph benchmarks by@MaxDesiatov in#7466
  • [SE-0301] Updating a project and its manifest programmatically and from the command line by@DougGregor in#7467
  • NFC: AddSendable annotations to PackageDescription APIs by@xedin in#7475
  • When adding a macro target to a package, create a dependency on swift-syntax by@DougGregor in#7476
  • [SE-0301] Add swift package add-product command and supporting library by@DougGregor in#7477
  • MakeSwiftSDK.init available via@_spi by@MaxDesiatov in#7482
  • Only export required SwiftSyntax targets by@rintaro in#7489
  • Include host triple test modules inResolvedPackage by@MaxDesiatov in#7493
  • build: remove the requirement to checkout swift-syntax by@compnerd in#7486
  • Set environment variable to disable building swift-syntax in Swift 6 mode by@ahoppen in#7495
  • Handle Swift versions unsupported by XCBuild by@neonichu in#7499
  • Improvements to prebuilt or provided library handling by@xedin in#7496
  • Removeexperimental prefix from Swift SDK command by@MaxDesiatov in#7507
  • Fix test targets that depend on macros andswift-testing by@grynspan in#7508
  • Cleanup addition of swift-syntax by@bnbarham in#7505
  • plugins: Pass correct dependency origin information to plugins by@euanh in#7506
  • Bring backexperimental-sdk as deprecated for compatibility by@MaxDesiatov in#7512
  • NFC: Fix a typo in a label ofModuleError.duplicateModulesScmAndRegistry by@xedin in#7513
  • Add end-to-end tests forsdk andexperimental-sdk commands by@MaxDesiatov in#7517
  • Addswift build --enable-code-coverage by@grynspan in#7518
  • Fix incorrect paths for library products with explicit linkage by@MaxDesiatov in#7519
  • Report whether a target is part of the root package in the sourcekit-lsp API by@ahoppen in#7492
  • [ModulesGraph] Fix association between.tools targets and their pac… by@xedin in#7523
  • Remove the addition of external-plugin-path for dev toolchains by@bnbarham in#7524
  • package -> @_spi public due to package exportability rule updates by@elsh in#7525
  • AddSendable annotations to SwiftVersion by@coffmark in#7527
  • swift sdk: print warnings on stderr instead of stdout by@MaxDesiatov in#7532
  • Teach swift package add-target --type test about swift-testing by@DougGregor in#7481
  • Pass through swift-testing's experimental JSON streams fromswift test by@grynspan in#7534
  • [Package/ModuleGraph] Allow cyclic package dependencies if they don't introduce a cycle in a build graph by@xedin in#7530
  • Alignswift sdk configuration subcommand with proposal text by@MaxDesiatov in#7535
  • MarkbuildSettingsDescription as@_spi inTarget.swift by@MaxDesiatov in#7542
  • Add API for background preparation in SourceKit-LSP by@ahoppen in#7540
  • Update -swift-version to default to 6 for swift-tools-version 6 by@bnbarham in#7469
  • [PackageModel] ...
Read more

Contributors

  • @stmontgomery
  • @xedin
  • @shawnhyam
  • @compnerd
  • @finestructure
  • @MaxDesiatov
  • @neonichu
  • @dfed
  • @rintaro
  • @giginet
  • @AndrewHoos
  • @dempseyatgithub
  • @plemarquand
  • @euanh
  • @DougGregor
  • @jmschonfeld
  • @dmhts
  • @jakepetroules
  • @bnbarham
  • @valeriyvan
  • @owenv
  • @czechboy0
  • @elsh
  • @shahmishal
  • @taji-taji
  • @pusukuri
  • @FranzBusch
  • @egorzhdan
  • @ahoppen
  • @grynspan
  • @Steelskin
  • @glbrntt
  • @artemcm
  • @parispittman
  • @hi2gage
  • @JacobHearst
  • @fortmarek
  • @rauhul
  • @csknns
  • @bkhouri
  • @kateinoigakukun
  • @kabiroberai
  • @pwallrich
  • @MojtabaHs
  • @cachemeifyoucan
  • @SimplyDanny
  • @tshortli
  • @bripeticca
  • @rjmansfield
  • @k-kohey
  • @francescomikulis
  • @sendable
  • @mnaruse
  • @tokizuoh
  • @NakaokaRei
  • @finagolfin
  • @coffmark
  • @matthewbastien
  • @cmcgee1024
  • @Ryu0118
  • @johnbute
  • @dschaefer2
  • @yyvch
stmontgomery, xedin, and 61 other contributors
Loading
hadi1999jb, ktraunmueller, and nabilsafatli reacted with thumbs up emojithoven87, italomandara, and nabilsafatli reacted with rocket emoji
5 people reacted

Swift 6.0.3 Release

13 Dec 07:18
bc68941
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • [6.0] Disable part of a test that fails with Swift Testing in the toolchain. by@grynspan in#7901
  • [6.0][PackageModel] Toolchain: Split SwiftTesting flags between swift compiler and linker by@xedin in#7907
  • [6.0] Update package templates to use Swift Testing in the toolchain rather than as a package dependency. by@grynspan in#7910
  • [6.0] Temporarily disable new Swift Testing tests by@bnbarham in#7917
  • [6.0][PackageModel] Inject swift-testing flags only if toolchain is target… by@xedin in#7921
  • [6.0] Add 2024 Darwin OS versions toSupportedPlatforms by@MaxDesiatov in#7972
  • [6.0] Remove@MainActor from XCTest glue. by@grynspan in#7988
  • Bump the Swift version to 6.0.3 by@shahmishal in#8017
  • [6.0.3] Fix compiling test runners for Android by using the full overlay by@finagolfin in#8019
  • [6.0][PackageModel] UserToolchain: Add -F when building with CommandLineTools by@bnbarham in#8035
  • Disable SwiftVersion development mode by@bkhouri in#8074

Full Changelog:swift-6.0.2-RELEASE...swift-6.0.3-RELEASE

Contributors

  • @xedin
  • @MaxDesiatov
  • @bnbarham
  • @shahmishal
  • @grynspan
  • @bkhouri
  • @finagolfin
xedin, MaxDesiatov, and 5 other contributors
Loading
mshawky0671 reacted with laugh emoji
1 person reacted

Swift 6.0.1 Release

16 Oct 10:08
dd22b6e
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:swift-6.0-RELEASE...swift-6.0.1-RELEASE

Contributors

  • @MaxDesiatov
  • @shahmishal
MaxDesiatov and shahmishal
Loading
luncliff, a1049145827, egodevrjm, lin72h, Nirma, jlmensink, and Ghost028 reacted with eyes emoji
7 people reacted

Swift 6.0 Release

16 Oct 10:08
5bd155f
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Read more

Contributors

  • @xedin
  • @compnerd
  • @finestructure
  • @MaxDesiatov
  • @neonichu
  • @ktoso
  • @tomerd
  • @rex4539
  • @AndrewHoos
  • @carlynorama
  • @euanh
  • @DougGregor
  • @jmschonfeld
  • @Footpad
  • @jakepetroules
  • @bnbarham
  • @ashokm
  • @peterkos
  • @taji-taji
  • @pusukuri
  • @egorzhdan
  • @ahoppen
  • @grynspan
  • @judemille
  • @lordzsolt
  • @rauhul
  • @kateinoigakukun
  • @yim-lee
  • @ian-twilightcoder
  • @cachemeifyoucan
  • @francescomikulis
  • @NakaokaRei
  • @finagolfin
  • @dschaefer2
xedin, compnerd, and 32 other contributors
Loading
FelixHerrmann reacted with hooray emojiGhost028 reacted with heart emoji
2 people reacted

Swift 5.10.1 Release

06 Jun 19:12
54d135f
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:swift-5.10-RELEASE...swift-5.10.1-RELEASE

Contributors

  • @shahmishal
  • @kateinoigakukun
shahmishal and kateinoigakukun
Loading
serhii-londar, zenangst, devraj, csjones, jghg02, and ghishadow reacted with thumbs up emoji
6 people reacted

Swift 5.10 Release

06 Mar 15:00

Choose a tag to compare

Notable Changes

  • #7010

    On macOS,swift build andswift run now produce binaries that allow backtraces in debug builds. PassSWIFT_BACKTRACE=enable=yes environment variable to enable backtraces on such binaries when running them.

  • #7101

    Binary artifacts are now cached alongside repository checkouts so they do not need to be re-downloaded across projects.

Merged Pull Requests

Read more

Contributors

  • @stmontgomery
  • @natikgadzhi
  • @dabrahams
  • @Palleas
  • @zkiraly
  • @compnerd
  • @MaxDesiatov
  • @neonichu
  • @tomerd
  • @keith
  • @omochi
  • @therealbnut
  • @euanh
  • @hyp
  • @jakepetroules
  • @bnbarham
  • @czechboy0
  • @elsh
  • @shahmishal
  • @al45tair
  • @egorzhdan
  • @ahoppen
  • @grynspan
  • @BrianHenryIE
  • @dnadoba
  • @revolter
  • @bc-lee
  • @rauhul
  • @kateinoigakukun
  • @yim-lee
  • @kabiroberai
  • @ian-twilightcoder
  • @abertelrud
  • @matthewseaman
  • @mininny
  • @miku1958
  • @fwcd
  • @ncooke3
  • @Kyle-Ye
  • @sheikhbayazid
  • @aleksproger
  • @zunda-pixel
  • @NSAntoine
  • @finagolfin
  • @x-0o0
  • @annapo99
  • @spqw
stmontgomery, natikgadzhi, and 45 other contributors
Loading
uhooi, alishantesch, Chuncheonian, djpearce, timburrow, and wylanneely reacted with heart emojimflknr and Frizlab reacted with rocket emoji
8 people reacted

swift-5.9.2-RELEASE

19 Feb 12:02
2b7ebe6
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Bump the Swift version to 5.9.2 (#7175)
Loading
kapitoshka438 and DevRadion reacted with laugh emojiTreata11, kimdaehee0824, yulingtianxia, mflknr, bstillitano, nabilsafatli, Frizlab, jiro33, summerHearts, and ghishadow reacted with hooray emojiChithian reacted with rocket emoji
13 people reacted
Previous13
Previous

[8]ページ先頭

©2009-2025 Movatter.jp