Build Information
Successful build of Rswift, reference main (f0a0d5
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 20:17:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mac-cain13/R.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mac-cain13/R.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f0a0d53 Update Glob code to fix deprecation warnings
Cloned https://github.com/mac-cain13/R.swift.git
Revision (git rev-parse @):
f0a0d531686138e9f7ad4c2b6bf6115149aeb08b
SUCCESS checkout https://github.com/mac-cain13/R.swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mac-cain13/R.swift.git
https://github.com/mac-cain13/R.swift.git
{
"dependencies" : [
{
"identity" : "xcodeedit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomlokhorst/XcodeEdit"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Rswift",
"name" : "Rswift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "rswift",
"targets" : [
"rswift"
],
"type" : {
"executable" : null
}
},
{
"name" : "RswiftLibrary",
"targets" : [
"RswiftResources"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RswiftGenerateInternalResources",
"targets" : [
"RswiftGenerateInternalResources"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RswiftGeneratePublicResources",
"targets" : [
"RswiftGeneratePublicResources"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RswiftGenerateResourcesCommand",
"targets" : [
"RswiftGenerateResourcesCommand"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RswiftModifyXcodePackages",
"targets" : [
"RswiftModifyXcodePackages"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "rswift",
"module_type" : "SwiftTarget",
"name" : "rswift",
"path" : "Sources/rswift",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"rswift",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"App.swift",
"Config.swift",
"RswiftCore.swift"
],
"target_dependencies" : [
"RswiftParsers",
"RswiftGenerators"
],
"type" : "executable"
},
{
"c99name" : "RswiftResources",
"module_type" : "SwiftTarget",
"name" : "RswiftResources",
"path" : "Sources/RswiftResources",
"product_memberships" : [
"rswift",
"RswiftLibrary",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"AssetCatalog.swift",
"ColorResource.swift",
"DataResource.swift",
"FileResource.swift",
"FontResource.swift",
"ImageResource.swift",
"Integrations/Bundle+Extensions.swift",
"Integrations/ColorResource+Integrations.swift",
"Integrations/DataResource+Integrations.swift",
"Integrations/FileResource+Integrations.swift",
"Integrations/FontResource+Integrations.swift",
"Integrations/ImageResource+Integrations.swift",
"Integrations/NibReference+Integrations.swift",
"Integrations/ReuseIdentifier+Integrations.swift",
"Integrations/SegueIdentifier+Integrations.swift",
"Integrations/StoryboardReference+Integrations.swift",
"Integrations/StringResource+Integrations.swift",
"NibResource.swift",
"PropertyListResource.swift",
"Shared/DeploymentTarget.swift",
"Shared/LocaleReference.swift",
"Shared/ModuleReference.swift",
"Shared/NameCatalog.swift",
"Shared/Reusable.swift",
"Shared/StoryboardReference.swift",
"Shared/StringParam+Extensions.swift",
"Shared/StringParam.swift",
"Shared/StringsTable.swift",
"Shared/TypeReference.swift",
"Shared/Unifiable.swift",
"Shared/ValidationError.swift",
"StoryboardResource.swift",
"StringResource.swift"
],
"type" : "library"
},
{
"c99name" : "RswiftParsersTests",
"module_type" : "SwiftTarget",
"name" : "RswiftParsersTests",
"path" : "Tests/RswiftParsersTests",
"sources" : [
"GlobTests.swift",
"NibParserDelegateTests.swift"
],
"target_dependencies" : [
"RswiftParsers"
],
"type" : "test"
},
{
"c99name" : "RswiftParsers",
"module_type" : "SwiftTarget",
"name" : "RswiftParsers",
"path" : "Sources/RswiftParsers",
"product_dependencies" : [
"XcodeEdit"
],
"product_memberships" : [
"rswift",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"ProjectResources.swift",
"Resources/AssetCatalog+Parser.swift",
"Resources/FileResource+Parser.swift",
"Resources/FontResource+Parser.swift",
"Resources/ImageResource+Parser.swift",
"Resources/Nib+Parser.swift",
"Resources/PropertyList+Parser.swift",
"Resources/Storyboard+Parser.swift",
"Resources/StringsTable+Parser.swift",
"Shared/Bundle+Extensions.swift",
"Shared/DeploymentTarget+Parser.swift",
"Shared/FormatPart+Extensions.swift",
"Shared/GeneratedId.swift",
"Shared/Glob.swift",
"Shared/IgnoreFile.swift",
"Shared/ResourceParsingError.swift",
"Shared/SourceTreeURLs.swift",
"Shared/SupportedExtensions.swift",
"Shared/TypeReference+Extensions.swift",
"Shared/URL+Extensions.swift",
"Shared/Xcodeproj.swift"
],
"target_dependencies" : [
"RswiftResources"
],
"type" : "library"
},
{
"c99name" : "RswiftModifyXcodePackages",
"module_type" : "PluginTarget",
"name" : "RswiftModifyXcodePackages",
"path" : "Plugins/RswiftModifyXcodePackages",
"plugin_capability" : {
"intent" : {
"description" : "Rswift modify Xcode packages",
"type" : "custom",
"verb" : "rswift-modify-xcode-packages"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Modifies Xcode project to fix package reference for plugins",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"RswiftModifyXcodePackages"
],
"sources" : [
"RswiftModifyXcodePackages.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
},
{
"c99name" : "RswiftGeneratorsTests",
"module_type" : "SwiftTarget",
"name" : "RswiftGeneratorsTests",
"path" : "Tests/RswiftGeneratorsTests",
"sources" : [
"MainTests.swift"
],
"target_dependencies" : [
"RswiftGenerators"
],
"type" : "test"
},
{
"c99name" : "RswiftGenerators",
"module_type" : "SwiftTarget",
"name" : "RswiftGenerators",
"path" : "Sources/RswiftGenerators",
"product_memberships" : [
"rswift",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"AccessibilityIdentifier+Generator.swift",
"AssetCatalog+Generator.swift",
"Extensions/Array+Extensions.swift",
"Extensions/String+Extensions.swift",
"FileResource+Generator.swift",
"FontResource+Generator.swift",
"Nib+Generator.swift",
"PropertyListResource+Generator.swift",
"ReuseIdentifier+Generator.swift",
"Segue+Generator.swift",
"Shared/AssetCatalogMergedNamespaces.swift",
"Shared/LocaleReference+Generator.swift",
"Shared/SwiftIdentifier.swift",
"Shared/TypeReference+Generator.swift",
"Storyboard+Generator.swift",
"StringsTable+Generator.swift",
"SwiftSyntax/Struct.swift",
"SwiftSyntax/StructMembersBuilder.swift",
"XcodeProject+Generator.swift"
],
"target_dependencies" : [
"RswiftResources"
],
"type" : "library"
},
{
"c99name" : "RswiftGenerateResourcesCommand",
"module_type" : "PluginTarget",
"name" : "RswiftGenerateResourcesCommand",
"path" : "Plugins/RswiftGenerateResourcesCommand",
"plugin_capability" : {
"intent" : {
"description" : "Rswift generate resources",
"type" : "custom",
"verb" : "rswift-generate-resources"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Rswift generates a file with statically typed, autocompleted resources",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"RswiftGenerateResourcesCommand"
],
"sources" : [
"RswiftGenerateResourcesCommand.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
},
{
"c99name" : "RswiftGeneratePublicResources",
"module_type" : "PluginTarget",
"name" : "RswiftGeneratePublicResources",
"path" : "Plugins/RswiftGeneratePublicResources",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"RswiftGeneratePublicResources"
],
"sources" : [
"RswiftGeneratePublicResources.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
},
{
"c99name" : "RswiftGenerateInternalResources",
"module_type" : "PluginTarget",
"name" : "RswiftGenerateInternalResources",
"path" : "Plugins/RswiftGenerateInternalResources",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"RswiftGenerateInternalResources"
],
"sources" : [
"RswiftGenerateInternalResources.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin RswiftModifyXcodePackages
[2/2] Compiling plugin RswiftGenerateResourcesCommand
[3/3] Compiling plugin RswiftGeneratePublicResources
[4/4] Compiling plugin RswiftGenerateInternalResources
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/28] Write sources
[13/28] Write rswift-entitlement.plist
[13/28] Write sources
[15/28] Write rswift-tool-entitlement.plist
[16/28] Write sources
[21/28] Write swift-version-2F0A5646E1D333AE.txt
[23/112] Emitting module ArgumentParserToolInfo
[24/112] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/112] Emitting module ArgumentParserToolInfo
[26/112] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/190] Compiling ArgumentParser ArgumentHelp.swift
[28/190] Compiling ArgumentParser ArgumentVisibility.swift
[29/190] Compiling ArgumentParser CompletionKind.swift
[30/190] Compiling ArgumentParser Errors.swift
[31/190] Compiling ArgumentParser Flag.swift
[32/194] Compiling ArgumentParser InputOrigin.swift
[33/194] Compiling ArgumentParser Name.swift
[34/194] Compiling ArgumentParser Parsed.swift
[35/194] Compiling ArgumentParser ParsedValues.swift
[36/194] Compiling ArgumentParser NameSpecification.swift
[37/194] Compiling ArgumentParser Option.swift
[38/194] Compiling ArgumentParser OptionGroup.swift
[39/194] Compiling ArgumentParser AsyncParsableCommand.swift
[40/194] Emitting module ArgumentParser
[42/198] Compiling ArgumentParser CommandConfiguration.swift
[43/198] Compiling ArgumentParser CommandGroup.swift
[44/198] Compiling ArgumentParser EnumerableFlag.swift
[45/198] Compiling ArgumentParser ExpressibleByArgument.swift
[46/198] Compiling ArgumentParser BashCompletionsGenerator.swift
[47/198] Compiling ArgumentParser CompletionsGenerator.swift
[48/198] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/198] Compiling ArgumentParser ZshCompletionsGenerator.swift
[50/198] Compiling ArgumentParser Argument.swift
[56/198] Compiling ArgumentParser ParsableArguments.swift
[57/198] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/198] Compiling ArgumentParser ParsableCommand.swift
[59/198] Compiling ArgumentParser ArgumentDecoder.swift
[73/198] Compiling ArgumentParser Platform.swift
[74/198] Compiling ArgumentParser SequenceExtensions.swift
[75/198] Compiling ArgumentParser StringExtensions.swift
[76/198] Compiling ArgumentParser Tree.swift
[85/198] Compiling ArgumentParser ArgumentDefinition.swift
[86/198] Compiling ArgumentParser ArgumentSet.swift
[87/198] Compiling ArgumentParser CommandParser.swift
[88/198] Compiling ArgumentParser InputKey.swift
[89/198] Compiling XcodeEdit XCProjectFile+Rswift.swift
[95/198] Compiling XcodeEdit Extensions.swift
[96/198] Emitting module XcodeEdit
[97/198] Compiling XcodeEdit AllObjects.swift
[98/198] Compiling XcodeEdit Serialization.swift
[99/198] Compiling XcodeEdit XCProjectFile.swift
[100/198] Compiling ArgumentParser ParserError.swift
[101/198] Compiling ArgumentParser SplitArguments.swift
[102/198] Compiling ArgumentParser DumpHelpGenerator.swift
[103/198] Compiling ArgumentParser HelpCommand.swift
[108/198] Compiling ArgumentParser HelpGenerator.swift
[109/198] Compiling ArgumentParser MessageInfo.swift
[110/198] Compiling ArgumentParser UsageGenerator.swift
[111/198] Compiling ArgumentParser CollectionExtensions.swift
[112/198] Compiling XcodeEdit XCProjectFile.swift
[113/198] Compiling XcodeEdit Serialization.swift
[114/198] Compiling XcodeEdit PBXObject+Fields.swift
[115/198] Compiling XcodeEdit PBXIdentifier.swift
[118/198] Emitting module XcodeEdit
[120/198] Compiling XcodeEdit PBXObject.swift
[122/198] Compiling XcodeEdit Extensions.swift
[126/198] Compiling XcodeEdit AllObjects.swift
[128/198] Compiling XcodeEdit PBXObject.swift
[129/198] Compiling XcodeEdit PBXIdentifier.swift
[130/198] Compiling XcodeEdit PBXObject+Fields.swift
[143/204] Emitting module RswiftResources
[160/204] Compiling RswiftResources ValidationError.swift
[161/204] Compiling RswiftResources StoryboardResource.swift
[162/204] Compiling RswiftResources StringResource.swift
[166/204] Emitting module RswiftResources
[199/282] Emitting module RswiftParsers
[200/284] Compiling RswiftParsers Nib+Parser.swift
[201/284] Compiling RswiftParsers TypeReference+Extensions.swift
[202/284] Compiling RswiftParsers Storyboard+Parser.swift
[203/284] Compiling RswiftGenerators Struct.swift
[204/284] Compiling RswiftParsers ProjectResources.swift
[205/284] Compiling RswiftParsers AssetCatalog+Parser.swift
[206/286] Emitting module RswiftParsers
[207/286] Compiling RswiftParsers FormatPart+Extensions.swift
[208/286] Compiling RswiftParsers GeneratedId.swift
[209/286] Compiling RswiftParsers FormatPart+Extensions.swift
[210/286] Compiling RswiftParsers GeneratedId.swift
[211/286] Compiling RswiftParsers FontResource+Parser.swift
[212/286] Compiling RswiftParsers ImageResource+Parser.swift
[213/286] Compiling RswiftParsers SupportedExtensions.swift
[214/286] Compiling RswiftGenerators Storyboard+Generator.swift
[215/286] Emitting module RswiftGenerators
[218/286] Compiling RswiftParsers FileResource+Parser.swift
[219/286] Compiling RswiftParsers Nib+Parser.swift
[221/287] Compiling RswiftParsers PropertyList+Parser.swift
[222/287] Compiling RswiftParsers Bundle+Extensions.swift
[223/287] Compiling RswiftParsers DeploymentTarget+Parser.swift
[224/287] Emitting module RswiftGenerators
[249/288] Compiling RswiftParsers URL+Extensions.swift
[250/288] Compiling RswiftParsers Xcodeproj.swift
[281/288] Compiling RswiftGenerators XcodeProject+Generator.swift
[283/296] Compiling rswift RswiftCore.swift
/Users/admin/builder/spi-builder-workspace/Sources/rswift/RswiftCore.swift:15:1: warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
13 | import RswiftGenerators
14 |
15 | extension ResourceType: ExpressibleByArgument {}
| |- warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | public enum AccessLevel: String, ExpressibleByArgument {
[284/296] Compiling rswift Config.swift
[285/296] Compiling rswift App.swift
[286/296] Emitting module rswift
/Users/admin/builder/spi-builder-workspace/Sources/rswift/RswiftCore.swift:15:1: warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
13 | import RswiftGenerators
14 |
15 | extension ResourceType: ExpressibleByArgument {}
| |- warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | public enum AccessLevel: String, ExpressibleByArgument {
[287/296] Compiling rswift RswiftCore.swift
/Users/admin/builder/spi-builder-workspace/Sources/rswift/RswiftCore.swift:15:1: warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
13 | import RswiftGenerators
14 |
15 | extension ResourceType: ExpressibleByArgument {}
| |- warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | public enum AccessLevel: String, ExpressibleByArgument {
[288/296] Emitting module rswift
/Users/admin/builder/spi-builder-workspace/Sources/rswift/RswiftCore.swift:15:1: warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
13 | import RswiftGenerators
14 |
15 | extension ResourceType: ExpressibleByArgument {}
| |- warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | public enum AccessLevel: String, ExpressibleByArgument {
[289/296] Compiling rswift App.swift
[290/296] Compiling rswift Config.swift
[290/296] Write Objects.LinkFileList
[292/296] Linking rswift
[293/296] Linking rswift-tool
[294/296] Applying rswift-tool
[295/296] Applying rswift
Build complete! (29.04s)
Fetching https://github.com/tomlokhorst/XcodeEdit
Fetching https://github.com/apple/swift-argument-parser from cache
[1/1253] Fetching xcodeedit
Fetched https://github.com/apple/swift-argument-parser from cache (0.63s)
Fetched https://github.com/tomlokhorst/XcodeEdit from cache (0.83s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.35s)
Computing version for https://github.com/tomlokhorst/XcodeEdit
Computed https://github.com/tomlokhorst/XcodeEdit at 2.13.0 (0.55s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/tomlokhorst/XcodeEdit
Working copy of https://github.com/tomlokhorst/XcodeEdit resolved at 2.13.0
Build complete.
{
"dependencies" : [
{
"identity" : "xcodeedit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomlokhorst/XcodeEdit"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Rswift",
"name" : "Rswift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "rswift",
"targets" : [
"rswift"
],
"type" : {
"executable" : null
}
},
{
"name" : "RswiftLibrary",
"targets" : [
"RswiftResources"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RswiftGenerateInternalResources",
"targets" : [
"RswiftGenerateInternalResources"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RswiftGeneratePublicResources",
"targets" : [
"RswiftGeneratePublicResources"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RswiftGenerateResourcesCommand",
"targets" : [
"RswiftGenerateResourcesCommand"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RswiftModifyXcodePackages",
"targets" : [
"RswiftModifyXcodePackages"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "rswift",
"module_type" : "SwiftTarget",
"name" : "rswift",
"path" : "Sources/rswift",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"rswift",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"App.swift",
"Config.swift",
"RswiftCore.swift"
],
"target_dependencies" : [
"RswiftParsers",
"RswiftGenerators"
],
"type" : "executable"
},
{
"c99name" : "RswiftResources",
"module_type" : "SwiftTarget",
"name" : "RswiftResources",
"path" : "Sources/RswiftResources",
"product_memberships" : [
"rswift",
"RswiftLibrary",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"AssetCatalog.swift",
"ColorResource.swift",
"DataResource.swift",
"FileResource.swift",
"FontResource.swift",
"ImageResource.swift",
"Integrations/Bundle+Extensions.swift",
"Integrations/ColorResource+Integrations.swift",
"Integrations/DataResource+Integrations.swift",
"Integrations/FileResource+Integrations.swift",
"Integrations/FontResource+Integrations.swift",
"Integrations/ImageResource+Integrations.swift",
"Integrations/NibReference+Integrations.swift",
"Integrations/ReuseIdentifier+Integrations.swift",
"Integrations/SegueIdentifier+Integrations.swift",
"Integrations/StoryboardReference+Integrations.swift",
"Integrations/StringResource+Integrations.swift",
"NibResource.swift",
"PropertyListResource.swift",
"Shared/DeploymentTarget.swift",
"Shared/LocaleReference.swift",
"Shared/ModuleReference.swift",
"Shared/NameCatalog.swift",
"Shared/Reusable.swift",
"Shared/StoryboardReference.swift",
"Shared/StringParam+Extensions.swift",
"Shared/StringParam.swift",
"Shared/StringsTable.swift",
"Shared/TypeReference.swift",
"Shared/Unifiable.swift",
"Shared/ValidationError.swift",
"StoryboardResource.swift",
"StringResource.swift"
],
"type" : "library"
},
{
"c99name" : "RswiftParsersTests",
"module_type" : "SwiftTarget",
"name" : "RswiftParsersTests",
"path" : "Tests/RswiftParsersTests",
"sources" : [
"GlobTests.swift",
"NibParserDelegateTests.swift"
],
"target_dependencies" : [
"RswiftParsers"
],
"type" : "test"
},
{
"c99name" : "RswiftParsers",
"module_type" : "SwiftTarget",
"name" : "RswiftParsers",
"path" : "Sources/RswiftParsers",
"product_dependencies" : [
"XcodeEdit"
],
"product_memberships" : [
"rswift",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"ProjectResources.swift",
"Resources/AssetCatalog+Parser.swift",
"Resources/FileResource+Parser.swift",
"Resources/FontResource+Parser.swift",
"Resources/ImageResource+Parser.swift",
"Resources/Nib+Parser.swift",
"Resources/PropertyList+Parser.swift",
"Resources/Storyboard+Parser.swift",
"Resources/StringsTable+Parser.swift",
"Shared/Bundle+Extensions.swift",
"Shared/DeploymentTarget+Parser.swift",
"Shared/FormatPart+Extensions.swift",
"Shared/GeneratedId.swift",
"Shared/Glob.swift",
"Shared/IgnoreFile.swift",
"Shared/ResourceParsingError.swift",
"Shared/SourceTreeURLs.swift",
"Shared/SupportedExtensions.swift",
"Shared/TypeReference+Extensions.swift",
"Shared/URL+Extensions.swift",
"Shared/Xcodeproj.swift"
],
"target_dependencies" : [
"RswiftResources"
],
"type" : "library"
},
{
"c99name" : "RswiftModifyXcodePackages",
"module_type" : "PluginTarget",
"name" : "RswiftModifyXcodePackages",
"path" : "Plugins/RswiftModifyXcodePackages",
"plugin_capability" : {
"intent" : {
"description" : "Rswift modify Xcode packages",
"type" : "custom",
"verb" : "rswift-modify-xcode-packages"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Modifies Xcode project to fix package reference for plugins",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"RswiftModifyXcodePackages"
],
"sources" : [
"RswiftModifyXcodePackages.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
},
{
"c99name" : "RswiftGeneratorsTests",
"module_type" : "SwiftTarget",
"name" : "RswiftGeneratorsTests",
"path" : "Tests/RswiftGeneratorsTests",
"sources" : [
"MainTests.swift"
],
"target_dependencies" : [
"RswiftGenerators"
],
"type" : "test"
},
{
"c99name" : "RswiftGenerators",
"module_type" : "SwiftTarget",
"name" : "RswiftGenerators",
"path" : "Sources/RswiftGenerators",
"product_memberships" : [
"rswift",
"RswiftGenerateInternalResources",
"RswiftGeneratePublicResources",
"RswiftGenerateResourcesCommand",
"RswiftModifyXcodePackages"
],
"sources" : [
"AccessibilityIdentifier+Generator.swift",
"AssetCatalog+Generator.swift",
"Extensions/Array+Extensions.swift",
"Extensions/String+Extensions.swift",
"FileResource+Generator.swift",
"FontResource+Generator.swift",
"Nib+Generator.swift",
"PropertyListResource+Generator.swift",
"ReuseIdentifier+Generator.swift",
"Segue+Generator.swift",
"Shared/AssetCatalogMergedNamespaces.swift",
"Shared/LocaleReference+Generator.swift",
"Shared/SwiftIdentifier.swift",
"Shared/TypeReference+Generator.swift",
"Storyboard+Generator.swift",
"StringsTable+Generator.swift",
"SwiftSyntax/Struct.swift",
"SwiftSyntax/StructMembersBuilder.swift",
"XcodeProject+Generator.swift"
],
"target_dependencies" : [
"RswiftResources"
],
"type" : "library"
},
{
"c99name" : "RswiftGenerateResourcesCommand",
"module_type" : "PluginTarget",
"name" : "RswiftGenerateResourcesCommand",
"path" : "Plugins/RswiftGenerateResourcesCommand",
"plugin_capability" : {
"intent" : {
"description" : "Rswift generate resources",
"type" : "custom",
"verb" : "rswift-generate-resources"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Rswift generates a file with statically typed, autocompleted resources",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"RswiftGenerateResourcesCommand"
],
"sources" : [
"RswiftGenerateResourcesCommand.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
},
{
"c99name" : "RswiftGeneratePublicResources",
"module_type" : "PluginTarget",
"name" : "RswiftGeneratePublicResources",
"path" : "Plugins/RswiftGeneratePublicResources",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"RswiftGeneratePublicResources"
],
"sources" : [
"RswiftGeneratePublicResources.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
},
{
"c99name" : "RswiftGenerateInternalResources",
"module_type" : "PluginTarget",
"name" : "RswiftGenerateInternalResources",
"path" : "Plugins/RswiftGenerateInternalResources",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"RswiftGenerateInternalResources"
],
"sources" : [
"RswiftGenerateInternalResources.swift"
],
"target_dependencies" : [
"rswift"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
Done.