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.11
Choose a head ref
  • 6 commits
  • 6 files changed
  • 5 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
  2. Update all Swift package test defaults to 6.3 (#253)

    Also, add NDK 28c as a default, as we work towards the upcoming LTS NDK 30, and
    add new hashes for Windows.
    finagolfin authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    531b791 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. Android 6.3 support (#251)

    marcprux authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    4276853 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Configuration menu
    Copy the full SHA
    f45407c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a487d50 View commit details
    Browse the repository at this point in the history
Loading