Bassam (Sam) Khouri

Results 26 issues of Bassam (Sam) Khouri

### Jenkins and plugins versions report Environment ```text Jenkins: 2.452.2 OS: Linux - 6.8.0-36-generic Java: 17.0.11 - Ubuntu (OpenJDK 64-Bit Server VM) --- PrioritySorter:5.1.0 analysis-model-api:12.3.3 ansible:403.v8d0ca_dcb_b_502 ant:497.v94e7d9fffa_b_9 antisamy-markup-formatter:162.v0e6ec0fcfcf6 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 apache-httpcomponents-client-5-api:5.3.1-110.v77252fb_d4da_5...

bug

### What feature do you want to see added? As a maintainer of the Team Organization job configuration, I want to be able to reference the project repository name via...

enhancement

### Description There appears to have been a regression on the nightly main Windows toolchain sometime between March 10 and March 25, 2025 OSS toolchain, where running `swift build` in...

bug
triage needed

Enable the SwiftPM tests in the Windows toolchain build to get extra confidence the change did not introduce any regression on the Windows platform.

When in a directory that does not contain a `Package.swift` in any of the parent directories, `swift package show-dependencies` does indicates the following ``` ❯ swift package show-dependencies Circular swiftly...

It would be ideal if `swiftly` automatically installed the project toolchain if it's not currently installed. Steps to reproduce 1. Create a swift package 2. List all installed versions 3....

After reading https://swiftpackageindex.com/swiftlang/swiftly/0.4.0/documentation/swiftlydocs/automated-install, one improvement to the `init` could be to move the `SWIFTLY_HOME_DIR` and `SWIFTLY_BIN_DIR` from environment variables to command line options to make them more discoverable. These values...

### Motivation As a test case author, I want to explicitly enable, or disable, a test when: - all conditional traits evaluate to `true` - any conditional training evaluate to...

enhancement
public-api
traits

As a software developer, I want to define an argument as "experimental" and have swift-argument-parser handle adding the `--experimental` command line prefix --- There are cases when we introduce an...

enhancement

**Describe the bug** When selecting the "Run/Debug Test" from the VSCode gutter, the gutter icon is not updated to "In Progress" icon when a Swift Testing test is selected. **To...

bug
test runner