Build Information
Successful build of SwiftSkill, reference 0.2.1 (61c4bd), with Swift 6.3 for macOS (SPM) on 25 Apr 2026 07:25:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/swift-skills.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/swift-skills
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 61c4bda Fix skill provider paths on iOS
Cloned https://github.com/1amageek/swift-skills.git
Revision (git rev-parse @):
61c4bda16cb04d7e7fa54623c19297833c720bda
SUCCESS checkout https://github.com/1amageek/swift-skills.git at 0.2.1
Fetching https://github.com/1amageek/swift-yaml.git
[1/122] Fetching swift-yaml
Fetched https://github.com/1amageek/swift-yaml.git from cache (0.80s)
Computing version for https://github.com/1amageek/swift-yaml.git
Computed https://github.com/1amageek/swift-yaml.git at 1.0.1 (1.36s)
Creating working copy for https://github.com/1amageek/swift-yaml.git
Working copy of https://github.com/1amageek/swift-yaml.git resolved at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-skills",
"name": "SwiftSkill",
"url": "https://github.com/1amageek/swift-skills.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-skills",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-yaml",
"name": "swift-yaml",
"url": "https://github.com/1amageek/swift-yaml.git",
"version": "1.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-yaml",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/1amageek/swift-skills.git
[1/88] Fetching swift-skills
Fetched https://github.com/1amageek/swift-skills.git from cache (0.69s)
Fetching https://github.com/1amageek/swift-yaml.git from cache
Fetched https://github.com/1amageek/swift-yaml.git from cache (0.47s)
Computing version for https://github.com/1amageek/swift-yaml.git
Computed https://github.com/1amageek/swift-yaml.git at 1.0.1 (0.55s)
Creating working copy for https://github.com/1amageek/swift-yaml.git
Working copy of https://github.com/1amageek/swift-yaml.git resolved at 1.0.1
Creating working copy for https://github.com/1amageek/swift-skills.git
Working copy of https://github.com/1amageek/swift-skills.git resolved at 0.2.1 (61c4bda)
warning: '.resolve-product-dependencies': dependency 'swift-skills' is not used by any target
Found 1 product dependencies
- swift-yaml
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/1amageek/swift-skills.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/13] Compiling YAML Token.swift
[5/14] Compiling YAML YAMLError.swift
[6/14] Compiling YAML Node+Mapping.swift
[7/14] Compiling YAML Parser.swift
[8/14] Compiling YAML Node.swift
[9/14] Compiling YAML Node+Scalar.swift
[10/14] Compiling YAML Node+Sequence.swift
[11/14] Compiling YAML Mark.swift
[12/14] Compiling YAML Compose.swift
[13/14] Emitting module YAML
[14/14] Compiling YAML Scanner.swift
[15/29] Compiling SwiftSkill SkillValue.swift
[16/29] Compiling SwiftSkill SkillWriter.swift
[17/29] Compiling SwiftSkill SkillValidator.swift
[18/29] Compiling SwiftSkill SkillStore.swift
[19/30] Compiling SwiftSkill SupportingFile.swift
[20/30] Compiling SwiftSkill Skill.swift
[21/30] Compiling SwiftSkill SkillError.swift
[22/30] Compiling SwiftSkill ConfigurationRepresentable.swift
[23/30] Compiling SwiftSkill Skill+Claude.swift
[24/30] Compiling SwiftSkill CodexConfiguration.swift
[25/30] Compiling SwiftSkill ConfigurationFileMapping.swift
[26/30] Compiling SwiftSkill Skill+Codex.swift
[27/30] Compiling SwiftSkill Skill+Transferable.swift
[28/30] Compiling SwiftSkill SkillParser.swift
[29/30] Compiling SwiftSkill SkillProvider.swift
[30/30] Emitting module SwiftSkill
Build complete! (6.90s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-yaml",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1amageek/swift-yaml.git"
}
],
"manifest_display_name" : "SwiftSkill",
"name" : "SwiftSkill",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "SwiftSkill",
"targets" : [
"SwiftSkill"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSkillTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSkillTests",
"path" : "Tests/SwiftSkillTests",
"sources" : [
"CodexConfigurationTests.swift",
"SkillErrorTests.swift",
"SkillIntegrationTests.swift",
"SkillMutationTests.swift",
"SkillParserEdgeCaseTests.swift",
"SkillParserTests.swift",
"SkillProviderTests.swift",
"SkillStoreEdgeCaseTests.swift",
"SkillStoreTests.swift",
"SkillTests.swift",
"SkillValidatorTests.swift",
"SkillValueConversionTests.swift",
"SkillValueTests.swift",
"SkillWriterEdgeCaseTests.swift",
"SkillWriterTests.swift",
"SupportingFileTests.swift"
],
"target_dependencies" : [
"SwiftSkill"
],
"type" : "test"
},
{
"c99name" : "SwiftSkill",
"module_type" : "SwiftTarget",
"name" : "SwiftSkill",
"path" : "Sources/SwiftSkill",
"product_dependencies" : [
"YAML"
],
"product_memberships" : [
"SwiftSkill"
],
"sources" : [
"CodexConfiguration.swift",
"ConfigurationFileMapping.swift",
"ConfigurationRepresentable.swift",
"Skill+Claude.swift",
"Skill+Codex.swift",
"Skill+Transferable.swift",
"Skill.swift",
"SkillError.swift",
"SkillParser.swift",
"SkillProvider.swift",
"SkillStore.swift",
"SkillValidator.swift",
"SkillValue.swift",
"SkillWriter.swift",
"SupportingFile.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.