{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":44840041,"defaultBranch":"main","name":"swift-package-manager","ownerLogin":"apple","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-10-23T21:41:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10639145?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714299132.0","currentOid":""},"activityList":{"items":[{"before":"5a4c0240c771db9dab8b5b264a9d368dfe11f0fc","after":"ecf2e8ff52ed65c61fca9ad3f8bff617239920c0","ref":"refs/heads/main","pushedAt":"2024-04-27T19:48:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DougGregor","name":"Doug Gregor","path":"/DougGregor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/989428?s=80&v=4"},"commit":{"message":"Cleanup addition of swift-syntax (#7505)","shortMessageHtmlLink":"Cleanup addition of swift-syntax (#7505)"}},{"before":"a131c584a885b1f06e4acdc64f4724f154c25cdf","after":"81d9d6f451bcf92dc9e7d79bfdd8355bf744af4f","ref":"refs/heads/release/6.0","pushedAt":"2024-04-26T22:45:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahoppen","name":"Alex Hoppen","path":"/ahoppen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4062178?s=80&v=4"},"commit":{"message":"[6.0] Set environment variable to disable building swift-syntax in Swift 6 mode (#7500)\n\nCompanion of https://github.com/apple/swift-syntax/pull/2627\r\n\r\n- **Explanation**: This allows us to work around the following issue in\r\nCI: The self-hosted SwiftPM job has Xcode 15.3 (Swift 5.10) installed\r\nand builds a Swift 6 SwiftPM from source. It then tries to build itself\r\nas a fat binary using the just-built Swift 6 SwiftPM, which uses xcbuild\r\nfrom Xcode as the build system. But the xcbuild in the installed Xcode\r\nis too old and doesn't know about Swift 6 mode, so it fails with:\r\nSWIFT_VERSION '6' is unsupported, supported versions are: 4.0, 4.2, 5.0\r\n(rdar://126952308). This is fixed by setting\r\n`SWIFTSYNTAX_DISABLE_SWIFT_6_MODE` in `build-using-self`.\r\nThe source compat suite is seeing the same issue, just by using\r\n`bootstrap`, so set it there as well.\r\n- **Scope**: The build of SwiftPM using the `bootstrap` and\r\n`build-using-self` scripts\r\n- **Risk**: All issues that might have been caused by this will be found\r\nat build time\r\n- **Testing**: Verified that both the self hosted Swift CI job and the\r\nsource compat suite build fine with\r\nhttps://github.com/apple/swift-package-manager/pull/7495\r\n- **Issue**: rdar://125579439\r\n- **Reviewer**: @MaxDesiatov on\r\nhttps://github.com/apple/swift-package-manager/pull/7495","shortMessageHtmlLink":"[6.0] Set environment variable to disable building swift-syntax in Sw…"}},{"before":"07973d78dd38bbacc870c9cf33a46234be38fa68","after":null,"ref":"refs/heads/jgrynspan/fix-test-products-with-cross-compilation-support","pushedAt":"2024-04-26T21:15:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"}},{"before":"71a722ce8a6327094b98b3180e5d6642c0cbbbe2","after":"5a4c0240c771db9dab8b5b264a9d368dfe11f0fc","ref":"refs/heads/main","pushedAt":"2024-04-26T21:15:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"},"commit":{"message":"Fix test targets that depend on macros and `swift-testing` (#7508)\n\nAfter #7353 landed, I noticed that the build products for test targets\r\nwere not being emitted correctly. swift-testing and XCTest produce\r\nseparate build products (with distinct names) but this wasn't happening\r\nas intended. It turns out that the changes to split `buildParameters`\r\ninto `productsBuildParameters` and `toolsBuildParameters` weren't fully\r\npropagated to our testing infrastructure.\r\n\r\nI also noticed `SWIFT_PM_SUPPORTS_SWIFT_TESTING` wasn't being set\r\ncorrectly anymore (same root cause) although we've decided to ignore\r\nthat flag over in swift-testing anyway (see\r\nhttps://github.com/apple/swift-testing/pull/376.)\r\n\r\nThis regression caused build failures in swift-testing (e.g.\r\n[here](https://ci.swift.org/job/pr-swift-testing-macos/663/console))\r\nwith the telltale failure signature:\r\n\r\n>\r\n/Users/ec2-user/jenkins/workspace/pr-swift-testing-macos/branch-main/swift-testing/.build/x86_64-apple-macosx/debug/swift-testingPackageTests.xctest/Contents/MacOS/swift-testingPackageTests:\r\n/Users/ec2-user/jenkins/workspace/pr-swift-testing-macos/branch-main/swift-testing/.build/x86_64-apple-macosx/debug/swift-testingPackageTests.xctest/Contents/MacOS/swift-testingPackageTests:\r\ncannot execute binary file\r\n\r\nWhich indicates that it thinks the filename for the swift-testing build\r\nproduct is the XCTest bundle's executable.\r\n\r\nThis PR plumbs through the two build parameters arguments to everywhere\r\nin `swift test` and `swift build` that needs them and resolves the\r\nissue.\r\n\r\n---------\r\n\r\nCo-authored-by: Max Desiatov ","shortMessageHtmlLink":"Fix test targets that depend on macros and swift-testing (#7508)"}},{"before":"88de689d481f7724157f4980985c5d0488961915","after":null,"ref":"refs/heads/maxd/graduate-swift-sdks","pushedAt":"2024-04-26T20:59:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"}},{"before":"6a719f42d5ceb12254b6d1b6ad15ab6bb1310b5e","after":"71a722ce8a6327094b98b3180e5d6642c0cbbbe2","ref":"refs/heads/main","pushedAt":"2024-04-26T20:59:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"},"commit":{"message":"Remove `experimental` prefix from Swift SDK command (#7507)\n\nSince\r\n[SE-0387](https://github.com/apple/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md)\r\nwas accepted and available in Swift 5.9 and Swift 5.10, it's time to\r\nremove `experimental` prefix.","shortMessageHtmlLink":"Remove experimental prefix from Swift SDK command (#7507)"}},{"before":"3f9587c3930b2b910635ffeab05339d3c5c6c86d","after":"6a719f42d5ceb12254b6d1b6ad15ab6bb1310b5e","ref":"refs/heads/main","pushedAt":"2024-04-26T20:46:00.000Z","pushType":"pr_merge","commitsCount":16,"pusher":{"login":"xedin","name":"Pavel Yaskevich","path":"/xedin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21240?s=80&v=4"},"commit":{"message":"[Workspace] Augment resolution based on Package.resolved to support provided libraries\n\nIf a package with a provided library is mentioned in the Package.resolved\nlet's check whether the version of the library matches pinned version of\nthe package and is so, switch to the library.","shortMessageHtmlLink":"[Workspace] Augment resolution based on Package.resolved to support p…"}},{"before":"a6eef3f53c4fa58696100cfc725ec24c33d9b8c3","after":"07973d78dd38bbacc870c9cf33a46234be38fa68","ref":"refs/heads/jgrynspan/fix-test-products-with-cross-compilation-support","pushedAt":"2024-04-26T18:39:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"grynspan","name":"Jonathan Grynspan","path":"/grynspan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4145863?s=80&v=4"},"commit":{"message":"Address feedback","shortMessageHtmlLink":"Address feedback"}},{"before":"f53c2ab1666da12ba7d91d31c3939c3aadc550f4","after":"a6eef3f53c4fa58696100cfc725ec24c33d9b8c3","ref":"refs/heads/jgrynspan/fix-test-products-with-cross-compilation-support","pushedAt":"2024-04-26T18:37:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"grynspan","name":"Jonathan Grynspan","path":"/grynspan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4145863?s=80&v=4"},"commit":{"message":"Update Sources/Commands/SwiftBuildCommand.swift\n\nCo-authored-by: Max Desiatov ","shortMessageHtmlLink":"Update Sources/Commands/SwiftBuildCommand.swift"}},{"before":null,"after":"f53c2ab1666da12ba7d91d31c3939c3aadc550f4","ref":"refs/heads/jgrynspan/fix-test-products-with-cross-compilation-support","pushedAt":"2024-04-26T18:27:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"grynspan","name":"Jonathan Grynspan","path":"/grynspan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4145863?s=80&v=4"},"commit":{"message":"Resolve an issue building test products.\n\nAfter #7353 landed, I noticed that the build products for test targets were not\nbeing emitted correctly. swift-testing and XCTest produce separate build\nproducts (with distinct names) but this wasn't happening as intended. It turns\nout that the changes to split `buildParameters` into `productsBuildParameters`\nand `toolsBuildParameters` weren't fully propagated to our testing\ninfrastructure.\n\nI also noticed `SWIFT_PM_SUPPORTS_SWIFT_TESTING` wasn't being set correctly\nanymore (same root cause) although we've decided to ignore that flag over in\nswift-testing anyway (see https://github.com/apple/swift-testing/pull/376.)\n\nThis regression caused build failures in swift-testing (e.g. [here](https://ci.swift.org/job/pr-swift-testing-macos/663/console))\nwith the telltale failure signature:\n\n> /Users/ec2-user/jenkins/workspace/pr-swift-testing-macos/branch-main/swift-testing/.build/x86_64-apple-macosx/debug/swift-testingPackageTests.xctest/Contents/MacOS/swift-testingPackageTests: /Users/ec2-user/jenkins/workspace/pr-swift-testing-macos/branch-main/swift-testing/.build/x86_64-apple-macosx/debug/swift-testingPackageTests.xctest/Contents/MacOS/swift-testingPackageTests: cannot execute binary file\n\nWhich indicates that it thinks the filename for the swift-testing build product\nis the XCTest bundle's executable.\n\nThis PR plumbs through the two build parameters arguments to everywhere in\n`swift test` and `swift build` that needs them and resolves the issue.","shortMessageHtmlLink":"Resolve an issue building test products."}},{"before":"0eabefb3f65d8fb483d7e8f798f1370cd8439d55","after":"88de689d481f7724157f4980985c5d0488961915","ref":"refs/heads/maxd/graduate-swift-sdks","pushedAt":"2024-04-26T18:09:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"},"commit":{"message":"Add missing `completion: .directory` for `--swift-sdks-path`","shortMessageHtmlLink":"Add missing completion: .directory for --swift-sdks-path"}},{"before":"4e40886a4f11461845e074ba75b87772da501c22","after":"0eabefb3f65d8fb483d7e8f798f1370cd8439d55","ref":"refs/heads/maxd/graduate-swift-sdks","pushedAt":"2024-04-26T18:07:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"},"commit":{"message":"Add missing `--swift-sdks-path` help","shortMessageHtmlLink":"Add missing --swift-sdks-path help"}},{"before":null,"after":"4e40886a4f11461845e074ba75b87772da501c22","ref":"refs/heads/maxd/graduate-swift-sdks","pushedAt":"2024-04-26T17:49:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"},"commit":{"message":"Remove `experimental` prefix from Swift SDK command","shortMessageHtmlLink":"Remove experimental prefix from Swift SDK command"}},{"before":"f7651847db66f3996dfb715c3ac226389d10e159","after":null,"ref":"refs/heads/handle-swift-versions-unsupported-by-xcbuild-6.0","pushedAt":"2024-04-26T07:33:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"neonichu","name":"Boris Bügling","path":"/neonichu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118992?s=80&v=4"}},{"before":"e8b70a110e0c483d93570fd03bea58a9a05ae42e","after":"a131c584a885b1f06e4acdc64f4724f154c25cdf","ref":"refs/heads/release/6.0","pushedAt":"2024-04-26T07:33:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"neonichu","name":"Boris Bügling","path":"/neonichu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118992?s=80&v=4"},"commit":{"message":"[6.0] Handle Swift versions unsupported by XCBuild (#7504)","shortMessageHtmlLink":"[6.0] Handle Swift versions unsupported by XCBuild (#7504)"}},{"before":null,"after":"f7651847db66f3996dfb715c3ac226389d10e159","ref":"refs/heads/handle-swift-versions-unsupported-by-xcbuild-6.0","pushedAt":"2024-04-25T22:48:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"neonichu","name":"Boris Bügling","path":"/neonichu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118992?s=80&v=4"},"commit":{"message":"Handle Swift versions unsupported by XCBuild\n\nXCBuild has its own notion of supported Swift versions which can differ\nfrom the ones SwiftPM's own build system and the used compiler support.\nUsing a version outside of the supported range prevents building, so\nwe'll try to obtain the list of supported versions and intersect it with\nthe versions supported by a given package to find the best version\nsupported by both.\n\n(cherry picked from commit 3f9587c3930b2b910635ffeab05339d3c5c6c86d)","shortMessageHtmlLink":"Handle Swift versions unsupported by XCBuild"}},{"before":"15b84f170aac6b4c39f1bf43b70aa68b38a0eed9","after":null,"ref":"refs/heads/handle-swift-versions-unsupported-by-xcbuild","pushedAt":"2024-04-25T22:04:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"neonichu","name":"Boris Bügling","path":"/neonichu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118992?s=80&v=4"}},{"before":"6a7e578c1e03492fc072dc555f7a72acf6ab88e5","after":"3f9587c3930b2b910635ffeab05339d3c5c6c86d","ref":"refs/heads/main","pushedAt":"2024-04-25T22:04:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"neonichu","name":"Boris Bügling","path":"/neonichu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118992?s=80&v=4"},"commit":{"message":"Handle Swift versions unsupported by XCBuild (#7499)\n\nXCBuild has its own notion of supported Swift versions which can differ\r\nfrom the ones SwiftPM's own build system and the used compiler support.\r\nUsing a version outside of the supported range prevents building, so\r\nwe'll try to obtain the list of supported versions and intersect it with\r\nthe versions supported by a given package to find the best version\r\nsupported by both.","shortMessageHtmlLink":"Handle Swift versions unsupported by XCBuild (#7499)"}},{"before":null,"after":"1dc688edbf6be1e9e2c04c2ba4140d1a7462cace","ref":"refs/heads/linkSwiftStdlibStaticallyShouldApplyToDylibs","pushedAt":"2024-04-25T21:25:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"neonichu","name":"Boris Bügling","path":"/neonichu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118992?s=80&v=4"},"commit":{"message":"The `--static-swift-stdlib` should apply to dylibs\n\nDynamic libraries are also linking the stdlib, so they should be treated the same as executables w.r.t. to this option.","shortMessageHtmlLink":"The --static-swift-stdlib should apply to dylibs"}},{"before":"dbd894521ad595036c2912bb056ebd4b6a3336c3","after":"6a7e578c1e03492fc072dc555f7a72acf6ab88e5","ref":"refs/heads/main","pushedAt":"2024-04-25T18:59:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ahoppen","name":"Alex Hoppen","path":"/ahoppen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4062178?s=80&v=4"},"commit":{"message":"Set environment variable to disable building swift-syntax in Swift 6 mode (#7495)\n\nThis allows us to work around the following issue in CI: The self-hosted\r\nSwiftPM job has Xcode 15.3 (Swift 5.10) installed and builds a Swift 6\r\nSwiftPM from source. It then tries to build itself as a fat binary using\r\nthe just-built Swift 6 SwiftPM, which uses xcbuild from Xcode as the\r\nbuild system. But the xcbuild in the installed Xcode is too old and\r\ndoesn't know about Swift 6 mode, so it fails with: SWIFT_VERSION '6' is\r\nunsupported, supported versions are: 4.0, 4.2, 5.0 (rdar://126952308).\r\nThis is fixed by setting `SWIFTSYNTAX_DISABLE_SWIFT_6_MODE` in\r\n`build-using-self`.\r\n\r\nThe source compat suite is seeing the same issue, just by using\r\n`bootstrap`, so set it there as well.\r\n\r\nAccompanies https://github.com/apple/swift-syntax/pull/2621","shortMessageHtmlLink":"Set environment variable to disable building swift-syntax in Swift 6 …"}},{"before":null,"after":"15b84f170aac6b4c39f1bf43b70aa68b38a0eed9","ref":"refs/heads/handle-swift-versions-unsupported-by-xcbuild","pushedAt":"2024-04-25T18:29:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"neonichu","name":"Boris Bügling","path":"/neonichu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118992?s=80&v=4"},"commit":{"message":"Handle Swift versions unsupported by XCBuild\n\nXCBuild has its own notion of supported Swift versions which can differ from the ones SwiftPM's own build system and the used compiler support. Using a version outside of the supported range prevents building, so we'll try to obtain the list of supported versions and intersect it with the versions supported by a given package to find the best version supported by both.","shortMessageHtmlLink":"Handle Swift versions unsupported by XCBuild"}},{"before":"470b8638ab87b8f7578bf803e437837463fcda98","after":"e8b70a110e0c483d93570fd03bea58a9a05ae42e","ref":"refs/heads/release/6.0","pushedAt":"2024-04-25T07:51:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xedin","name":"Pavel Yaskevich","path":"/xedin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21240?s=80&v=4"},"commit":{"message":"NFC: Add `Sendable` annotations to PackageDescription APIs\n\n(cherry picked from commit 9fc2e2a8b2b44b5761991502213d61d43be7da49)","shortMessageHtmlLink":"NFC: Add Sendable annotations to PackageDescription APIs"}},{"before":"25ad105a2484bcdc6aee5c37c81e8e8bc81adcf0","after":"470b8638ab87b8f7578bf803e437837463fcda98","ref":"refs/heads/release/6.0","pushedAt":"2024-04-25T06:30:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DougGregor","name":"Doug Gregor","path":"/DougGregor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/989428?s=80&v=4"},"commit":{"message":"6.0: [SE-0301] Implement package manifest editing command-line options (#7494)\n\n* **Explanation**: Implement package manifest editing commands (`swift\r\npackage add-dependency`, `swift package add-target`, `swift package\r\nadd-product`) described in\r\n[SE-0301](https://github.com/apple/swift-evolution/blob/main/proposals/0301-package-editing-commands.md),\r\nusing swift-syntax under the hood to perform the edits.\r\n* **Original PR**:\r\nhttps://github.com/apple/swift-package-manager/pull/7467,\r\nhttps://github.com/apple/swift-package-manager/pull/7476,\r\nhttps://github.com/apple/swift-package-manager/pull/7477\r\n* **Risk**: Very low. All new code for new commands.\r\n* **Reviewed by**: @ahoppen , @bnbarham , @owenv , @MaxDesiatov \r\n* **Testing**: New tests.\r\n\r\n---------\r\n\r\nCo-authored-by: Rintaro Ishizaki \r\nCo-authored-by: Saleem Abdulrasool ","shortMessageHtmlLink":"6.0: [SE-0301] Implement package manifest editing command-line options ("}},{"before":"b9eb3c138ec681d8858de4d8bf7d179758490ba1","after":"dbd894521ad595036c2912bb056ebd4b6a3336c3","ref":"refs/heads/main","pushedAt":"2024-04-25T00:18:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"compnerd","name":"Saleem Abdulrasool","path":"/compnerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63311?s=80&v=4"},"commit":{"message":"build: remove the requirement to checkout swift-syntax (#7486)\n\nIn the case that a shared copy of swift-syntax is being used to build,\r\nallow the sources to be unavailable. If the user specifies\r\n`SWIFTPM_PATH_TO_SWIFT_SYNTAX_SOURCE`, that will be preferred,\r\notherwise, we fallback to the upstream git repository.","shortMessageHtmlLink":"build: remove the requirement to checkout swift-syntax (#7486)"}},{"before":"e0dc6ebb658406c7532f0052eb63fa65b4f0f18e","after":null,"ref":"refs/heads/maxd/fix-test-products-graph","pushedAt":"2024-04-24T23:22:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"}},{"before":"4f83c6d555a6606904ffa1635986aa4d586dbd8c","after":"b9eb3c138ec681d8858de4d8bf7d179758490ba1","ref":"refs/heads/main","pushedAt":"2024-04-24T23:22:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"},"commit":{"message":"Include host triple test modules in `ResolvedPackage` (#7493)\n\nModified `ResolvedModule` build triples were not reflected in\r\n`ResolvedPackage`, which excluded those modules from the build graph.\r\n\r\nVerified manually with `swift-foundation` and `swift-testing` packages.\r\nMore comprehensive automated tests will be included in a future PR.\r\n\r\nResolves https://github.com/apple/swift-package-manager/issues/7479.","shortMessageHtmlLink":"Include host triple test modules in ResolvedPackage (#7493)"}},{"before":"681603f76d019ea5e945431c80896635b0ca5800","after":"e0dc6ebb658406c7532f0052eb63fa65b4f0f18e","ref":"refs/heads/maxd/fix-test-products-graph","pushedAt":"2024-04-24T17:16:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"},"commit":{"message":"Fix `PackageCommandTests.testPluginAPIs`","shortMessageHtmlLink":"Fix PackageCommandTests.testPluginAPIs"}},{"before":"2afeca44d79584d35a3f95d0ae656e87b686efee","after":"681603f76d019ea5e945431c80896635b0ca5800","ref":"refs/heads/maxd/fix-test-products-graph","pushedAt":"2024-04-24T16:56:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"},"commit":{"message":"Fix `ClangTargetBuildDescriptionTests.swift`","shortMessageHtmlLink":"Fix ClangTargetBuildDescriptionTests.swift"}},{"before":null,"after":"2afeca44d79584d35a3f95d0ae656e87b686efee","ref":"refs/heads/maxd/fix-test-products-graph","pushedAt":"2024-04-24T16:19:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"},"commit":{"message":"Include host triple targets in `ResolvedPackage`\n\nModified `ResolvedModule` build triples were not reflected in `ResolvedPackage`, which meant those modules aren't included in the build graph.\n\nVerified with `swift-foundation` and `swift-testing` packages.\n\nResolves https://github.com/apple/swift-package-manager/issues/7479.","shortMessageHtmlLink":"Include host triple targets in ResolvedPackage"}},{"before":"d59191a38878304561fe76176061521b7234b605","after":"4f83c6d555a6606904ffa1635986aa4d586dbd8c","ref":"refs/heads/main","pushedAt":"2024-04-24T07:00:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rintaro","name":"Rintaro Ishizaki","path":"/rintaro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/142081?s=80&v=4"},"commit":{"message":"Only export required SwiftSyntax targets (#7489)\n\nAlso, use `SPMSwiftSyntax::` namespace to avoid potential name conflict\r\nissues.","shortMessageHtmlLink":"Only export required SwiftSyntax targets (#7489)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEO_fqTwA","startCursor":null,"endCursor":null}},"title":"Activity · apple/swift-package-manager"}