chore(deps): update dependencies
Some checks failed
Tests / Integration Tests (push) Has been cancelled
Lint / SwiftLint (push) Has been cancelled
CI / Desktop Swift (${{ matrix.os }}) (macos-15) (push) Has been cancelled
CI / Desktop Swift (${{ matrix.os }}) (ubuntu-22.04) (push) Has been cancelled
CI / Build Examples on ${{ matrix.os }} (macos-15) (push) Has been cancelled
CI / SwiftLint (push) Has been cancelled
Cross-Platform CI / test-macos-14 (push) Has been cancelled
Cross-Platform CI / test-macos-15 (push) Has been cancelled
Cross-Platform CI / Ubuntu 22.04 LTS (push) Has been cancelled
Cross-Platform CI / Ubuntu 24.04 LTS (push) Has been cancelled
Lint / SwiftFormat (push) Has been cancelled
Lint / Swift 6 Compatibility Check (push) Has been cancelled
Lint / Package Validation (push) Has been cancelled
Tests / Test Apple Platforms (platform=macOS, macOS, macosx) (push) Has been cancelled
Tests / Test Linux (6.2.1) (push) Has been cancelled
Tests / Validate Swift Package (push) Has been cancelled
CI / Apple Platforms (${{ matrix.platform }}) (iOS Simulator) (push) Has been cancelled
Cross-Platform CI / build-release (push) Has been cancelled
Some checks failed
Tests / Integration Tests (push) Has been cancelled
Lint / SwiftLint (push) Has been cancelled
CI / Desktop Swift (${{ matrix.os }}) (macos-15) (push) Has been cancelled
CI / Desktop Swift (${{ matrix.os }}) (ubuntu-22.04) (push) Has been cancelled
CI / Build Examples on ${{ matrix.os }} (macos-15) (push) Has been cancelled
CI / SwiftLint (push) Has been cancelled
Cross-Platform CI / test-macos-14 (push) Has been cancelled
Cross-Platform CI / test-macos-15 (push) Has been cancelled
Cross-Platform CI / Ubuntu 22.04 LTS (push) Has been cancelled
Cross-Platform CI / Ubuntu 24.04 LTS (push) Has been cancelled
Lint / SwiftFormat (push) Has been cancelled
Lint / Swift 6 Compatibility Check (push) Has been cancelled
Lint / Package Validation (push) Has been cancelled
Tests / Test Apple Platforms (platform=macOS, macOS, macosx) (push) Has been cancelled
Tests / Test Linux (6.2.1) (push) Has been cancelled
Tests / Validate Swift Package (push) Has been cancelled
CI / Apple Platforms (${{ matrix.platform }}) (iOS Simulator) (push) Has been cancelled
Cross-Platform CI / build-release (push) Has been cancelled
This commit is contained in:
parent
a6c5cb90b1
commit
ae08789eea
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
os: [macos-15, ubuntu-22.04]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
swift-version: '6.2.1'
|
||||
|
||||
- name: Cache Swift Package Manager
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
.build
|
||||
@ -83,7 +83,7 @@ jobs:
|
||||
os: [macos-15]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
@ -136,7 +136,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Install SwiftLint
|
||||
run: brew install swiftlint
|
||||
|
||||
8
.github/workflows/cross-platform.yml
vendored
8
.github/workflows/cross-platform.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
name: Ubuntu 22.04 LTS
|
||||
container: swift:6.2
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
run: git clone --depth 1 https://github.com/steipete/Commander.git ../Commander
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
name: Ubuntu 24.04 LTS
|
||||
container: swift:6.2
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
run: git clone --depth 1 https://github.com/steipete/Commander.git ../Commander
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- name: Create release info
|
||||
run: |
|
||||
@ -101,7 +101,7 @@ jobs:
|
||||
echo "Total: 4 platform configurations tested in parallel" >> release-info.txt
|
||||
|
||||
- name: Upload release info
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: cross-platform-validation
|
||||
path: release-info.txt
|
||||
|
||||
12
.github/workflows/lint.yml
vendored
12
.github/workflows/lint.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
xcode-version: '26.1'
|
||||
|
||||
- name: Cache SwiftLint
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
~/.mint
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
xcode-version: '26.1'
|
||||
|
||||
- name: Cache SwiftFormat
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
~/.mint
|
||||
@ -111,7 +111,7 @@ jobs:
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
@ -158,7 +158,7 @@ jobs:
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
|
||||
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
xcode-version: '26.1'
|
||||
|
||||
- name: Cache Swift Package Manager
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: .build
|
||||
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
swift-version: ${{ matrix.swift-version }}
|
||||
|
||||
- name: Cache Swift Package Manager
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: .build
|
||||
key: ${{ runner.os }}-spm-${{ matrix.swift-version }}-${{ hashFiles('**/Package.resolved') }}
|
||||
@ -122,7 +122,7 @@ jobs:
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
@ -155,7 +155,7 @@ jobs:
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
|
||||
@ -1,6 +1,15 @@
|
||||
{
|
||||
"originHash" : "12a454cd38a6ae2519d652cc0872f7f18feb64690ce83d1507bae6db71c1841c",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "commander",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/steipete/Commander.git",
|
||||
"state" : {
|
||||
"revision" : "ae2ce746b386ff94b26648cfe5625cfa8d02639b",
|
||||
"version" : "0.2.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "eventsource",
|
||||
"kind" : "remoteSourceControl",
|
||||
@ -24,8 +33,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-asn1.git",
|
||||
"state" : {
|
||||
"revision" : "eb50cbd14606a9161cbc5d452f18797c90ef0bab",
|
||||
"version" : "1.7.0"
|
||||
"revision" : "a9a5efd40eaf558a2bcd48d64b1d1646be686008",
|
||||
"version" : "1.7.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -33,8 +42,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-async-algorithms.git",
|
||||
"state" : {
|
||||
"revision" : "9d349bcc328ac3c31ce40e746b5882742a0d1272",
|
||||
"version" : "1.1.3"
|
||||
"revision" : "d0b4a06d0f173a2f3be27d3ea21b3c3aa18db440",
|
||||
"version" : "1.1.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -51,8 +60,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-collections",
|
||||
"state" : {
|
||||
"revision" : "6675bc0ff86e61436e615df6fc5174e043e57924",
|
||||
"version" : "1.4.1"
|
||||
"revision" : "a0cb0954ecb21e4e31b0070e6ed5674e8556685a",
|
||||
"version" : "1.6.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -78,8 +87,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-log.git",
|
||||
"state" : {
|
||||
"revision" : "5073617dac96330a486245e4c0179cb0a6fd2256",
|
||||
"version" : "1.12.0"
|
||||
"revision" : "92448c359f00ebe36ae97d3bd9086f13c7692b5a",
|
||||
"version" : "1.13.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -87,8 +96,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-nio.git",
|
||||
"state" : {
|
||||
"revision" : "f71c8d2a5e74a2c6d11a0fbe324774b5d6084237",
|
||||
"version" : "2.99.0"
|
||||
"revision" : "a8e036cb8628fcc1ff67dfec6ce8168617172c9b",
|
||||
"version" : "2.101.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -105,8 +114,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/modelcontextprotocol/swift-sdk.git",
|
||||
"state" : {
|
||||
"revision" : "6132fd4b5b4217ce4717c4775e4607f5c3120129",
|
||||
"version" : "0.12.0"
|
||||
"revision" : "a0ae212ebf6eab5f754c3129608bc5557637e605",
|
||||
"version" : "0.12.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -123,8 +132,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-system.git",
|
||||
"state" : {
|
||||
"revision" : "7c6ad0fc39d0763e0b699210e4124afd5041c5df",
|
||||
"version" : "1.6.4"
|
||||
"revision" : "7502b711c92a17741fa625d722b0ccbd595d8ed1",
|
||||
"version" : "1.7.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user