Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some warnings with ProcessEnvironmentBlock #7364

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Feb 23, 2024

  1. Fix some warnings with ProcessEnvironmentBlock

    Previous implementation didn't account for case insensitivity on Windows. Cleaning up these warnings fixes that.
    
    This doesn't include APIs exposed by Swift Driver yet, as those are harder to adapt for `ProcessEnvironmentBlock` with significant sources compatibility breakage.
    MaxDesiatov committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    53cc10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e08c75 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Merge branch 'main' of github.com:apple/swift-package-manager into ma…

    …xd/process-environment-block
    
    # Conflicts:
    #	Package.swift
    #	Sources/SPMTestSupport/SwiftPMProduct.swift
    MaxDesiatov committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b244ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b64324 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Merge branch 'main' of github.com:apple/swift-package-manager into ma…

    …xd/process-environment-block
    
    # Conflicts:
    #	Sources/Build/BuildOperation.swift
    #	Sources/Commands/PackageCommands/InstalledPackages.swift
    #	Sources/SPMTestSupport/MockManifestLoader.swift
    MaxDesiatov committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    f392d37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5bfaf View commit details
    Browse the repository at this point in the history
  3. Hide more llbuild-specific APIs

    This APIs should not be marked `public` to prevent SwiftPM clients from adopting those by accident.
    MaxDesiatov committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    fa08cea View commit details
    Browse the repository at this point in the history
  4. Merge branch 'maxd/hide-build-apis' of github.com:apple/swift-package…

    …-manager into maxd/process-environment-block
    
    # Conflicts:
    #	Sources/Build/BuildOperationBuildSystemDelegateHandler.swift
    #	Sources/LLBuildManifest/LLBuildManifest.swift
    #	Sources/LLBuildManifest/LLBuildManifestWriter.swift
    #	Sources/LLBuildManifest/Tools.swift
    MaxDesiatov committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    4b838cf View commit details
    Browse the repository at this point in the history