Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swiftlang/github-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.9
Choose a base ref
...
head repository: swiftlang/github-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.10
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 9, 2026

  1. Windows: Ensure Docker engine is running (#259)

    When running a swift_package_tests.yaml workflow, workflows running in a
    docker container on windows would often fails as the docker engine was
    not currently ready to accept requests.
    
    Add a step that ensure the docker engine is started and ready, by
    calling `docker info` command before performing any other docker steps
    to ensure the engine is ready.
    bkhouri authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    b337c7f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Add FreeBSD build job to swift_package_test workflow (#257)

    Adds a new freebsd-build job using vmactions/freebsd-vm to run Swift
    builds and tests inside a FreeBSD VM on Ubuntu runners. Configurable
    via freebsd_swift_versions, freebsd_os_versions, freebsd_host_archs,
    freebsd_pre_build_command, freebsd_build_command, freebsd_env_vars,
    and enable_freebsd_checks inputs. Supports cross-PR testing, nightly
    flag selection, and multi-arch runner selection matching the existing
    Linux job pattern.
    jakepetroules authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    3b5576d View commit details
    Browse the repository at this point in the history
Loading